packages: xmms-input-modplug/xmms-input-modplug.spec, xmms-input-modplug/xm...

hawk hawk at pld-linux.org
Wed Aug 25 15:50:55 CEST 2010


Author: hawk                         Date: Wed Aug 25 13:50:55 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix building with gcc >= 4.3

---- Files affected:
packages/xmms-input-modplug:
   xmms-input-modplug.spec (1.30 -> 1.31) , xmms-input-modplug-build.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xmms-input-modplug/xmms-input-modplug.spec
diff -u packages/xmms-input-modplug/xmms-input-modplug.spec:1.30 packages/xmms-input-modplug/xmms-input-modplug.spec:1.31
--- packages/xmms-input-modplug/xmms-input-modplug.spec:1.30	Sat Aug 14 16:53:31 2010
+++ packages/xmms-input-modplug/xmms-input-modplug.spec	Wed Aug 25 15:50:50 2010
@@ -3,13 +3,14 @@
 Summary(pl.UTF-8):	Wtyczka wejściowa dla XMMS-a odtwarzająca moduły muzyczne z Amigi
 Name:		xmms-input-modplug
 Version:	2.05
-Release:	3
+Release:	4
 # uhm, code is in Public Domain, but xmms forces GPL
 License:	GPL
 Group:		X11/Applications/Sound
 Source0:	http://dl.sourceforge.net/modplug-xmms/modplugxmms-%{version}.tar.gz
 # Source0-md5:	2dd9b88a02978d3001b48863b8cffc5b
 Patch0:		%{name}-aclocal.patch
+Patch1:		%{name}-build.patch
 URL:		http://modplug-xmms.sourceforge.net/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -42,6 +43,7 @@
 %prep
 %setup -q -n modplugxmms-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -77,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2010/08/25 13:50:50  hawk
+- fix building with gcc >= 4.3
+
 Revision 1.30  2010/08/14 14:53:31  qboosh
 - kill modplugplay here (see modplugtools.spec)
 - release 3

================================================================
Index: packages/xmms-input-modplug/xmms-input-modplug-build.patch
diff -u /dev/null packages/xmms-input-modplug/xmms-input-modplug-build.patch:1.1
--- /dev/null	Wed Aug 25 15:50:55 2010
+++ packages/xmms-input-modplug/xmms-input-modplug-build.patch	Wed Aug 25 15:50:50 2010
@@ -0,0 +1,23 @@
+diff -ur modplugxmms-2.05.orig/modplugxmms/archive/arch_gzip.cpp modplugxmms-2.05/modplugxmms/archive/arch_gzip.cpp
+--- modplugxmms-2.05.orig/modplugxmms/archive/arch_gzip.cpp	2010-08-25 15:47:47.826313276 +0200
++++ modplugxmms-2.05/modplugxmms/archive/arch_gzip.cpp	2010-08-25 15:47:18.442983147 +0200
+@@ -10,6 +10,7 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <stdio.h>
++#include <string.h>
+ 
+ #include "arch_gzip.h"
+ 
+diff -ur modplugxmms-2.05.orig/modplugxmms/archive/arch_rar.cpp modplugxmms-2.05/modplugxmms/archive/arch_rar.cpp
+--- modplugxmms-2.05.orig/modplugxmms/archive/arch_rar.cpp	2003-10-16 06:24:06.000000000 +0200
++++ modplugxmms-2.05/modplugxmms/archive/arch_rar.cpp	2010-08-25 15:48:50.152982740 +0200
+@@ -10,6 +10,8 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+ 
+ #include "arch_rar.h"
+ #include <iostream>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xmms-input-modplug/xmms-input-modplug.spec?r1=1.30&r2=1.31&f=u



More information about the pld-cvs-commit mailing list