Author: sls                          Date: Mon Apr  7 06:46:33 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added jack bcond

---- Files affected:
SPECS:
   vlc.spec (1.141 -> 1.142) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.141 SPECS/vlc.spec:1.142
--- SPECS/vlc.spec:1.141        Mon Apr  7 08:24:05 2008
+++ SPECS/vlc.spec      Mon Apr  7 08:46:28 2008
@@ -26,6 +26,7 @@
 %bcond_without gnutls  # gnutls plugin
 %bcond_without ggi     # don't build ggi plugin
 %bcond_without hal     # build with hal support
+%bcond_without jack    # jack audio module
 %bcond_without lirc    # build without lirc support
 %bcond_without live    # build without live.com support
 %bcond_without mozilla # build mozilla plugin
@@ -77,6 +78,7 @@
 %{?with_gnomevfs:BuildRequires:        gnome-vfs2-devel}
 %{?with_gnutls:BuildRequires:  gnutls-devel}
 %{?with_hal:BuildRequires:     hal-devel >= 0.2.97}
+%{?with_jack:BuildRequires:    jack-audio-connection-kit-devel}
 %{?with_dv:BuildRequires:      libavc1394-devel}
 %{?with_caca:BuildRequires:    libcaca-devel}
 BuildRequires: libcddb-devel
@@ -285,6 +287,7 @@
        --disable-glide \
        %{!?with_gnomevfs:--disable-gnomevfs} \
        %{!?with_gnutls:--disable-gnutls} \
+       %{?with_jack:--enable-jack} \
        --%{?with_lirc:en}%{!?with_lirc:dis}able-lirc \
        --enable-mad \
        --enable-mga \
@@ -418,6 +421,7 @@
 %dir %{_libdir}/vlc/audio_output
 %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}
 %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
@@ -651,6 +655,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.142  2008-04-07 06:46:28  sls
+- added jack bcond
+
 Revision 1.141  2008-04-07 06:24:05  sls
 - added bcond gnutls
 
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to