SPECS: vlc.spec - added bonjour bcond

sls sls at pld-linux.org
Mon Apr 7 04:05:02 CEST 2008


Author: sls                          Date: Mon Apr  7 02:05:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bonjour bcond

---- Files affected:
SPECS:
   vlc.spec (1.134 -> 1.135) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.134 SPECS/vlc.spec:1.135
--- SPECS/vlc.spec:1.134	Mon Apr  7 03:53:25 2008
+++ SPECS/vlc.spec	Mon Apr  7 04:04:57 2008
@@ -14,6 +14,7 @@
 %bcond_without	aalib	# build without aalib support
 %bcond_without	alsa	# don't build alsa plugin
 %bcond_without	arts	# don't build arts plugin
+%bcond_without	bonjour # bonjour plugin
 %bcond_without	caca	# build without caca support
 %bcond_without	dv	# build without dv support
 %bcond_without	esound	# don't build esound plugin
@@ -53,6 +54,7 @@
 %{?with_arts:BuildRequires:	artsc-devel}
 BuildRequires:	autoconf
 BuildRequires:	automake
+%{?with_bonjour:BuildRequires:	avahi-devel >= 0.6}
 %{?with_esound:BuildRequires:	esound-devel}
 BuildRequires:	faad2-devel >= 2.5
 BuildRequires:	ffmpeg-devel >= 0.4.9-4.20080131.1
@@ -239,6 +241,7 @@
 	%{?with_alsa:--enable-alsa} \
 	%{?with_arts:--enable-arts} \
 	%{!?with_arts:--disable-arts} \
+	%{!?with_bonjour:--disable-bonjour} \
 	--%{?with_caca:en}%{!?with_caca:dis}able-caca \
 	--enable-dsp \
 	--enable-dummy \
@@ -497,6 +500,7 @@
 %attr(755,root,root) %{_libdir}/vlc/packetizer/libpacketizer_mpegvideo_plugin.so
 %dir %{_libdir}/vlc/services_discovery
 %{?with_hal:%attr(755,root,root) %{_libdir}/vlc/services_discovery/libhal_plugin.so}
+%{?with_bonjour:%attr(755,root,root) %{_libdir}/vlc/services_discovery/libbonjour_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/services_discovery/libpodcast_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/services_discovery/libsap_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/services_discovery/libshout_plugin.so
@@ -615,6 +619,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.135  2008-04-07 02:04:57  sls
+- added bonjour bcond
+
 Revision 1.134  2008-04-07 01:53:25  sls
 - sorted bconds
 - switched on bconds: mozilla, svgalib, hal
================================================================

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



More information about the pld-cvs-commit mailing list