rpms/vlc/devel vlc.spec,1.81,1.82

Nicolas Chauvet kwizart at rpmfusion.org
Mon Jun 7 11:23:29 CEST 2010


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29615

Modified Files:
	vlc.spec 
Log Message:
Fix a52dec conditional



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- vlc.spec	6 Jun 2010 22:23:53 -0000	1.81
+++ vlc.spec	7 Jun 2010 09:23:28 -0000	1.82
@@ -3,6 +3,7 @@
 %global vlc_bootstrap      1
 %global _with_freeworld 1
 %if 0%{?_with_freeworld:1}
+%global _with_a52dec --with-a52dec
 %global _with_faad2 --with-faad2
 %global _with_ffmpeg --with-ffmpeg
 %global _with_libdca --with-libdca
@@ -19,7 +20,7 @@
 Summary:	The cross-platform open-source multimedia framework, player and server
 Name:		vlc
 Version:	1.1.0
-Release:	0.9.rc2%{?dist}
+Release:	0.10.rc2%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org
@@ -263,9 +264,9 @@
 %{?_with_freeworld:--enable-shine} \
 %endif
 	--enable-omxil				\
+%{!?_with_a52dec:--disable-a52}                 \
 %{!?_with_ffmpeg:--disable-avcodec --disable-avformat \
-  --disable-swscale --disable-postproc --disable-a52
-} \
+  --disable-swscale --disable-postproc} \
 %{?_with_faad2:--enable-faad} \
 %{!?_with_libmad:--disable-mad} \
 %{?_with_twolame:--enable-twolame} \
@@ -504,6 +505,9 @@
 
 
 %changelog
+* Mon Jun 07 2010 kwizart at gmail.com - 1.1.0-0.10.rc2
+- Fix --with a52dec conditional
+
 * Fri Jun 04 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.1.0-0.9.rc2
 - Update to 1.1.0-rc2
 



More information about the rpmfusion-commits mailing list