]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/blobdiff - gstreamer-plugins-good.spec
- release 4
[packages/gstreamer-plugins-good.git] / gstreamer-plugins-good.spec
index 21c9bc035ac366aecb1e574f1879af7da0a597c4..6e2e4b570bc169cb5c9cad6810c185d04db63db4 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
 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.29
-Release:       1
+Version:       0.10.30
+Release:       4
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.bz2
-# Source0-md5: 5a652416141d9530258b474dc1d384b9
+# Source0-md5: 62fd7a3ef187c4f99b3d7c352d58dae9
 Patch0:                %{name}-bashish.patch
 Patch1:                %{name}-libcaca.patch
 URL:           http://gstreamer.freedesktop.org/
@@ -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}
@@ -86,6 +87,7 @@ Requires:     gstreamer-plugins-base >= %{gstpb_req_ver}
 Requires:      orc >= 0.4.11
 Obsoletes:     gstreamer-avi
 Obsoletes:     gstreamer-flx
+%{!?with_hal:Obsoletes:        gstreamer-hal}
 Obsoletes:     gstreamer-matroska
 Obsoletes:     gstreamer-mixer
 Obsoletes:     gstreamer-navigation
@@ -497,6 +499,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 +633,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.04142 seconds and 4 git commands to generate.