Update to 1.0.10

This commit is contained in:
Nicolas Chauvet 2011-02-21 10:39:10 +01:00
parent 905002f333
commit be3b95b741
4 changed files with 37 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libva-1.0.8-mod.tar.bz2
/libva-1.0.10-mod.tar.bz2

View 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

View File

@ -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

View File

@ -1 +1 @@
1ab805214a3d79c97f2e87a489b629b0 libva-1.0.8-mod.tar.bz2
66ba7b846f2319d5eec84139c2ade69e libva-1.0.10-mod.tar.bz2