diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-27 10:51:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-27 10:51:51 +0000 |
commit | ff7391259a05f660fb767a692e136c09919b4208 (patch) | |
tree | 3a0f5703de8eea8921f48210140ae1a15ebde800 /audio/cmus | |
parent | dbee16cd6c01d9598c3c8bb666491524011db761 (diff) | |
download | pkgsrc-ff7391259a05f660fb767a692e136c09919b4208.tar.gz |
Rename mpcdec option to musepack.
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/PLIST | 4 | ||||
-rw-r--r-- | audio/cmus/options.mk | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/cmus/PLIST b/audio/cmus/PLIST index 08a746dcabd..97a77aa6625 100644 --- a/audio/cmus/PLIST +++ b/audio/cmus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2010/03/16 16:46:22 ahoka Exp $ +@comment $NetBSD: PLIST,v 1.11 2011/02/27 10:51:51 wiz Exp $ bin/cmus bin/cmus-remote ${PLIST.flac}lib/cmus/ip/flac.so @@ -8,7 +8,7 @@ ${PLIST.mikmod}lib/cmus/ip/mikmod.so ${PLIST.vorbis}lib/cmus/ip/vorbis.so ${PLIST.faad}lib/cmus/ip/aac.so ${PLIST.faad}lib/cmus/ip/mp4.so -${PLIST.mpcdec}lib/cmus/ip/mpc.so +${PLIST.musepack}lib/cmus/ip/mpc.so lib/cmus/ip/wav.so ${PLIST.wavpack}lib/cmus/ip/wavpack.so ${PLIST.arts}lib/cmus/op/arts.so diff --git a/audio/cmus/options.mk b/audio/cmus/options.mk index a54222ecb3e..8d8daf9805c 100644 --- a/audio/cmus/options.mk +++ b/audio/cmus/options.mk @@ -1,12 +1,13 @@ -# $NetBSD: options.mk,v 1.9 2010/03/16 16:46:22 ahoka Exp $ +# $NetBSD: options.mk,v 1.10 2011/02/27 10:51:51 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cmus -PKG_SUPPORTED_OPTIONS= flac mad vorbis arts libao mpcdec faad wavpack pulseaudio +PKG_SUPPORTED_OPTIONS= flac mad vorbis arts libao musepack faad wavpack pulseaudio PKG_SUPPORTED_OPTIONS+= wide-curses ffmpeg PKG_OPTIONS_OPTIONAL_GROUPS= mod PKG_OPTIONS_GROUP.mod= modplug mikmod PKG_SUGGESTED_OPTIONS= flac mad libao vorbis modplug PKG_OPTIONS_LEGACY_OPTS= ao:libao +PKG_OPTIONS_LEGACY_OPTS= mpcdec:musepack .include "../../mk/bsd.options.mk" @@ -90,10 +91,10 @@ CONFIGURE_ARGS+= CONFIG_FLAC=n # MPCDEC support # -.if !empty(PKG_OPTIONS:Mmpcdec) +.if !empty(PKG_OPTIONS:Mmusepack) .include "../../audio/libmpcdec/buildlink3.mk" CONFIGURE_ARGS+= CONFIG_MPC=y -PLIST.mpcdec= yes +PLIST.musepack= yes .else CONFIGURE_ARGS+= CONFIG_MPC=n .endif |