diff options
author | gls <gls@pkgsrc.org> | 2012-01-22 12:23:51 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-01-22 12:23:51 +0000 |
commit | c5e847f4c4881f709353f05b31718bdade0089ad (patch) | |
tree | 5ee88dd3b59ae4135e82537a771ea2329156c44d /audio/cmus/Makefile | |
parent | bf8b9ea510ca66a413870fc80c3d68dc24ff823c (diff) | |
download | pkgsrc-c5e847f4c4881f709353f05b31718bdade0089ad.tar.gz |
Update audio/cmus to 2.4.3
compared to 2.4.2, it mostly fixes several build and stability issues caused by
external library changes.
Upstream changes:
Gregory Petrosyan (3):
roar.c: clean up a bit
browser: fix browser_up() for playlists
cmus 2.4.3
Johannes Weissl (8):
id3: allow comments with description "description"
ffmpeg: avoid deprecated functions
ffmpeg: avoid more deprecated functions
ffmpeg: include <libavutil/mathematics.h>
ffmpeg: fix segfault
configure: require pkg-config for libroar
fix ffmpeg compile error
Fix mp4 compile error with SVN versions
Tim Harder (1):
ffmpeg: use correct API versions
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r-- | audio/cmus/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index dfadd958bba..6f667589fc7 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2012/01/13 10:54:45 obache Exp $ +# $NetBSD: Makefile,v 1.33 2012/01/22 12:23:51 gls Exp $ # -DISTNAME= cmus-v2.4.2 +DISTNAME= cmus-v2.4.3 PKGNAME= ${DISTNAME:S/-v/-/} -PKGREVISION= 3 +#PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmus/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,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 +LICENSE= gnu-gpl-v2 CONFLICTS+= cmus-unofficial-[0-9]* |