diff options
author | gls <gls@pkgsrc.org> | 2011-01-18 23:03:22 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2011-01-18 23:03:22 +0000 |
commit | fc0ef1a619769a4ba5bffec3db2aba3f305ddda9 (patch) | |
tree | 83e74c5b076bb48bb9927130e02cf35ba01055b6 /audio | |
parent | ab4ce858cb668356f2586c273b56a7236b34a26b (diff) | |
download | pkgsrc-fc0ef1a619769a4ba5bffec3db2aba3f305ddda9.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')
-rw-r--r-- | audio/cmus/Makefile | 12 | ||||
-rw-r--r-- | audio/cmus/distinfo | 8 |
2 files changed, 10 insertions, 10 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" diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo index 25c23e97090..226546c561d 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/05/18 21:11:47 gls Exp $ +$NetBSD: distinfo,v 1.11 2011/01/18 23:03:23 gls Exp $ -SHA1 (cmus-v2.3.2.tar.bz2) = fdfb96f0c53373475ecd05139ebfcb3fd4613a18 -RMD160 (cmus-v2.3.2.tar.bz2) = bef8227ce02cb3c2c09e6014246a784ae4b3f5fc -Size (cmus-v2.3.2.tar.bz2) = 167078 bytes +SHA1 (cmus-v2.3.3.tar.bz2) = ca8c40c86ead8af05a1ca703caa4131217832114 +RMD160 (cmus-v2.3.3.tar.bz2) = 8517aebd7ac103f4b082d3f6d16c9ee2b80ef8ee +Size (cmus-v2.3.3.tar.bz2) = 167376 bytes |