]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- added jack bcond
authorSzymon Siwek <sls@pld-linux.org>
Mon, 7 Apr 2008 06:46:28 +0000 (06:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc.spec -> 1.142

vlc.spec

index 72b3944d06e3ddee00f71d6c26bff1f8822c8ce4..808861a5c3c7f6ed1243964779661a45c5fd1070 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -25,6 +25,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
@@ -76,6 +77,7 @@ BuildRequires:        gettext-devel
 %{?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
@@ -284,6 +286,7 @@ cp -f /usr/share/automake/config.* .
        --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 \
@@ -417,6 +420,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.038671 seconds and 4 git commands to generate.