rpms/gstreamer-plugins-good/devel gstreamer-plugins-good.spec, 1.114, 1.115

Bastien Nocera hadess at fedoraproject.org
Fri Dec 4 10:52:15 UTC 2009


Author: hadess

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

Modified Files:
	gstreamer-plugins-good.spec 
Log Message:
* Fri Dec 04 2009 Bastien Nocera <bnocera at redhat.com> 0.10.17-3
- Disable LADSPA plugins, they should be in -bad (#540198)



Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/gstreamer-plugins-good.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -p -r1.114 -r1.115
--- gstreamer-plugins-good.spec	30 Nov 2009 15:45:07 -0000	1.114
+++ gstreamer-plugins-good.spec	4 Dec 2009 10:52:15 -0000	1.115
@@ -6,7 +6,7 @@
 
 Name: 		%{gstreamer}-plugins-good
 Version: 	0.10.17
-Release:  	2%{?dist}
+Release:  	3%{?dist}
 Summary: 	GStreamer plug-ins with good code and licensing
 
 Group: 		Applications/Multimedia
@@ -44,7 +44,6 @@ BuildRequires:  gtk2-devel
 BuildRequires:  libshout-devel
 BuildRequires:  taglib-devel
 BuildRequires:	wavpack-devel
-BuildRequires:	ladspa-devel
 BuildRequires:  libsoup-devel
 BuildRequires:  kernel-headers
 BuildRequires:  pulseaudio-libs-devel
@@ -121,30 +120,16 @@ autoreconf
   --with-package-origin='http://download.fedora.redhat.com/fedora' \
   --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}
-popd
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 %makeinstall
-pushd ext/ladspa
-make install DESTDIR=%{buildroot}
-popd
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 # Clean out files that should not be part of the rpm.
@@ -230,11 +215,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/gstreamer-%{majorminor}/libgstgconfelements.so
 %{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
 %{_libdir}/gstreamer-%{majorminor}/libgstwavpack.so
-%{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
 %{_libdir}/gstreamer-%{majorminor}/libgstsouphttpsrc.so
 %{_libdir}/gstreamer-%{majorminor}/libgstshout2.so
 %{_libdir}/gstreamer-%{majorminor}/libgsttaglib.so
-# %{_libdir}/gstreamer-%{majorminor}/libgstladspa.so
 # %{_libdir}/gstreamer-%{majorminor}/libgstaasink.so
 %{_libdir}/gstreamer-%{majorminor}/libgstpulse.so
 %{_libdir}/gstreamer-%{majorminor}/libgstrtpmanager.so
@@ -276,6 +259,9 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
+* Fri Dec 04 2009 Bastien Nocera <bnocera at redhat.com> 0.10.17-3
+- Disable LADSPA plugins, they should be in -bad (#540198)
+
 * Mon Nov 30 2009 Bastien Nocera <bnocera at redhat.com> 0.10.17-2
 - Add support for authenticating RTSP sources
 




More information about the scm-commits mailing list