diff options
author | gls <gls> | 2011-05-18 21:08:49 +0000 |
---|---|---|
committer | gls <gls> | 2011-05-18 21:08:49 +0000 |
commit | d3cd9d373cb6d3d37cc8967f1a828ca95f7b7d35 (patch) | |
tree | 8bebb84e7a74e7b7b72cc1322101d0deb35ca2cf /audio/cmus | |
parent | cc1eb19ef38e29944755638ef3a4c325637e6a80 (diff) | |
download | pkgsrc-d3cd9d373cb6d3d37cc8967f1a828ca95f7b7d35.tar.gz |
Update audio/cmus to 2.4.0
Upstream changes:
I'm pleased to announce cmus 2.4.0 "Easter egg", the long-awaited feature
release of cmus. Since 2.3.0 (more than a year ago!) tons of enhancements have
been made, both to cmus' internals, and to the user-visible parts.
Here is a short summary of the new stuff you will find in 2.4.0:
- Mutt-like short filters
E.g. "~a beatles (!~y1960-1965 | ~d>600)". This nicely complements
traditional cmus filters, especially with
- Live filtering
Live filtering is immensely useful and addictive feature, especially if you
have a huge music library. Press 'L' and start typing, and you'll understand
what I mean. To reset the live filter, type 'L<Enter>'. Also, do know that
you can use short filter expressions for live filtering, too!
- Resume support
To enable resume support, simply add "set resume=true" to your ~/.cmus/rc.
After that, cmus will resume the playback at startup (or resume the paused
state, if you quit cmus while track was paused), as well as restore the
state of live filter etc. Most likely than not, you'll find this very
useful!
- Smarter string handling
Cmus has solid Unicode support for a while now; however, this release
adds locale-aware string ordering, and the ability to ignore diacritical
marks (accents) while searching/live filtering/etc.: e.g. "bjork" will
match "Björk", which can be very handy.
- Long format options, including ones for bitrate/codec
From now on, format strings can contain more readable placeholders like
%{artist}, including new (and frequently requested) %{bitrate} and %{codec}.
- HTTP proxy support for streams via http_proxy environment variable
- Less CPU wakeups during playback
This makes cmus more eco-friendly, because of reduced power consumption.
It also makes notebook batteries last a bit longer.
- New RoarAudio output plugin
- Support for big-endian systems, lots of different audio sample formats,
almost any C compiler and unix-like OS out there
Also, cmus' website (http://cmus.sourceforge.net) now has a wiki:
http://cmus.sourceforge.net/wiki. Make sure to check it out (and update, if it
is missing something).
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 5 | ||||
-rw-r--r-- | audio/cmus/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 8db34dfd2d8..4dce66d293b 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2011/05/05 08:54:47 obache Exp $ +# $NetBSD: Makefile,v 1.28 2011/05/18 21:08:49 gls Exp $ # -DISTNAME= cmus-v2.3.3 +DISTNAME= cmus-v2.4.0 PKGNAME= ${DISTNAME:S/-v/-/} -PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cmus/} EXTRACT_SUFX= .tar.bz2 diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo index 226546c561d..0fa51c6b7f1 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2011/01/18 23:03:23 gls Exp $ +$NetBSD: distinfo,v 1.12 2011/05/18 21:08:49 gls Exp $ -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 +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 |