[libva-vdpau-driver/el6] Drop H.264 specific VA buffer types only on Fedora 20+

Simone Caronni slaanesh at fedoraproject.org
Wed Jul 31 10:51:07 UTC 2013


commit 15f605d02303b89a11937379547327649566c3d1
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Wed Jul 31 12:50:19 2013 +0200

    Drop H.264 specific VA buffer types only on Fedora 20+

 libva-vdpau-driver.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/libva-vdpau-driver.spec b/libva-vdpau-driver.spec
index 0177eb6..3778869 100644
--- a/libva-vdpau-driver.spec
+++ b/libva-vdpau-driver.spec
@@ -1,12 +1,14 @@
 Name:           libva-vdpau-driver
 Version:        0.7.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        HW video decode support for VDPAU platforms
 License:        GPLv2+
 URL:            http://cgit.freedesktop.org/vaapi/vdpau-driver
 Source0:        http://www.freedesktop.org/software/vaapi/releases/%{name}/%{name}-%{version}.tar.bz2
 Patch0:         %{name}-0.7.4-glext-85.patch
+%if 0%{?fedora} >= 20
 Patch1:         %{name}-0.7.4-drop-h264-api.patch
+%endif
 
 #BuildRequires: libtool
 BuildRequires:  libva-devel
@@ -21,7 +23,9 @@ VDPAU Backend for Video Acceleration (VA) API.
 %prep
 %setup -q
 %patch0 -p1
+%if 0%{?fedora} >= 20
 %patch1 -p1
+%endif
 
 %build
 %configure \
@@ -39,6 +43,9 @@ find %{buildroot} -name '*.la' -delete
 %{_libdir}/dri/*.so
 
 %changelog
+* Wed Jul 31 2013 Simone Caronni <negativo17 at gmail.com> - 0.7.4-6
+- Drop H.264 specific VA buffer types only on Fedora 20+.
+
 * Wed Jul 31 2013 Simone Caronni <negativo17 at gmail.com> - 0.7.4-5
 - Add patch to drop H.264 specific VA buffer types.
 - Clean up spec file a bit.


More information about the scm-commits mailing list