rpms/audacious-plugins-freeworld/devel audacious-plugins-3.5-mms.patch, NONE, 1.1 audacious-plugins-freeworld.spec, 1.39, 1.40

Hans de Goede jwrdegoede at rpmfusion.org
Thu Aug 7 14:45:05 CEST 2014


Author: jwrdegoede

Update of /cvs/free/rpms/audacious-plugins-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29279

Modified Files:
	audacious-plugins-freeworld.spec 
Added Files:
	audacious-plugins-3.5-mms.patch 
Log Message:
* Thu Aug 07 2014 Hans de Goede <j.w.r.degoede at gmail.com> - 3.5-3
- Fix building with new libmms (rf#3327)


audacious-plugins-3.5-mms.patch:
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE audacious-plugins-3.5-mms.patch ---
diff -up audacious-plugins-3.5/src/mms/Makefile~ audacious-plugins-3.5/src/mms/Makefile
--- audacious-plugins-3.5/src/mms/Makefile~	2014-04-23 04:37:46.000000000 +0200
+++ audacious-plugins-3.5/src/mms/Makefile	2014-08-07 14:37:22.063941098 +0200
@@ -7,6 +7,6 @@ include ../../extra.mk
 
 plugindir := ${plugindir}/${TRANSPORT_PLUGIN_DIR}
 
-CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MMS_CFLAGS} -I../.. -Wall
+CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GLIB_CFLAGS} ${MMS_CFLAGS} -I../.. -Wall
 CFLAGS += ${PLUGIN_CFLAGS}
-LIBS += ${MMS_LIBS}
+LIBS += ${MMS_LIBS} ${GLIB_LIBS}


Index: audacious-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/audacious-plugins-freeworld.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- audacious-plugins-freeworld.spec	7 Aug 2014 01:08:04 -0000	1.39
+++ audacious-plugins-freeworld.spec	7 Aug 2014 12:45:05 -0000	1.40
@@ -5,13 +5,14 @@
 
 Name:           audacious-plugins-freeworld
 Version:        3.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Additional plugins for the Audacious media player
 
 Group:          Applications/Multimedia
 License:        GPLv3
 URL:            http://audacious-media-player.org/
 Source0:        http://distfiles.audacious-media-player.org/audacious-plugins-%{version}.tar.bz2
+Patch0:         audacious-plugins-3.5-mms.patch
 
 BuildRequires:  audacious-devel >= 3.5
 BuildRequires:  zlib-devel, libxml2-devel
@@ -91,6 +92,7 @@
 
 %prep
 %setup -q -n audacious-plugins-%{version}
+%patch0 -p1
 sed -i '\,^.SILENT:,d' buildsys.mk.in
 
 
@@ -135,6 +137,9 @@
 
 
 %changelog
+* Thu Aug 07 2014 Hans de Goede <j.w.r.degoede at gmail.com> - 3.5-3
+- Fix building with new libmms (rf#3327)
+
 * Thu Aug 07 2014 Sérgio Basto <sergio at serjux.com> - 3.5-2
 - Rebuilt for ffmpeg-2.3
 


More information about the rpmfusion-commits mailing list