[Lunar-commits] r26793 - moonbase/trunk/audio/xmms

Florin Braescu florin at lunar-linux.org
Sun Nov 18 08:53:24 CET 2007


Author: florin
Date: 2007-11-18 08:53:24 +0100 (Sun, 18 Nov 2007)
New Revision: 26793

Removed:
   moonbase/trunk/audio/xmms/BUILD
Modified:
   moonbase/trunk/audio/xmms/DEPENDS
   moonbase/trunk/audio/xmms/DETAILS
Log:
bump the version from 1.2.10 to 1.2.11. Changelog:
            * 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

Deleted: moonbase/trunk/audio/xmms/BUILD

Modified: moonbase/trunk/audio/xmms/DEPENDS
===================================================================
--- moonbase/trunk/audio/xmms/DEPENDS	2007-11-17 22:24:51 UTC (rev 26792)
+++ moonbase/trunk/audio/xmms/DEPENDS	2007-11-18 07:53:24 UTC (rev 26793)
@@ -1,6 +1,6 @@
-depends  gtk+        &&
+depends  gtk+
 
-optional_depends  libvorbis "" "" "for Ogg Vorbis support"		 &&
-optional_depends  esound    "" "" "for Enlightened Sound Daemon support" &&
-optional_depends  libmikmod   &&
+optional_depends  libvorbis "" "" "for Ogg Vorbis support"		 
+optional_depends  esound    "" "" "for Enlightened Sound Daemon support"
+optional_depends  libmikmod
 optional_depends  alsa-utils

Modified: moonbase/trunk/audio/xmms/DETAILS
===================================================================
--- moonbase/trunk/audio/xmms/DETAILS	2007-11-17 22:24:51 UTC (rev 26792)
+++ moonbase/trunk/audio/xmms/DETAILS	2007-11-18 07:53:24 UTC (rev 26793)
@@ -1,19 +1,14 @@
           MODULE=xmms
-         VERSION=1.2.10
+         VERSION=1.2.11
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=${MODULE}-${VERSION}_alsa_output_to_unpause.patch
-         SOURCE3=$MODULE-$VERSION-gcc4-1.patch
    SOURCE_URL[0]=http://www.xmms.org/files/1.2.x/
    SOURCE_URL[1]=ftp://ftp.xmms.org/xmms/1.2.x/
-     SOURCE2_URL=$PATCH_URL/
-     SOURCE3_URL=$PATCH_URL/
         WEB_SITE=http://www.xmms.org
-      SOURCE_VFY=sha1:a3c3d3756d5263183c27b3c50a7f5404cba8bfaf 
-     SOURCE2_VFY=sha1:ff0a200bf1a2930c4e285c966467f9ea3cad51b0
-     SOURCE3_VFY=sha1:aac0b002435f0ca6b5569b8e19b4c3b861a02594
+      SOURCE_VFY=sha1:9d1eae4baab25fd35c9ddfb49321ca60222f672d
          ENTERED=20010922
-         UPDATED=20060901
-           SHORT="multimedia player based on the look of WinAmp."
+         UPDATED=20071118
+           SHORT="A multimedia player based on the look of WinAmp"
+
 cat << EOF
 XMMS is a multimedia player based on the look of WinAmp. XMMS plays
 MPEG layer 1/2/3, Ogg Vorbis, WAV, all formats supported by libmikmod,



More information about the Lunar-commits mailing list