packages: vlc/vlc.spec - add projectM bcond

lisu lisu at pld-linux.org
Thu Jul 8 17:03:28 CEST 2010


Author: lisu                         Date: Thu Jul  8 15:03:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add projectM bcond

---- Files affected:
packages/vlc:
   vlc.spec (1.227 -> 1.228) 

---- Diffs:

================================================================
Index: packages/vlc/vlc.spec
diff -u packages/vlc/vlc.spec:1.227 packages/vlc/vlc.spec:1.228
--- packages/vlc/vlc.spec:1.227	Thu Jul  8 15:35:56 2010
+++ packages/vlc/vlc.spec	Thu Jul  8 17:03:20 2010
@@ -28,6 +28,7 @@
 %bcond_without	mozilla		# build mozilla plugin
 %bcond_without	notify		# libnotify notification plugin
 %bcond_without	portaudio	# portaudio library support
+%bcond_without	projectM	# don't build projectM plugin
 %bcond_with	rtmp		# RTMP output plugin
 %bcond_without	shout		# shout plugin
 %bcond_without	speex		# don't build speex plugin
@@ -104,6 +105,7 @@
 BuildRequires:	libogg-devel
 #%{?with_daap:BuildRequires:	libopendaap-devel}
 BuildRequires:	libpng-devel
+%{?with_projectM:BuildRequires:	libprojectM-devel >= 2.0.1-3}
 #%{?with_dv:BuildRequires:	libraw1394-devel}
 %{?with_svg:BuildRequires:	librsvg-devel >= 2.9.0}
 %{?with_shout:BuildRequires:	libshout-devel}
@@ -345,6 +347,7 @@
 	--enable-xosd \
 	--enable-oss \
 	%{!?with_hal:--disable-hal} \
+	%{!?with_projectM:--disable-projectm} \
 	--disable-optimizations # we use own RPM_OPT_FLAGS optimalizations
 
 %{__make} \
@@ -740,6 +743,7 @@
 %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libvout_wrapper_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libyuv_plugin.so
 %dir %{_libdir}/vlc/plugins/visualization
+%{?with_projectM:%attr(755,root,root) %{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/plugins/visualization/libvisual_plugin.so
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/http
@@ -811,6 +815,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.228  2010/07/08 15:03:20  lisu
+- add projectM bcond
+
 Revision 1.227  2010/07/08 13:35:56  lisu
 - files cleanups
 - rel 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vlc/vlc.spec?r1=1.227&r2=1.228&f=u



More information about the pld-cvs-commit mailing list