diff options
author | gls <gls@pkgsrc.org> | 2013-05-06 19:55:27 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2013-05-06 19:55:27 +0000 |
commit | 674941041c5851e58c63d9b5491d7c1563658acb (patch) | |
tree | edda902d39ba2e826b3365088bd1a873cc1d08c3 /audio | |
parent | 2f13742dae13d5aac536d0dadae5066246840851 (diff) | |
download | pkgsrc-674941041c5851e58c63d9b5491d7c1563658acb.tar.gz |
Update audio/cmus to 2.5.0
Upstream changes:
-----------------
- CUE sheets support. When adding e.g. `track.flac` to the library, cmus will
check for `track.cue` or `track.flac.cue` in the same directory. If it founds
one, it will ignore the tags in `track.flac` and use CUE metadata instead
- cdio input plugin, for those of you who still remember what a CD is :-)
- support for WavPack `.wvc` correction files
- new zenburn color scheme (as seen at http://cmus.sf.net/), and text
attributes (bold/reverse/#) support for UI elements
- improved tab completion, new `scroll_offset` and `icecast_default_charset`
options, even better tag parsing and compilations handling, and numerous small
enhancements all over the place.
Complete and detailed changelog can be found here:
http://article.gmane.org/gmane.comp.audio.cmus.devel/799
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cmus/Makefile | 5 | ||||
-rw-r--r-- | audio/cmus/PLIST | 3 | ||||
-rw-r--r-- | audio/cmus/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index d6f2cece27b..36a80a80a66 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2013/02/09 22:11:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.43 2013/05/06 19:55:27 gls Exp $ # -DISTNAME= cmus-v2.4.3 +DISTNAME= cmus-v2.5.0 PKGNAME= ${DISTNAME:S/-v/-/} -PKGREVISION= 7 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmus/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/cmus/PLIST b/audio/cmus/PLIST index 97a77aa6625..76a7042c7f7 100644 --- a/audio/cmus/PLIST +++ b/audio/cmus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2011/02/27 10:51:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2013/05/06 19:55:27 gls Exp $ bin/cmus bin/cmus-remote ${PLIST.flac}lib/cmus/ip/flac.so @@ -26,4 +26,5 @@ share/cmus/green-mono-88.theme share/cmus/green.theme share/cmus/rc share/cmus/xterm-white.theme +share/cmus/zenburn.theme share/doc/cmus/examples/cmus-status-display diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo index a89a4621a86..97fdda7e5c5 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2012/02/15 20:15:42 hans Exp $ +$NetBSD: distinfo,v 1.16 2013/05/06 19:55:27 gls Exp $ -SHA1 (cmus-v2.4.3.tar.bz2) = ba63a417b0df42fa9a4850dd8b922a95a426f7f5 -RMD160 (cmus-v2.4.3.tar.bz2) = e41adbda28db529b245447f7bdf22cf8de118a62 -Size (cmus-v2.4.3.tar.bz2) = 204508 bytes +SHA1 (cmus-v2.5.0.tar.bz2) = 244975a5ff642567acb047f6bd518e4a3271c25b +RMD160 (cmus-v2.5.0.tar.bz2) = ee7b285cbafd6449d853d669e25cb4997254cece +Size (cmus-v2.5.0.tar.bz2) = 224675 bytes SHA1 (patch-mixer__sun.c) = ffab27aa6c24715d78757015f4dcb2a53f2920b0 SHA1 (patch-sun.c) = b3abbd3446b695c8d0aec9d9132328e92511b475 |