packages: gstreamer-plugins-good/gstreamer-plugins-good.spec - rel 2 - disa...
baggins
baggins at pld-linux.org
Thu Jul 21 13:22:58 CEST 2011
Author: baggins Date: Thu Jul 21 11:22:58 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 2
- disable HAL plugin
---- Files affected:
packages/gstreamer-plugins-good:
gstreamer-plugins-good.spec (1.61 -> 1.62)
---- Diffs:
================================================================
Index: packages/gstreamer-plugins-good/gstreamer-plugins-good.spec
diff -u packages/gstreamer-plugins-good/gstreamer-plugins-good.spec:1.61 packages/gstreamer-plugins-good/gstreamer-plugins-good.spec:1.62
--- packages/gstreamer-plugins-good/gstreamer-plugins-good.spec:1.61 Sat Jun 18 12:29:27 2011
+++ packages/gstreamer-plugins-good/gstreamer-plugins-good.spec Thu Jul 21 13:22:52 2011
@@ -7,6 +7,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
@@ -22,7 +23,7 @@
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
@@ -56,7 +57,7 @@
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}
@@ -498,6 +499,7 @@
%{!?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}
@@ -631,9 +633,11 @@
%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
@@ -710,6 +714,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.62 2011/07/21 11:22:52 baggins
+- rel 2
+- disable HAL plugin
+
Revision 1.61 2011/06/18 10:29:27 qboosh
- updated to 0.10.30
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gstreamer-plugins-good/gstreamer-plugins-good.spec?r1=1.61&r2=1.62&f=u
More information about the pld-cvs-commit
mailing list