rpms/gstreamer-plugins-good/devel gstreamer-plugins-good.spec, 1.75, 1.76

Lennart Poettering lennart at fedoraproject.org
Thu Oct 23 01:35:15 UTC 2008


Author: lennart

Update of /cvs/pkgs/rpms/gstreamer-plugins-good/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13044

Modified Files:
	gstreamer-plugins-good.spec 
Log Message:
Enable the PulseAudio element and make it replace the old pulseaudio-plugins-pulse package


Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/gstreamer-plugins-good.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- gstreamer-plugins-good.spec	5 Oct 2008 13:56:17 -0000	1.75
+++ gstreamer-plugins-good.spec	23 Oct 2008 01:34:44 -0000	1.76
@@ -6,7 +6,7 @@
 
 Name: 		%{gstreamer}-plugins-good
 Version: 	0.10.10
-Release:  	5%{?dist}
+Release:  	6%{?dist}
 Summary: 	GStreamer plug-ins with good code and licensing
 
 Group: 		Applications/Multimedia
@@ -49,6 +49,7 @@
 BuildRequires:	ladspa-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  kernel-headers
+BuildRequires:  pulseaudio-libs-devel
 
 %ifnarch s390 s390x
 BuildRequires:  libdv-devel
@@ -63,6 +64,9 @@
 BuildRequires:  python-devel PyXML
 BuildRequires:  hal-devel
 
+Provides: gstreamer-plugins-pulse = 0.9.8-1
+Obsoletes: gstreamer-plugins-pulse < 0.9.8
+
 %description
 GStreamer is a streaming media framework, based on graphs of filters which
 operate on media data. Applications using this library can do anything
@@ -105,7 +109,7 @@
   --enable-gtk-doc \
   --enable-experimental \
   --enable-ladspa \
-  --disable-esd --disable-libcaca --disable-aalib --disable-pulse \
+  --disable-esd --disable-libcaca --disable-aalib \
   --with-default-visualizer=autoaudiosink
 
 make %{?_smp_mflags}
@@ -206,6 +210,7 @@
 %{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
 # %{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
 # %{_libdir}/gstreamer-%{majorminor}/libgstaasink.so
+%{_libdir}/gstreamer-%{majorminor}/libgstpulse.so
 
 %ifnarch s390 s390x
 %{_libdir}/gstreamer-%{majorminor}/libgstdv.so
@@ -239,6 +244,10 @@
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
+* Thu Oct 23 2008 Lennart Poettering <lpoetter at redhat.com> 0.10.10-6
+- Enable the PulseAudio element and make it replace the old
+  pulseaudio-plugins-pulse package
+
 * Sun Oct  5 2008 Hans de Goede <hdegoede at redhat.com> 0.10.10-5
 - Fix gst-plugins-good-0.10.9-libv4l.patch to also patch config.in and
   Makefile.in so that the libv4l code actually gets enabled for real this time




More information about the scm-commits mailing list