rpms/gstreamer-plugins-good/F-7 gstreamer-plugins-good.spec, 1.36, 1.37

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Aug 13 08:45:01 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gstreamer-plugins-good/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3622

Modified Files:
	gstreamer-plugins-good.spec 
Log Message:
Add experimental plugins to the build, update BRs to match that



Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/F-7/gstreamer-plugins-good.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gstreamer-plugins-good.spec	11 Aug 2007 09:48:02 -0000	1.36
+++ gstreamer-plugins-good.spec	13 Aug 2007 08:44:28 -0000	1.37
@@ -46,6 +46,7 @@
 BuildRequires:  libshout-devel
 BuildRequires:  taglib-devel
 BuildRequires:  libcdio-devel
+BuildRequires:	wavpack-devel
 
 
 %ifnarch s390 s390x
@@ -98,7 +99,8 @@
 %configure \
   --with-package-name='Fedora Core gstreamer-plugins-good package' \
   --with-package-origin='http://download.fedora.redhat.com/fedora' \
-  --disable-gtkdoc
+  --disable-gtkdoc \
+  --enable-experimental
 
 make %{?_smp_mflags}
                                                                                 
@@ -115,6 +117,10 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
+# Remove the monoscope viz, it's experimental, and might crash applications
+# that use it
+rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstmonoscope.so
+
 %find_lang gst-plugins-good-%{majorminor}
 
 %clean
@@ -175,6 +181,8 @@
 %{_libdir}/gstreamer-%{majorminor}/libgstossaudio.so
 %{_libdir}/gstreamer-%{majorminor}/libgstspeex.so
 %{_libdir}/gstreamer-%{majorminor}/libgstgconfelements.so
+%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
+%{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
 
 %{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
 %{_libdir}/gstreamer-%{majorminor}/libgstcdio.so
@@ -218,6 +226,7 @@
 - Update to 0.10.6 (#249598)
 - Remove outdated FLAC patch
 - Add new plugins including the QuickTime demuxer
+- Enable experimental plugins, the wavepack and v4l2src plugins (#250886)
 
 * Sat May  5 2007  Matthias Clasen  <mclasen at redhat.com> - 0.10.5-6
 - Add libshout-devel, taglib-devel, libcdio-devel as BRs (#136268)




More information about the fedora-extras-commits mailing list