rpms/ffmpeg/EL-6 ffmpeg.spec,1.46,1.47

Nicolas Chauvet kwizart at rpmfusion.org
Sat Jul 21 10:29:14 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/ffmpeg/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30523

Modified Files:
	ffmpeg.spec 
Log Message:
Fix libv4l bug



Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/EL-6/ffmpeg.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ffmpeg.spec	2 Jul 2012 13:10:20 -0000	1.46
+++ ffmpeg.spec	21 Jul 2012 08:29:13 -0000	1.47
@@ -12,7 +12,7 @@
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        0.10.4
-Release:        1%{?date}%{?date:git}%{?rel}%{?dist}
+Release:        2%{?date}%{?date:git}%{?rel}%{?dist}
 %if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
@@ -26,6 +26,7 @@
 Source0:        http://ffmpeg.org/releases/ffmpeg-%{version}.tar.bz2
 %endif
 Source1:        ffmpeg-snapshot-oldabi.sh
+Patch0:         ffmpeg-0.10.4-backport-libv4l2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       %{name}-libs = %{version}-%{release}
 BuildRequires:  bzip2-devel
@@ -157,6 +158,7 @@
 %else
 %setup -q -n ffmpeg-%{version}
 %endif
+%patch0 -p1
 
 %build
 mkdir generic
@@ -278,6 +280,9 @@
 
 
 %changelog
+* Fri Jul 20 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.10.4-2
+- Backport fix rfbz#2423
+
 * Wed Jun 13 2012 Julian Sikorski <belegdol at fedoraproject.org> - 0.10.4-1
 - Updated to 0.10.4
 


More information about the rpmfusion-commits mailing list