diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-29 18:36:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-29 18:36:34 +0000 |
commit | f2ca0762924c04a4259be44a6ee3261905cf1812 (patch) | |
tree | c1573b8af72dcf4049b909e38353da4b5d771171 /audio/xmms-esound | |
parent | cdad0cc6601ad9b18eb2bf6ab8b210ce32e9ccbd (diff) | |
download | pkgsrc-f2ca0762924c04a4259be44a6ee3261905cf1812.tar.gz |
Update to 1.2.11:
xmms 1.2.11
The '1211 days since last release' release. XMMS was 10 years
old on 2007-11-15.
* Make the --toggle switches take an optional value to either
enable or disable the function.
* New command line switches: --quit, --toggle-shuffle,
--toggle-repeat, --toggle-advance, --queue
* New remote commands: xmms_remote_playqueue_clear,
xmms_remote_get_playqueue_pos_from_playlist_pos,
xmms_remote_get_playlist_pos_from_playqueue_pos,
xmms_remote_playqueue_add, xmms_remote_get_playqueue_length,
xmms_remote_playqueue_remove.
* Playqueue manager. Adds queue control enabling you to reorder
the queue and a search like the jump to file dialog.
OGG/Vorbis:
* Save stream to disk adds -N if the file already exist
* Don't apply the +6dB boost if replaygain information is missing
Alsa:
* Soft volume works without mixer
Songchange:
* Optional command to run at end of song.
Diskwriter:
* Effect plugins are applied on the saved file
MPG123:
* Enable shoutcast title streaming by default
* CTRL-Q as default keybind to quit
* Close dialogs with escape key
Solaris:
* Support OSS and AMD8111
Diffstat (limited to 'audio/xmms-esound')
-rw-r--r-- | audio/xmms-esound/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-esound/Makefile b/audio/xmms-esound/Makefile index e1665af3d4d..434743c2f94 100644 --- a/audio/xmms-esound/Makefile +++ b/audio/xmms-esound/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2006/04/06 06:21:37 reed Exp $ +# $NetBSD: Makefile,v 1.10 2007/11/29 18:36:41 wiz Exp $ # .include "../../audio/xmms/Makefile.common" PKGNAME= ${DISTNAME:S/xmms/xmms-esound/} -PKGREVISION= 3 CATEGORIES+= gnome COMMENT= XMMS plugin to output sound through the esound daemon |