summaryrefslogtreecommitdiff
path: root/audio/cdplayer/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2009-04-19 11:43:16 +0000
committerrh <rh@pkgsrc.org>2009-04-19 11:43:16 +0000
commite19bebcde00fc6e21c0dd803b452db2db08cff00 (patch)
treefcfc41d502ee0a11e243d0cc3b0e6c152fb71809 /audio/cdplayer/patches
parent42114a8cea56fe8a80538f27e199d54dad85d90a (diff)
downloadpkgsrc-e19bebcde00fc6e21c0dd803b452db2db08cff00.tar.gz
Update cdplayer to 0.5 -- notable changes include:
- Added the service 'Play CD' that takes the name of a device with an inserted CD to play. - Added a local cache for CDDB data. All data loaded from the net is stored automatically to disk and displayed again when a CD is detected. - Make this compliant with gnustep-make-2.0.8 - Allow unprivileged DESTDIR installs.
Diffstat (limited to 'audio/cdplayer/patches')
-rw-r--r--audio/cdplayer/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/cdplayer/patches/patch-aa b/audio/cdplayer/patches/patch-aa
new file mode 100644
index 00000000000..c0297271e5b
--- /dev/null
+++ b/audio/cdplayer/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2009/04/19 11:43:16 rh Exp $
+
+--- AudioCD/AudioCDPrefs/GNUmakefile.orig 2009-04-19 14:37:41.000000000 +1000
++++ AudioCD/AudioCDPrefs/GNUmakefile
+@@ -13,6 +13,7 @@ ifeq ($(prefs), sysprefs)
+ ADDITIONAL_CPPFLAGS += -DSYSPREFS=1
+ else
+ BUNDLE_EXTENSION = .prefs
++ BUNDLE_INSTALL_DIR = ${DESTDIR}${GNUSTEP_LIB_DIR}/Preferences
+ ADDITIONAL_CPPFLAGS += -DSYSPREFS=0
+ endif
+