[libvdpau] Merge flash workaround

Nicolas Chauvet kwizart at fedoraproject.org
Wed Aug 29 06:46:50 UTC 2012


commit 03f34e34215be0c0f94447c9ed751f684f410d10
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Wed Aug 29 08:41:48 2012 +0200

    Merge flash workaround

 libvdpau.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libvdpau.spec b/libvdpau.spec
index 76d491e..ae61003 100644
--- a/libvdpau.spec
+++ b/libvdpau.spec
@@ -1,6 +1,6 @@
 Name:           libvdpau
 Version:        0.4.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Wrapper library for the Video Decode and Presentation API
 
 Group:          System Environment/Libraries
@@ -8,6 +8,7 @@ License:        MIT
 URL:            http://freedesktop.org/wiki/Software/VDPAU
 Source0:        http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.bz2
 Patch0:         libvdpau-backport.patch
+Patch1:         flash-workarounds.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool
@@ -52,6 +53,7 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1 -b .flash-workarounds
 autoreconf -vif
 
 
@@ -81,6 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING
+%config(noreplace) %{_sysconfdir}/vdpau_wrapper.cfg
 %{_libdir}/*.so.*
 %dir %{_libdir}/vdpau
 %{_libdir}/vdpau/libvdpau_trace.so*
@@ -99,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 19 2012 Julian Sikorski <belegdol at fedoraproject.org> - 0.4.1-9
+- Added flash workarounds
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list