SPECS: vlc.spec - added portaudio bcond

sls sls at pld-linux.org
Mon Apr 7 09:51:57 CEST 2008


Author: sls                          Date: Mon Apr  7 07:51:57 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added portaudio bcond

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

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.143 SPECS/vlc.spec:1.144
--- SPECS/vlc.spec:1.143	Mon Apr  7 09:07:51 2008
+++ SPECS/vlc.spec	Mon Apr  7 09:51:52 2008
@@ -31,6 +31,7 @@
 %bcond_without	live	# build without live.com support
 %bcond_without	mozilla	# build mozilla plugin
 %bcond_without	notify	# libnotify notification plugin
+%bcond_without	portaudio	# portaudio library support
 %bcond_without	speex	# don't build speex plugin
 %bcond_without	svgalib	# build with svgalib video_output
 %bcond_without	x264	# build without x264 support
@@ -113,6 +114,7 @@
 BuildRequires:	ncurses-devel
 %{?with_slp:BuildRequires:	openslp-devel}
 BuildRequires:	pkgconfig
+%{?with_portaudio:BuildRequires:	portaudio-devel}
 %{?with_speex:BuildRequires:	speex-devel > 1:1.1.0}
 %{?with_svgalib:BuildRequires:	svgalib-devel}
 BuildRequires:	vcdimager-devel
@@ -299,6 +301,7 @@
 	--with-live555-tree=%{_libdir}/liveMedia \
 	--enable-ncurses \
 	%{!?with_notify:--disable-notify} \
+	%{?with_portaudio:--enable-portaudio} \
 	--enable-pvr \
 	--enable-real \
 	--enable-realrtsp \
@@ -425,6 +428,7 @@
 %attr(755,root,root) %{_libdir}/vlc/audio_output/libaout_file_plugin.so
 %{?with_arts:%attr(755,root,root) %{_libdir}/vlc/audio_output/libarts_plugin.so}
 %{?with_jack:%attr(755,root,root) %{_libdir}/vlc/audio_output/libjack_plugin.so}
+%{?with_portaudio:%attr(755,root,root) %{_libdir}/vlc/audio_output/libportaudio_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/audio_output/liboss_plugin.so
 %dir %{_libdir}/vlc/codec
 %attr(755,root,root) %{_libdir}/vlc/codec/liba52_plugin.so
@@ -659,6 +663,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.144  2008-04-07 07:51:52  sls
+- added portaudio bcond
+
 Revision 1.143  2008-04-07 07:07:51  sls
 - added notify bcond
 
================================================================

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



More information about the pld-cvs-commit mailing list