]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/commitdiff
- rel 2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 21 Jul 2011 11:22:52 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable HAL plugin

Changed files:
    gstreamer-plugins-good.spec -> 1.62

gstreamer-plugins-good.spec

index 9fabd2d4bd981c6a54886972bcafeacda5aff098..0974cf8c6696ecd5848fdf72c3949433b2b5e29a 100644 (file)
@@ -6,6 +6,7 @@
 %bcond_without cairo           # don't build cairo plugin
 %bcond_with    esd             # build ESD plugin
 %bcond_without gconf           # don't build GConf plugin
+%bcond_with    hal             # build HAL plugin
 %bcond_without jack            # don't build JACK audio plugin
 %bcond_without soup            # don't build libsoup 2.4 http source plugin
 %bcond_without speex           # don't build speex plugin
@@ -21,7 +22,7 @@ Summary:      Good GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):     Dobre wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins-good
 Version:       0.10.30
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.bz2
@@ -55,7 +56,7 @@ BuildRequires:        bzip2-devel
 BuildRequires: dbus-devel >= 0.91
 %{?with_esd:BuildRequires:     esound-devel >= 0.2.12}
 BuildRequires: flac-devel >= 1.1.4
-BuildRequires: hal-devel >= 0.5.7.1
+%{?with_hal:BuildRequires:     hal-devel >= 0.5.7.1}
 %{?with_jack:BuildRequires:    jack-audio-connection-kit-devel >= 0.99.10}
 BuildRequires: libavc1394-devel
 %{?with_caca:BuildRequires:    libcaca-devel}
@@ -497,6 +498,7 @@ Wtyczka obsługująca bezstratny format dźwięku Wavpack.
        %{!?with_soup:--disable-soup} \
        %{!?with_speex:--disable-speex} \
        %{!?with_wavpack:--disable-wavpack} \
+       %{!?with_hal:--disable-hal} \
        --enable-gtk-doc%{!?with_apidocs:=no} \
        --enable-orc \
        --with-html-dir=%{_gtkdocdir}
@@ -630,9 +632,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{gstlibdir}/libgstjack.so
 %endif
 
+%if %{with hal}
 %files -n gstreamer-hal
 %defattr(644,root,root,755)
 %attr(755,root,root) %{gstlibdir}/libgsthalelements.so
+%endif
 
 %if %{with caca}
 %files -n gstreamer-videosink-libcaca
This page took 0.033877 seconds and 4 git commands to generate.