packages: game-music-emu/game-music-emu.spec, game-music-emu/game-music-emu...

evil evil at pld-linux.org
Sat Feb 19 05:11:30 CET 2011


Author: evil                         Date: Sat Feb 19 04:11:30 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added game-music-emu-multilib.patch stolen from gentoo

---- Files affected:
packages/game-music-emu:
   game-music-emu.spec (1.1 -> 1.2) , game-music-emu-multilib.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/game-music-emu/game-music-emu.spec
diff -u packages/game-music-emu/game-music-emu.spec:1.1 packages/game-music-emu/game-music-emu.spec:1.2
--- packages/game-music-emu/game-music-emu.spec:1.1	Sun Dec 19 18:55:40 2010
+++ packages/game-music-emu/game-music-emu.spec	Sat Feb 19 05:11:25 2011
@@ -10,6 +10,7 @@
 Source0:	http://game-music-emu.googlecode.com/files/%{name}-%{version}.tbz2
 # Source0-md5:	94459001a763fb76209a550a03b7949e
 URL:		http://code.google.com/p/game-music-emu/
+Patch0:		%{name}-multilib.patch
 BuildRequires:	cmake >= 2.6
 BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake \
@@ -106,5 +108,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/02/19 04:11:25  evil
+- added game-music-emu-multilib.patch stolen from gentoo
+
 Revision 1.1  2010/12/19 17:55:40  qboosh
 - new

================================================================
Index: packages/game-music-emu/game-music-emu-multilib.patch
diff -u /dev/null packages/game-music-emu/game-music-emu-multilib.patch:1.1
--- /dev/null	Sat Feb 19 05:11:30 2011
+++ packages/game-music-emu/game-music-emu-multilib.patch	Sat Feb 19 05:11:25 2011
@@ -0,0 +1,15 @@
+http://code.google.com/p/game-music-emu/issues/detail?id=8
+
+Index: game-music-emu-0.5.5/gme/CMakeLists.txt
+===================================================================
+--- game-music-emu-0.5.5.orig/gme/CMakeLists.txt
++++ game-music-emu-0.5.5/gme/CMakeLists.txt
+@@ -157,7 +157,6 @@ set_target_properties(gme
+     PROPERTIES VERSION 0.5.3
+                SOVERSION 0)
+ 
+-# TODO: Libsuffix for 64-bit?
+-install(TARGETS gme LIBRARY DESTINATION lib)
++install(TARGETS gme LIBRARY DESTINATION lib${LIB_SUFFIX})
+ 
+ install(FILES ${EXPORTED_HEADERS} DESTINATION include/gme)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/game-music-emu/game-music-emu.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list