Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (cd03f01cdceebb26c840d361f365700571e3902d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (cd03f01cdceebb26c840d361f365700571e3902d)
  • Date: Sat, 25 Jul 2009 20:24:10 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 4 +++
wm-addons/music-applet/DEPENDS | 47
+++++++++++++++++++++++++++++++++++++++++
wm-addons/music-applet/DETAILS | 19 ++++++++++++++++
wm-addons/music-applet/HISTORY | 3 ++
4 files changed, 73 insertions(+)

New commits:
commit cd03f01cdceebb26c840d361f365700571e3902d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

music-applet: panel applet to control various music players

diff --git a/ChangeLog b/ChangeLog
index 5fb5c80..9c029f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-26 Arjan Bouter <abouter AT sourcemage.org>
+ * wm-addons/music-applet: new spell, applet to control
+ various music players
+
2009-07-25 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* utils/aqemu: new spell, a qt4 based qemu/kvm frontend

diff --git a/wm-addons/music-applet/DEPENDS b/wm-addons/music-applet/DEPENDS
new file mode 100755
index 0000000..31722b1
--- /dev/null
+++ b/wm-addons/music-applet/DEPENDS
@@ -0,0 +1,47 @@
+depends gnome-panel &&
+depends dbus-python &&
+
+optional_depends amarok2 \
+ "" \
+ "" \
+ "Enable amarok support?" &&
+optional_depends audacious \
+ "" \
+ "" \
+ "Enable audacious support?" &&
+optional_depends banshee \
+ "" \
+ "" \
+ "Enable banshee support?" &&
+optional_depends exaile \
+ "" \
+ "" \
+ "Enable exaile support?" &&
+optional_depends mpd \
+ "" \
+ "" \
+ "Enable MPD support?" &&
+optional_depends muine \
+ "" \
+ "" \
+ "Enable muine support?" &&
+optional_depends quodlibet \
+ "" \
+ "" \
+ "Enable quodlibet support?" &&
+optional_depends rhythmbox \
+ "" \
+ "" \
+ "Enable rhythmbox support?" &&
+optional_depends vlc \
+ "" \
+ "" \
+ "Enable vlc support?" &&
+optional_depends xmms \
+ "" \
+ "" \
+ "Enable XMMS support?" &&
+optional_depends xmms2 \
+ "" \
+ "" \
+ "Enable XMMS2 support?"
diff --git a/wm-addons/music-applet/DETAILS b/wm-addons/music-applet/DETAILS
new file mode 100755
index 0000000..239c564
--- /dev/null
+++ b/wm-addons/music-applet/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=music-applet
+ VERSION=2.5.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.kuliniewicz.org/${SPELL}/downloads/${SOURCE}
+
SOURCE_HASH=sha512:c69074a5d60edce9f628d3c3e5639584149d0a660daa9de4eac71fdad8907cc9a969a4043dd9672eb88c7d0a8894f5a40cb56dd57600d9912ad39ccaa34ceee4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.kuliniewicz.org/music-applet/";
+ LICENSE[0]=GPL
+ ENTERED=20090726
+ SHORT="GNOME music applet"
+cat << EOF
+Music Applet is a small, simple GNOME panel applet that lets you control a
+variety of different music players from the panel. Music Applet provides easy
+access to information about the current song and the most important playback
+controls. Music Applet currently supports the following music players:
+
+* Amarok * Audacious * Banshee * Exaile * MPD * Muine * Quod Libet *
Rhythmbox
+* VLC * XMMS * XMMS2
+EOF
diff --git a/wm-addons/music-applet/HISTORY b/wm-addons/music-applet/HISTORY
new file mode 100644
index 0000000..9bc6649
--- /dev/null
+++ b/wm-addons/music-applet/HISTORY
@@ -0,0 +1,3 @@
+2009-07-26 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (cd03f01cdceebb26c840d361f365700571e3902d), Arjan Bouter, 07/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page