rpms/transcode/EL-6 transcode.spec,1.39,1.40

Nicolas Chauvet kwizart at rpmfusion.org
Mon May 28 19:37:08 CEST 2012


Author: kwizart

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

Modified Files:
	transcode.spec 
Log Message:
Disable libv4l on EL-6 (missing libv4l-videodev.h)



Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/EL-6/transcode.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- transcode.spec	26 May 2012 09:22:50 -0000	1.39
+++ transcode.spec	28 May 2012 17:37:08 -0000	1.40
@@ -7,7 +7,7 @@
 
 Name:           transcode
 Version:        1.1.7
-Release:        7%{?dist}
+Release:        7%{?dist}.1
 Summary:        Video stream processing tool
 
 Group:          Applications/Multimedia
@@ -51,7 +51,7 @@
 BuildRequires:  ImageMagick-devel
 BuildRequires:  libmpeg3-devel
 BuildRequires:	kernel-headers
-BuildRequires:	libv4l-devel
+#BuildRequires:	libv4l-devel
 
 # libtool + autotools for patch2, autoreconf
 BuildRequires:  libtool
@@ -121,8 +121,8 @@
 %endif
         --enable-deprecated					\
 	--enable-v4l						\
-	--enable-libv4l2					\
-	--enable-libv4lconvert					\
+	--disable-libv4l2					\
+	--disable-libv4lconvert					\
 	--enable-libmpeg2					\
 	--enable-libmpeg2convert
 
@@ -152,6 +152,9 @@
 
 
 %changelog
+* Mon May 28 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.1.7-7.1
+- Disable libv4l for EL-6
+
 * Sat May 26 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.1.7-7
 - Fix for ffmpeg oldabi
 


More information about the rpmfusion-commits mailing list