[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (40aef24ae377346fa4f56ed5f5b1cfb48c9287c1)

Pol Vinogradov scm at mail.sourcemage.org
Sat Dec 30 16:42:07 EST 2006


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

 ChangeLog                    |    2 ++
 audio-players/sonata/BUILD   |    1 +
 audio-players/sonata/DEPENDS |    7 +++++++
 audio-players/sonata/DETAILS |   14 ++++++++++++++
 audio-players/sonata/HISTORY |    2 ++
 audio-players/sonata/INSTALL |    2 ++
 6 files changed, 28 insertions(+)

New commits:
commit aa0ae37f10632d7b9f30183027d90dc9b47b65a3
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    audio-players/sonata: new spell, A lightweight music player for MPD,
    written in Python

diff --git a/ChangeLog b/ChangeLog
index 58f5367..02596f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
 2006-12-30 Pol Vinogradov <vin.public at gmail.com>
+	* audio-players/sonata: new spell, A lightweight music player for MPD,
+	  written in Python
 	* utils/convmv: new spell, an utility for convertation filenames from
 	  one encoding to another
 
diff --git a/audio-players/sonata/BUILD b/audio-players/sonata/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/audio-players/sonata/BUILD
@@ -0,0 +1 @@
+true
diff --git a/audio-players/sonata/DEPENDS b/audio-players/sonata/DEPENDS
new file mode 100755
index 0000000..7a99981
--- /dev/null
+++ b/audio-players/sonata/DEPENDS
@@ -0,0 +1,7 @@
+depends           mpd                  &&
+depends           pygtk2               &&
+
+optional_depends  gnome-python-extras  \
+                  ""                   \
+                  ""                   \
+                  "for GNOME support"
diff --git a/audio-players/sonata/DETAILS b/audio-players/sonata/DETAILS
new file mode 100755
index 0000000..0a10305
--- /dev/null
+++ b/audio-players/sonata/DETAILS
@@ -0,0 +1,14 @@
+           SPELL=sonata
+         VERSION=0.9
+          SOURCE=${SPELL}-${VERSION}.tar.bz2
+   SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}
+     SOURCE_HASH=sha512:f78f05bcafb245af658482675a75c76a15851c6a17a530388a78b35fa546ee8353d0b85a6ed2eb880c1a6862f15dc10940b5e046a1f004772bba703e4b629af4
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+        WEB_SITE=http://sonata.berlios.de/
+      LICENSE[0]=GPL
+         ENTERED=20061230
+        KEYWORDS="python player audio"
+           SHORT="A lightweight music player for MPD, written in Python"
+cat << EOF
+A lightweight music player for MPD, written in Python
+EOF
diff --git a/audio-players/sonata/HISTORY b/audio-players/sonata/HISTORY
new file mode 100644
index 0000000..f17687d
--- /dev/null
+++ b/audio-players/sonata/HISTORY
@@ -0,0 +1,2 @@
+2006-12-30 Pol Vinogradov <vin.public at gmail.com>
+	* BUILD, DETAILS, DEPENDS, INSTALL: created spell
diff --git a/audio-players/sonata/INSTALL b/audio-players/sonata/INSTALL
new file mode 100755
index 0000000..c40684a
--- /dev/null
+++ b/audio-players/sonata/INSTALL
@@ -0,0 +1,2 @@
+default_install_python
+



More information about the SM-Commit mailing list