rpms/gstreamer-plugins-good/devel gstreamer-plugins-good.spec, 1.79, 1.80

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


Author: wtogami

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

Modified Files:
	gstreamer-plugins-good.spec 
Log Message:
- Bug #477877 Fix multilib conflict in -devel
- Bug #478449 Fix ladspa on lib64 



Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/gstreamer-plugins-good.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- gstreamer-plugins-good.spec	14 Jan 2009 14:57:34 -0000	1.79
+++ gstreamer-plugins-good.spec	15 Jan 2009 03:26:50 -0000	1.80
@@ -6,7 +6,7 @@
 
 Name: 		%{gstreamer}-plugins-good
 Version: 	0.10.11
-Release:  	3%{?dist}
+Release:  	4%{?dist}
 Summary: 	GStreamer plug-ins with good code and licensing
 
 Group: 		Applications/Multimedia
@@ -84,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}
@@ -100,7 +100,7 @@
 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}
@@ -113,12 +113,19 @@
 %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}
@@ -232,7 +239,6 @@
 
 %files devel
 %defattr(-, root, root)
-%doc %{_datadir}/gtk-doc/html/gst-plugins-good-plugins-%{majorminor}
 
 %pre
 if [ "$1" -gt 1 ]; then
@@ -251,13 +257,17 @@
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
-* Wed Jan 14 2009 - Lennart Poettering <lpoetter at redhat.com> 0.10.11-3
-- Fix thread/memleak due to ref-loop
+* 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
+* 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