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