summaryrefslogtreecommitdiff
path: root/audio/xmms/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-11-29 18:36:34 +0000
committerwiz <wiz@pkgsrc.org>2007-11-29 18:36:34 +0000
commitf2ca0762924c04a4259be44a6ee3261905cf1812 (patch)
treec1573b8af72dcf4049b909e38353da4b5d771171 /audio/xmms/Makefile.common
parentcdad0cc6601ad9b18eb2bf6ab8b210ce32e9ccbd (diff)
downloadpkgsrc-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/Makefile.common')
-rw-r--r--audio/xmms/Makefile.common7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/xmms/Makefile.common b/audio/xmms/Makefile.common
index f54ca37035d..d35807f8d9d 100644
--- a/audio/xmms/Makefile.common
+++ b/audio/xmms/Makefile.common
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.26 2007/02/22 19:26:08 wiz Exp $
+# $NetBSD: Makefile.common,v 1.27 2007/11/29 18:36:35 wiz Exp $
#
-DISTNAME= xmms-1.2.10
+DISTNAME= xmms-1.2.11
CATEGORIES= audio
-MASTER_SITES= http://www.xmms.org/files/1.2.x/ \
- ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/
+MASTER_SITES= http://www.xmms.org/files/1.2.x/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org