summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2008-02-03 16:10:21 +0300
committerVlad Glagolev2008-02-03 16:10:21 +0300
commit7dd5de16346b25e462492ceda3911d85f6aea4f6 (patch)
tree7f15f6fc7c30fec133fe780d73ab3c7118e4134c
parentfa7be6bb0ac295863a253363892b69b5d64193b7 (diff)
sonata: => 1.4.1 + fixed long desc
-rwxr-xr-xpython-pypi/sonata/DETAILS24
-rw-r--r--python-pypi/sonata/HISTORY3
2 files changed, 23 insertions, 4 deletions
diff --git a/python-pypi/sonata/DETAILS b/python-pypi/sonata/DETAILS
index 6804bb3bae..ff3d6f4ea4 100755
--- a/python-pypi/sonata/DETAILS
+++ b/python-pypi/sonata/DETAILS
@@ -1,14 +1,30 @@
SPELL=sonata
- VERSION=1.4
+ VERSION=1.4.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
- SOURCE_HASH=sha512:d10d909792aea9ba40d440347531708a3ecfc3aa2b747f66239cf7c103e2a6558962d1d62c255aaf816b860468f228aa6a64b0fbac2514a107c189882bc245e5
+ SOURCE_HASH=sha512:8c48ba77c44d937676e55edf8c009c8826b6ba65d942149f4bb8410481566d87932037b4d0ca2aadfac68ab9285075b74096bee675213eee072fe65aa9173281
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"
+ SHORT="lightweight music player for MPD, written in Python"
cat << EOF
-A lightweight music player for MPD, written in Python.
+Sonata is an elegant GTK+ music client for the Music Player Daemon (MPD).
+
+Features:
+
+- Expanded and collapsed views
+- Automatic remote and local album art
+- User-configurable columns
+- Automatic fetching of lyrics
+- Playlist and stream support
+- Support for editing song tags
+- Popup notification
+- Library and playlist searching
+- Audioscrobbler (last.fm) support
+- Multiple MPD profiles
+- Keyboard friendly
+- Support for multimedia keys
+- Commandline control
EOF
diff --git a/python-pypi/sonata/HISTORY b/python-pypi/sonata/HISTORY
index 7c9d1462e1..eb84fe7ef0 100644
--- a/python-pypi/sonata/HISTORY
+++ b/python-pypi/sonata/HISTORY
@@ -1,3 +1,6 @@
+2008-02-03 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.4.1, fixed long desc
+
2008-01-16 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.4
* PRE_BUILD: removed, useless, upstream fixed it