diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-26 15:33:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-26 15:33:11 +0000 |
commit | 61dfbc1ec07cec356c38583e7ebf9c24a6f29951 (patch) | |
tree | 8cf133b764f1618e826f40979bb239bbfd5bfc35 /gnustep-apps/cynthiune/files | |
parent | Fix Musepack deps for SV8. (diff) | |
download | historical-61dfbc1ec07cec356c38583e7ebf9c24a6f29951.tar.gz historical-61dfbc1ec07cec356c38583e7ebf9c24a6f29951.tar.bz2 historical-61dfbc1ec07cec356c38583e7ebf9c24a6f29951.zip |
Use transition package media-libs/libmpcdecsv7 instead of media-libs/libmpcdec for Musepack support.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps/cynthiune/files')
-rw-r--r-- | gnustep-apps/cynthiune/files/cynthiune-0.9.5-libmpcdecsv7.patch | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/gnustep-apps/cynthiune/files/cynthiune-0.9.5-libmpcdecsv7.patch b/gnustep-apps/cynthiune/files/cynthiune-0.9.5-libmpcdecsv7.patch new file mode 100644 index 000000000000..f458998e290a --- /dev/null +++ b/gnustep-apps/cynthiune/files/cynthiune-0.9.5-libmpcdecsv7.patch @@ -0,0 +1,48 @@ +diff -ur Cynthiune-0.9.5.orig/Bundles/Musepack/CNSFileHandle.h Cynthiune-0.9.5/Bundles/Musepack/CNSFileHandle.h +--- Cynthiune-0.9.5.orig/Bundles/Musepack/CNSFileHandle.h 2006-03-22 00:33:28.000000000 +0200 ++++ Cynthiune-0.9.5/Bundles/Musepack/CNSFileHandle.h 2009-07-26 18:31:10.000000000 +0300 +@@ -23,7 +23,7 @@ + #ifndef CNSFILEHANDLE_H + #define CNSFILEHANDLE_H + +-#include <mpcdec/config_types.h> ++#include <mpcdecsv7/config_types.h> + + #ifdef __cplusplus + extern "C" { +diff -ur Cynthiune-0.9.5.orig/Bundles/Musepack/GNUmakefile.preamble Cynthiune-0.9.5/Bundles/Musepack/GNUmakefile.preamble +--- Cynthiune-0.9.5.orig/Bundles/Musepack/GNUmakefile.preamble 2005-12-07 18:42:43.000000000 +0200 ++++ Cynthiune-0.9.5/Bundles/Musepack/GNUmakefile.preamble 2009-07-26 18:31:32.000000000 +0300 +@@ -19,7 +19,7 @@ + # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + # Boston, MA 02111-1307, USA. + +-MUSEPACK_LIBS = -lmpcdec ++MUSEPACK_LIBS = -lmpcdecsv7 + + ADDITIONAL_INCLUDE_DIRS += -I../.. + +diff -ur Cynthiune-0.9.5.orig/Bundles/Musepack/Musepack.m Cynthiune-0.9.5/Bundles/Musepack/Musepack.m +--- Cynthiune-0.9.5.orig/Bundles/Musepack/Musepack.m 2006-03-31 11:17:11.000000000 +0300 ++++ Cynthiune-0.9.5/Bundles/Musepack/Musepack.m 2009-07-26 18:30:54.000000000 +0300 +@@ -30,7 +30,7 @@ + #import <Cynthiune/Format.h> + #import <Cynthiune/utils.h> + +-#import <mpcdec/mpcdec.h> ++#import <mpcdecsv7/mpcdec.h> + + #import "Musepack.h" + #import "CNSFileHandle.h" +diff -ur Cynthiune-0.9.5.orig/Cynthiune.pbproj/project.pbxproj Cynthiune-0.9.5/Cynthiune.pbproj/project.pbxproj +--- Cynthiune-0.9.5.orig/Cynthiune.pbproj/project.pbxproj 2006-03-31 11:35:16.000000000 +0300 ++++ Cynthiune-0.9.5/Cynthiune.pbproj/project.pbxproj 2009-07-26 18:31:59.000000000 +0300 +@@ -3405,7 +3405,7 @@ + FRAMEWORK_SEARCH_PATHS = /home/wolfgang/programmes/gnustep/Cynthiune/build; + OPTIMIZATION_CFLAGS = "-O0"; + OTHER_CFLAGS = ""; +- OTHER_LDFLAGS = "-lmpcdec"; ++ OTHER_LDFLAGS = "-lmpcdecsv7"; + OTHER_REZFLAGS = ""; + PRODUCT_NAME = Musepack; + SECTORDER_FLAGS = ""; |