rpms/gstreamer-plugins-good/F-10 gstreamer-plugins-good.spec, 1.78, 1.79

Warren Togami 砥上勇 wtogami at fedoraproject.org
Thu Jan 15 03:21:50 UTC 2009


Author: wtogami

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

Modified Files:
	gstreamer-plugins-good.spec 
Log Message:
- Bug #477877 Fix multilib conflict in -devel
- Bug #478449 Fix ladspa on lib64 
- Bug #470000 Fix thread/memleak due to ref-loop



Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/F-10/gstreamer-plugins-good.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- gstreamer-plugins-good.spec	14 Jan 2009 00:07:36 -0000	1.78
+++ gstreamer-plugins-good.spec	15 Jan 2009 03:21:19 -0000	1.79
@@ -6,7 +6,7 @@
 
 Name: 		%{gstreamer}-plugins-good
 Version: 	0.10.11
-Release:  	2%{?dist}
+Release:  	4%{?dist}
 Summary: 	GStreamer plug-ins with good code and licensing
 
 Group: 		Applications/Multimedia
@@ -19,6 +19,8 @@
 Patch0: gst-plugins-good-0.10.9-libv4l.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=556986
 Patch1: gst-plugins-good-0.10.11-pulse-hang-bz556986.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=470000
+Patch2: pulseprobe-fix.patch
 
 Requires: 	%{gstreamer} >= %{_gst}
 Requires(pre): GConf2 
@@ -82,7 +84,7 @@
 good quality and under the LGPL license.
 
 %package devel
-Summary:        Documentation for GStreamer Good Plug-ins
+Summary:        Dummy package to make gstreamer-plugins-good multilib
 Group:          Development/Libraries
 
 Requires:       %{name} = %{version}-%{release}
@@ -98,24 +100,32 @@
 GStreamer Good Plug-ins is a collection of well-supported plug-ins of
 good quality and under the LGPL license.
 
-This package contains documentation for the GStreamer Good Plug-ins.
+This is a dummy package to make gstreamer-plugins-good multilib.
 
 %prep
 %setup -q -n gst-plugins-good-%{version}
 %patch0 -p0 -b .libv4l
 %patch1 -p0 -b .pulse-hang
+%patch2 -p1 -b .pulseprobe-fix
 
 %build
 
 %configure \
   --with-package-name='Fedora gstreamer-plugins-good package' \
   --with-package-origin='http://download.fedora.redhat.com/fedora' \
-  --enable-gtk-doc \
+  --disable-gtk-doc \
   --enable-experimental \
   --enable-ladspa \
   --disable-esd --disable-libcaca --disable-aalib \
   --with-default-visualizer=autoaudiosink
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=478449
+# ladspa looks in the wrong directory for libraries
+%if %{_lib} == "lib64"
+sed -i 's^:/usr/lib/ladspa:^:/usr/lib64/ladspa:^' ext/ladspa/load.c
+sed -i 's^:/usr/lib/ladspa:^:/usr/lib64/ladspa:^' ext/ladspa/search.c
+%endif
+
 make %{?_smp_mflags}
 pushd ext/ladspa
 make %{?_smp_mflags}
@@ -229,7 +239,6 @@
 
 %files devel
 %defattr(-, root, root)
-%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
 
 %pre
 if [ "$1" -gt 1 ]; then
@@ -248,10 +257,17 @@
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
-* Tue Jan 13 2009 - Bastien Nocera <bnocera at redhat.com> - 0.10.11-2
+* Wed Jan 14 2009 Warren Togami <wtogami at redhat.com> 0.10.11-4
+- Bug #477877 Fix multilib conflict in -devel
+- Bug #478449 Fix ladspa on lib64 
+
+* Wed Jan 14 2009 Lennart Poettering <lpoetter at redhat.com> 0.10.11-3
+- Bug #470000 Fix thread/memleak due to ref-loop
+
+* Tue Jan 13 2009 Bastien Nocera <bnocera at redhat.com> - 0.10.11-2
 - Avoid pulsesink hang when PulseAudio disappears
 
-* Sat Oct 25 2008 - Bastien Nocera <bnocera at redhat.com> - 0.10.11-1
+* Sat Oct 25 2008 Bastien Nocera <bnocera at redhat.com> - 0.10.11-1
 - Update to 0.10.11
 - Update libv4l patch
 




More information about the fedora-extras-commits mailing list