]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- add projectM bcond auto/th/vlc-1_1_0-1
authorlisu <lisu@pld-linux.org>
Thu, 8 Jul 2010 15:03:20 +0000 (15:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc.spec -> 1.228

vlc.spec

index 92669009c46c337f8388e08df3a98447e0491c53..758dc4bf7b14d86bf86f308cf93f64b9ad881ba0 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -27,6 +27,7 @@
 %bcond_without mozilla         # build mozilla plugin
 %bcond_without notify          # libnotify notification plugin
 %bcond_without portaudio       # portaudio library support
+%bcond_without projectM        # don't build projectM plugin
 %bcond_with    rtmp            # RTMP output plugin
 %bcond_without shout           # shout plugin
 %bcond_without speex           # don't build speex plugin
@@ -103,6 +104,7 @@ BuildRequires:      libmtp-devel
 BuildRequires: libogg-devel
 #%{?with_daap:BuildRequires:   libopendaap-devel}
 BuildRequires: libpng-devel
+%{?with_projectM:BuildRequires:        libprojectM-devel >= 2.0.1-3}
 #%{?with_dv:BuildRequires:     libraw1394-devel}
 %{?with_svg:BuildRequires:     librsvg-devel >= 2.9.0}
 %{?with_shout:BuildRequires:   libshout-devel}
@@ -344,6 +346,7 @@ cp -f /usr/share/automake/config.* .
        --enable-xosd \
        --enable-oss \
        %{!?with_hal:--disable-hal} \
+       %{!?with_projectM:--disable-projectm} \
        --disable-optimizations # we use own RPM_OPT_FLAGS optimalizations
 
 %{__make} \
@@ -739,6 +742,7 @@ fi
 %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libvout_wrapper_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/plugins/video_output/libyuv_plugin.so
 %dir %{_libdir}/vlc/plugins/visualization
+%{?with_projectM:%attr(755,root,root) %{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/plugins/visualization/libvisual_plugin.so
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/http
This page took 0.055404 seconds and 4 git commands to generate.