rpms/gstreamer-plugins-good/devel gstreamer-plugins-good.spec, 1.38, 1.39

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sun Aug 12 12:43:14 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gstreamer-plugins-good/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32301

Modified Files:
	gstreamer-plugins-good.spec 
Log Message:
* Sun Aug 12 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.6-2
- Enable experimental plugins, the wavepack and v4l2src plugins (#250886)



Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/gstreamer-plugins-good.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- gstreamer-plugins-good.spec	19 Jun 2007 15:10:19 -0000	1.38
+++ gstreamer-plugins-good.spec	12 Aug 2007 12:42:41 -0000	1.39
@@ -6,7 +6,7 @@
 
 Name: 		%{gstreamer}-plugins-good
 Version: 	0.10.6
-Release:  	1%{?dist}
+Release:  	2%{?dist}
 Summary: 	GStreamer plug-ins with good code and licensing
 
 Group: 		Applications/Multimedia
@@ -99,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}
                                                                                 
@@ -116,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
@@ -176,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
@@ -215,6 +222,9 @@
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
+* Sun Aug 12 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.6-2
+- Enable experimental plugins, the wavepack and v4l2src plugins (#250886)
+
 * Tue Jun 19 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.6-1
 - Update to 0.10.6
 - Remove outdated FLAC patch




More information about the fedora-extras-commits mailing list