Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (34ff32e4291df0c4dca6f5c24d918d3dc6ecc640)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (34ff32e4291df0c4dca6f5c24d918d3dc6ecc640)
  • Date: Mon, 4 Sep 2006 17:52:33 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 1 +
audio-players/quodlibet/BUILD | 1 +
audio-players/quodlibet/DEPENDS | 4 ++++
audio-players/quodlibet/DETAILS | 27 +++++++++++++++++++++++++++
audio-players/quodlibet/HISTORY | 2 ++
audio-players/quodlibet/INSTALL | 1 +
6 files changed, 36 insertions(+)

New commits:
commit 34ff32e4291df0c4dca6f5c24d918d3dc6ecc640
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

new spell, a gtk+ base audio player written in python

diff --git a/ChangeLog b/ChangeLog
index aec13a5..10162b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2006-09-05 Alexander Tsamutali <astsmtl AT gmail.com>
* python-devel/mutagen: new spell, a python module to handle audio
metadata
+ * audio-players/quodlibet: new spell, a gtk+ based audio player
written in python

2006-09-04 Thomas Orgis <sobukus AT sourcemage.org>
* audio-players/dermixd: new spell, audio mixing daemon
diff --git a/audio-players/quodlibet/BUILD b/audio-players/quodlibet/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-players/quodlibet/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-players/quodlibet/DEPENDS b/audio-players/quodlibet/DEPENDS
new file mode 100755
index 0000000..19ddbcf
--- /dev/null
+++ b/audio-players/quodlibet/DEPENDS
@@ -0,0 +1,4 @@
+depends pygtk2 &&
+depends gstreamer &&
+depends gst-python &&
+depends mutagen
diff --git a/audio-players/quodlibet/DETAILS b/audio-players/quodlibet/DETAILS
new file mode 100755
index 0000000..5e5d2bb
--- /dev/null
+++ b/audio-players/quodlibet/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=quodlibet
+ VERSION=0.23.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.sacredchao.net/~piman/software/$SOURCE
+
SOURCE_HASH=sha512:aa727ed70d95a7e93f341548d4c2a5a85ca45875140b412be05d150f426515c2c36db1b76c7f0b4e5cdd14f397e5583ed920e7684d61270fac7bdd331cffaee4
+ WEB_SITE=http://www.sacredchao.net/quodlibet
+ ENTERED=20060905
+ LICENSE[0]=GPL
+ SHORT="Quod Libet is a GTK+-based audio player written in Python."
+cat << EOF
+Quod Libet is a GTK+-based audio player written in Python.
+It's designed around the idea that you know better than we do how to organize
+your music. It lets you make playlists based on regular expressions (don't
+worry, regular searches work too). It lets you display and edit any tags you
+want in the file. And it lets you do this for all the file formats it
supports
+-- Ogg Vorbis, FLAC, MP3, Musepack, and MOD.
+
+Quod Libet easily scales to libraries of thousands of songs.
+It also supports most of the features you expect from a modern media player,
+like Unicode support, multimedia keys, and tag editing.
+
+Ex Falso is a program that uses the same tag editing backend as Quod Libet,
+but isn't connected to an audio player. If you're perfectly happy with your
+favorite player and just want something that can handle tagging, Ex Falso
+is for you.
+EOF
diff --git a/audio-players/quodlibet/HISTORY b/audio-players/quodlibet/HISTORY
new file mode 100644
index 0000000..eed89c3
--- /dev/null
+++ b/audio-players/quodlibet/HISTORY
@@ -0,0 +1,2 @@
+2006-09-05 Alexander Tsamutali <astsmtl AT gmail.com>
+ * Created this spell
diff --git a/audio-players/quodlibet/INSTALL b/audio-players/quodlibet/INSTALL
new file mode 100755
index 0000000..c464315
--- /dev/null
+++ b/audio-players/quodlibet/INSTALL
@@ -0,0 +1 @@
+PREFIX=/usr make install




Archive powered by MHonArc 2.6.24.

Top of Page