Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (40aef24ae377346fa4f56ed5f5b1cfb48c9287c1)
  • Date: Sat, 30 Dec 2006 15:42:07 -0600

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
+



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (40aef24ae377346fa4f56ed5f5b1cfb48c9287c1), Pol Vinogradov, 12/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page