SPECS: vlc.spec - added bcond shout

sls sls at pld-linux.org
Mon Apr 7 10:21:35 CEST 2008


Author: sls                          Date: Mon Apr  7 08:21:35 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bcond shout

---- Files affected:
SPECS:
   vlc.spec (1.144 -> 1.145) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.144 SPECS/vlc.spec:1.145
--- SPECS/vlc.spec:1.144	Mon Apr  7 09:51:52 2008
+++ SPECS/vlc.spec	Mon Apr  7 10:21:30 2008
@@ -32,6 +32,7 @@
 %bcond_without	mozilla	# build mozilla plugin
 %bcond_without	notify	# libnotify notification plugin
 %bcond_without	portaudio	# portaudio library support
+%bcond_without	shout	# shout plugin
 %bcond_without	speex	# don't build speex plugin
 %bcond_without	svgalib	# build with svgalib video_output
 %bcond_without	x264	# build without x264 support
@@ -102,6 +103,7 @@
 %{?with_daap:BuildRequires:	libopendaap-devel}
 BuildRequires:	libpng-devel
 %{?with_dv:BuildRequires:	libraw1394-devel}
+%{?with_shout:BuildRequires:	libshout-devel}
 BuildRequires:	libsmbclient-devel
 BuildRequires:	libtheora-devel
 BuildRequires:	libtool
@@ -307,6 +309,7 @@
 	--enable-realrtsp \
 	--enable-sdl \
 	--with-sdl=/usr \
+	%{?with_shout:--enable-shout} \
 	--enable-skins2 \
 	--enable-smb \
 	%{!?with_speex:--disable-speex} \
@@ -390,6 +393,7 @@
 %attr(755,root,root) %{_libdir}/vlc/access_output/libaccess_output_dummy_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/access_output/libaccess_output_file_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/access_output/libaccess_output_http_plugin.so
+%attr(755,root,root) %{_libdir}/vlc/access_output/libaccess_output_shout_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/access_output/libaccess_output_udp_plugin.so
 %dir %{_libdir}/vlc/audio_filter
 %attr(755,root,root) %{_libdir}/vlc/audio_filter/liba52tofloat32_plugin.so
@@ -663,6 +667,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.145  2008-04-07 08:21:30  sls
+- added bcond shout
+
 Revision 1.144  2008-04-07 07:51:52  sls
 - added portaudio bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vlc.spec?r1=1.144&r2=1.145&f=u



More information about the pld-cvs-commit mailing list