diff options
author | gls <gls> | 2011-08-01 18:52:21 +0000 |
---|---|---|
committer | gls <gls> | 2011-08-01 18:52:21 +0000 |
commit | 4a04e3ae9808d83eaf437ef585a2e8a76f29ed48 (patch) | |
tree | 4f4772b58cbc562951419732c0afa72af0012ff0 /audio/cmus | |
parent | a41446ad53cac6ca2f86aaea86cf99af4dab09fb (diff) | |
download | pkgsrc-4a04e3ae9808d83eaf437ef585a2e8a76f29ed48.tar.gz |
Update audio/cmus to 2.4.2
Maintenance release.
Donovan Watteau (1):
Use -pthread on OpenBSD
Gregory Petrosyan (3):
view_save(): use correct playlist filename
id3: recognize TP2 frame as albumartist
cmus 2.4.2
Johannes Weißl (5):
fix compile error for new versions of ffmpeg
id3: fix parsing xing for mp3s with CRC protection
fix relative path handling in playlists
Map unicode punctation/quotation characters to ASCII ones
Fix segfault caused by too late initialization of UI
Philipp Schafft (1):
Update RoarAudio output plugin
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 4 | ||||
-rw-r--r-- | audio/cmus/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 4dce66d293b..0d155234f0e 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2011/05/18 21:08:49 gls Exp $ +# $NetBSD: Makefile,v 1.29 2011/08/01 18:52:21 gls Exp $ # -DISTNAME= cmus-v2.4.0 +DISTNAME= cmus-v2.4.2 PKGNAME= ${DISTNAME:S/-v/-/} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmus/} diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo index 0fa51c6b7f1..c76e71f654e 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2011/05/18 21:08:49 gls Exp $ +$NetBSD: distinfo,v 1.13 2011/08/01 18:52:22 gls Exp $ -SHA1 (cmus-v2.4.0.tar.bz2) = cbd80d1ff12be5dbf9a3b8b6494381f8b3073761 -RMD160 (cmus-v2.4.0.tar.bz2) = 3c169d33e756b4fd18730227e091a7ebe2237a8f -Size (cmus-v2.4.0.tar.bz2) = 202970 bytes +SHA1 (cmus-v2.4.2.tar.bz2) = 12573e96e03435eca9b8a4aaeeb13a2da66f40a4 +RMD160 (cmus-v2.4.2.tar.bz2) = 3fbe7f9c5fb2f8cd21672769c7b551b099fd007f +Size (cmus-v2.4.2.tar.bz2) = 204285 bytes |