Browse Source

* libva-vdpau-driver: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7916 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 10 years ago
parent
commit
c01df3b37f
1 changed files with 10 additions and 3 deletions
  1. 10 3
      lib/libv/libva-vdpau-driver/libva-vdpau-driver-vl.spec

+ 10 - 3
lib/libv/libva-vdpau-driver/libva-vdpau-driver-vl.spec

@@ -3,13 +3,15 @@
 Summary:        A VDPAU backend for VA API
 Summary(ja):    VA-API の VDPAU バックエンド
 Name:           libva-%{backend}
-Version:        0.7.3
-Release:        2%{?_dist_release}
+Version:        0.7.4
+Release:        1%{?_dist_release}
 License:        MIT
 Url:            http://cgit.freedesktop.org/vaapi/%{backend}/
 Group:          System Environment/Libraries
 
-Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.bz2
+Source: http://cgit.freedesktop.org/vaapi/%{backend}/snapshot/%{backend}-%{version}.tar.gz
+
+Patch10:        vdpau-driver-0.7.4_fix_build_glext.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  autoconf, automake, libtool, gettext
@@ -25,6 +27,7 @@ VAAPI-VDPAU Driver Bridge for NVidia/S3 Binary blob driver.
 
 %prep
 %setup -q -n %{backend}-%{version}
+%patch10 -p1
 
 %build
 autoreconf -v --install
@@ -47,6 +50,10 @@ rm -rf %{buildroot}
 %{_libdir}/dri/vdpau_drv_video.so
 
 %changelog
+* Fri Oct 18 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.7.4-1
+- new upstream release
+- add Patch10 to fix build failure
+
 * Thu Nov 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-2
 - new upstram release
 - new upstream