From be3b95b7411ab761427f53dadcbc539c52157455 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 21 Feb 2011 10:39:10 +0100 Subject: [PATCH] Update to 1.0.10 --- .gitignore | 1 + libva-1.0.10-mod_original_source.patch | 31 ++++++++++++++++++++++++++ libva.spec | 5 ++++- sources | 2 +- 4 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 libva-1.0.10-mod_original_source.patch diff --git a/.gitignore b/.gitignore index edc1c14..0b62a72 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libva-1.0.8-mod.tar.bz2 +/libva-1.0.10-mod.tar.bz2 diff --git a/libva-1.0.10-mod_original_source.patch b/libva-1.0.10-mod_original_source.patch new file mode 100644 index 0000000..6a26a33 --- /dev/null +++ b/libva-1.0.10-mod_original_source.patch @@ -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 diff --git a/libva.spec b/libva.spec index 5552f70..d7f872a 100644 --- a/libva.spec +++ b/libva.spec @@ -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 - 1.0.10-1 +- Update to 1.0.10 + * Tue Jan 25 2011 Adam Williamson - 1.0.8-1 - bump to new version - fix modded tarball to actually not have i965 dir diff --git a/sources b/sources index df72f2a..5380271 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ab805214a3d79c97f2e87a489b629b0 libva-1.0.8-mod.tar.bz2 +66ba7b846f2319d5eec84139c2ade69e libva-1.0.10-mod.tar.bz2