SPECS: gstreamer-plugins-good.spec - 0.10.7
patrys
patrys at pld-linux.org
Wed May 7 22:53:01 CEST 2008
Author: patrys Date: Wed May 7 20:53:01 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.10.7
---- Files affected:
SPECS:
gstreamer-plugins-good.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/gstreamer-plugins-good.spec
diff -u SPECS/gstreamer-plugins-good.spec:1.24 SPECS/gstreamer-plugins-good.spec:1.25
--- SPECS/gstreamer-plugins-good.spec:1.24 Thu Feb 21 15:46:52 2008
+++ SPECS/gstreamer-plugins-good.spec Wed May 7 22:52:56 2008
@@ -8,6 +8,7 @@
%bcond_without cdio # don't build cdio plugin
%bcond_without gconf # don't build GConf plugin
%bcond_with ladspa # build ladspa plugin [currently built in plugins-bad]
+%bcond_without soup # don't build libsoup 2.4 http source plugin
%bcond_without speex # don't build speex plugin
%bcond_without wavpack # don't build wavpack plugin
#
@@ -19,12 +20,12 @@
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.7
+Version: 0.10.8
Release: 1
License: LGPL
Group: Libraries
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.bz2
-# Source0-md5: e02d729b22451f75414a27456ae5c16a
+# Source0-md5: 32414def093652d8281f3708ccaf086b
Patch0: %{name}-bashish.patch
Patch1: %{name}-libcaca.patch
URL: http://gstreamer.freedesktop.org/
@@ -61,6 +62,7 @@
BuildRequires: libpng-devel >= 1.2.0
BuildRequires: libraw1394-devel >= 1.2.1
BuildRequires: libshout-devel >= 2.0
+%{?with_soup:BuildRequires: libsoup-devel >= 2.4.0}
# for taglib
BuildRequires: libstdc++-devel
BuildRequires: libxml2-devel >= 1:2.6.26
@@ -350,6 +352,19 @@
%description -n gstreamer-shout2 -l pl.UTF-8
Wtyczka do GStreamera umożliwiająca komunikację z serwerami Shoutcast.
+%package -n gstreamer-soup
+Summary: GStreamer Soup plugin
+Summary(pl.UTF-8): Wtyczka biblioteki Soup dla GStreamera
+Group: Libraries
+Requires: gstreamer-plugins-base >= %{gst_req_ver}
+
+%description -n gstreamer-soup
+GStreamer Plugin for downloading files with Soup library.
+
+%description -n gstreamer-soup -l pl.UTF-8
+Wtyczka GStreamera umożliwiająca ściąganie plików za pomocą biblioteki
+Soup.
+
%package -n gstreamer-speex
Summary: GStreamer speex codec decoder/encoder plugin
Summary(pl.UTF-8): Wtyczka do GStreamera obsługująca kodek Speex
@@ -446,6 +461,7 @@
%{!?with_cdio:--disable-cdio} \
--enable-experimental \
%{?with_ladspa:--enable-ladspa} \
+ %{!?with_soup:--disable-soup} \
%{!?with_speex:--disable-speex} \
%{!?with_wavpack:--disable-wavpack} \
--disable-static \
@@ -604,6 +620,12 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{gstlibdir}/libgstshout2.so
+%if %{with soup}
+%files -n gstreamer-soup
+%defattr(644,root,root,755)
+%attr(755,root,root) %{gstlibdir}/libgstsouphttpsrc.so
+%endif
+
%if %{with speex}
%files -n gstreamer-speex
%defattr(644,root,root,755)
@@ -641,6 +663,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2008-05-07 20:52:56 patrys
+- 0.10.7
+
Revision 1.24 2008-02-21 14:46:52 patrys
- 0.10.7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gstreamer-plugins-good.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list