rpms/gstreamer-plugins-bad/F-11 gstreamer-plugins-bad.spec, 1.18, 1.19

Hans de Goede jwrdegoede at rpmfusion.org
Sat Jun 27 17:33:40 CEST 2009


Author: jwrdegoede

Update of /cvs/free/rpms/gstreamer-plugins-bad/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2318

Modified Files:
	gstreamer-plugins-bad.spec 
Log Message:
* Sat Jun 27 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-3
- Disable rtpmanager as it also has been added to gstreamer-plugins-good (#689)



Index: gstreamer-plugins-bad.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-bad/F-11/gstreamer-plugins-bad.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gstreamer-plugins-bad.spec	19 Jun 2009 18:09:31 -0000	1.18
+++ gstreamer-plugins-bad.spec	27 Jun 2009 15:33:39 -0000	1.19
@@ -7,7 +7,7 @@
 Summary: GStreamer streaming media framework "bad" plug-ins
 Name: gstreamer-plugins-bad
 Version: 0.10.13
-Release: 1%{?dist}
+Release: 3%{?dist}
 # The freeze and nfs plugins are LGPLv2 (only)
 License: LGPLv2+ and LGPLv2
 Group: Applications/Multimedia
@@ -122,16 +122,18 @@
 
 
 %build
-# Disable plugins moved from gst-plugins-farsight for now, until a new
-# gst-plugins-farsight release solving the conflicts is available
+# Disable ladspa, selector & mpegdemux, they are patched into Fedora's packages
+# Disable amrwb as it does not belong in rpmfusion-free
+# Disable libmimic plugin until libmimic is reviewed
+# Disable other farsight plugins, they are patched into Fedora's packages
 %configure \
     --with-package-name="gst-plugins-bad rpmfusion rpm" \
     --with-package-origin="http://rpmfusion.org/" \
-    --enable-debug --disable-static --enable-gtk-doc \
-    --disable-ladspa --enable-experimental --disable-mpegdemux \
-    --disable-amrwb --disable-selector --disable-mimic \
+    --enable-debug --disable-static --enable-gtk-doc --enable-experimental \
+    --disable-ladspa --disable-mpegdemux --disable-selector \
+    --disable-amrwb --disable-mimic \
     --disable-siren --disable-valve --disable-dtmf --disable-autoconvert \
-    --disable-liveadder --disable-rtpmux
+    --disable-liveadder --disable-rtpmux --disable-rtpmanager
 # Don't use rpath!
 %{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 %{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -191,7 +193,6 @@
 %ifarch %{ix86} x86_64
 %{_libdir}/gstreamer-%{majorminor}/libgstreal.so
 %endif
-%{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
 %{_libdir}/gstreamer-%{majorminor}/libgstscaletempoplugin.so
 %{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
 %{_libdir}/gstreamer-%{majorminor}/libgstshapewipe.so
@@ -265,10 +266,19 @@
 
 
 %changelog
+* Sat Jun 27 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-3
+- Disable rtpmanager as it also has been added to gstreamer-plugins-good (#689)
+
+* Tue Jun 23 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-2
+- Disable farsight plugins again, they have been added to Fedora's
+  gstreamer-plugins-good package
+
 * Fri Jun 19 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.13-1
 - New upstream release 0.10.13
 - Disable input-selector plugin as it has been added to Fedora's
   gstreamer-plugins-base as rythmbox needs it
+- Enable plugins moved from farsight into -bad, as rawhide now
+  has a new gstreamer-plugins-farsight, which no longer contains them
 
 * Wed Jun 17 2009 Hans de Goede <j.w.r.degoede at hhs.nl> 0.10.12-2
 - Rebuild for changes in the gstreamer provides script



More information about the rpmfusion-commits mailing list