summaryrefslogtreecommitdiff
path: root/audio/cmus/Makefile
diff options
context:
space:
mode:
authorgls <gls>2011-01-18 23:03:22 +0000
committergls <gls>2011-01-18 23:03:22 +0000
commiteafe57620018348defae66539b18e444740f5188 (patch)
tree83e74c5b076bb48bb9927130e02cf35ba01055b6 /audio/cmus/Makefile
parent44bd2bfe52a803007e827b716e375d66c03497ba (diff)
downloadpkgsrc-eafe57620018348defae66539b18e444740f5188.tar.gz
Update cmus to version 2.3.3
Upstream changes: Compared to the previous version, 2.3.2, nothing exciting can be found, but, among other things, a couple of serious bugs has been fixed ? everybody is welcome to upgrade. Detailed list of changes can be found in the shortlog: Evan Niessen-Derry (1): Support newer versions of mp4v2 Gregory Petrosyan (4): Fix format_print()'s buffer width calculation Fix replaygain muting the sound when softvol is not active mp4: read genre tags cmus 2.3.3 Xavier Chantry (4): uchar : fix build with clang Revert "Change sample_rate to uint32_t in mp4 and aac plugins" ffmpeg : avcodec_decode_audio2 is deprecated ffmpeg : fix seeking
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r--audio/cmus/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 251ac867852..b9befaa8f0d 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2010/05/18 21:11:47 gls Exp $
+# $NetBSD: Makefile,v 1.25 2011/01/18 23:03:22 gls Exp $
#
-DISTNAME= cmus-v2.3.2
+DISTNAME= cmus-v2.3.3
PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmus/}
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= http://cmus.sourceforge.net/
-COMMENT= cmus is a small, fast and powerful text mode music player
+COMMENT= Cmus is a small, fast and powerful text mode music player
CONFLICTS+= cmus-unofficial-[0-9]*
@@ -26,9 +26,9 @@ PLIST_VARS+= sunaudio oss
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} != "none"
PLIST.oss= yes
-CONFIGURE_ARGS+= CONFIG_OSS=y
+CONFIGURE_ARGS+= CONFIG_OSS=y
.else
-CONFIGURE_ARGS+= CONFIG_OSS=n
+CONFIGURE_ARGS+= CONFIG_OSS=n
.endif
.include "../../mk/bsd.prefs.mk"
@@ -36,7 +36,7 @@ CONFIGURE_ARGS+= CONFIG_OSS=n
CONFIGURE_ARGS+= CONFIG_SUN=y
PLIST.sunaudio= yes
.else
-CONFIGURE_ARGS+= CONFIG_SUN=n
+CONFIGURE_ARGS+= CONFIG_SUN=n
.endif
.include "options.mk"