Update to 1.0.10
This commit is contained in:
parent
905002f333
commit
be3b95b741
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libva-1.0.8-mod.tar.bz2
|
||||
/libva-1.0.10-mod.tar.bz2
|
||||
|
||||
31
libva-1.0.10-mod_original_source.patch
Normal file
31
libva-1.0.10-mod_original_source.patch
Normal file
@ -0,0 +1,31 @@
|
||||
diff -up libva-1.0.10/configure.ac.mod libva-1.0.10/configure.ac
|
||||
--- libva-1.0.10/configure.ac.mod 2011-02-21 09:59:13.532460000 +0100
|
||||
+++ libva-1.0.10/configure.ac 2011-02-21 09:59:28.435460000 +0100
|
||||
@@ -170,14 +170,6 @@ AC_OUTPUT([
|
||||
va/egl/Makefile
|
||||
va/dummy/Makefile
|
||||
dummy_drv_video/Makefile
|
||||
- i965_drv_video/Makefile
|
||||
- i965_drv_video/shaders/Makefile
|
||||
- i965_drv_video/shaders/h264/Makefile
|
||||
- i965_drv_video/shaders/h264/mc/Makefile
|
||||
- i965_drv_video/shaders/mpeg2/Makefile
|
||||
- i965_drv_video/shaders/mpeg2/vld/Makefile
|
||||
- i965_drv_video/shaders/render/Makefile
|
||||
- i965_drv_video/shaders/post_processing/Makefile
|
||||
test/Makefile
|
||||
test/basic/Makefile
|
||||
test/decode/Makefile
|
||||
diff -up libva-1.0.10/Makefile.am.mod libva-1.0.10/Makefile.am
|
||||
--- libva-1.0.10/Makefile.am.mod 2011-02-21 09:59:36.347460000 +0100
|
||||
+++ libva-1.0.10/Makefile.am 2011-02-21 10:00:35.950460000 +0100
|
||||
@@ -26,9 +26,6 @@ SUBDIRS = va test
|
||||
if BUILD_DUMMY_DRIVER
|
||||
SUBDIRS += dummy_drv_video
|
||||
endif
|
||||
-if BUILD_I965_DRIVER
|
||||
-SUBDIRS += i965_drv_video
|
||||
-endif
|
||||
|
||||
pcfiles = libva.pc libva-tpi.pc
|
||||
pcfiles += libva-x11.pc
|
||||
@ -1,5 +1,5 @@
|
||||
Name: libva
|
||||
Version: 1.0.8
|
||||
Version: 1.0.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Video Acceleration (VA) API for Linux
|
||||
Group: System Environment/Libraries
|
||||
@ -88,6 +88,9 @@ rm -rf %{buildroot}
|
||||
%{_bindir}/vainfo
|
||||
|
||||
%changelog
|
||||
* Mon Feb 21 2011 Nicolas Chauvet <kwizart@gmail.com> - 1.0.10-1
|
||||
- Update to 1.0.10
|
||||
|
||||
* Tue Jan 25 2011 Adam Williamson <awilliam@redhat.com> - 1.0.8-1
|
||||
- bump to new version
|
||||
- fix modded tarball to actually not have i965 dir
|
||||
|
||||
Loading…
Reference in New Issue
Block a user