Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5ecdb7a1ba8c604b4e1bbe3074b5bdce83f5930f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5ecdb7a1ba8c604b4e1bbe3074b5bdce83f5930f)
  • Date: Thu, 13 Aug 2009 09:35:41 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
audio-players/quodlibet/BUILD | 4 ----
audio-players/quodlibet/CONFIGURE | 2 --
audio-players/quodlibet/DEPENDS | 4 ----
audio-players/quodlibet/DETAILS | 27 ---------------------------
audio-players/quodlibet/HISTORY | 13 -------------
audio-players/quodlibet/INSTALL | 1 -
python-pypi/quodlibet/BUILD | 4 ++++
python-pypi/quodlibet/CONFIGURE | 2 ++
python-pypi/quodlibet/DEPENDS | 4 ++++
python-pypi/quodlibet/DETAILS | 27 +++++++++++++++++++++++++++
python-pypi/quodlibet/HISTORY | 13 +++++++++++++
python-pypi/quodlibet/INSTALL | 1 +
13 files changed, 54 insertions(+), 51 deletions(-)

New commits:
commit 5ecdb7a1ba8c604b4e1bbe3074b5bdce83f5930f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

audio-players/quodlibet -> python-pypi/quodlibet

diff --git a/ChangeLog b/ChangeLog
index e7dc385..4d53a5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-08-13 Ladislav Hagara <hgr AT vabo.cz>
+ * audio-players/quodlibet: -> python-pypi/quodlibet
+
2009-08-11 Vlad Glagolev <stealth AT sourcemage.org>
* net/memcached: new spell, high-performance, distributed memory
object
caching system
diff --git a/audio-players/quodlibet/BUILD b/audio-players/quodlibet/BUILD
deleted file mode 100755
index 6d4ffad..0000000
--- a/audio-players/quodlibet/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-make &&
-if [ "$EXTENSIONS" == "y" ] ; then
- make extensions
-fi
diff --git a/audio-players/quodlibet/CONFIGURE
b/audio-players/quodlibet/CONFIGURE
deleted file mode 100755
index 2848696..0000000
--- a/audio-players/quodlibet/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query EXTENSIONS "Build extensions (trayicon, mmkeys)?" y &&
-persistent_add EXTENSIONS
diff --git a/audio-players/quodlibet/DEPENDS b/audio-players/quodlibet/DEPENDS
deleted file mode 100755
index 19ddbcf..0000000
--- a/audio-players/quodlibet/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends pygtk2 &&
-depends gstreamer &&
-depends gst-python &&
-depends mutagen
diff --git a/audio-players/quodlibet/DETAILS b/audio-players/quodlibet/DETAILS
deleted file mode 100755
index 0918acf..0000000
--- a/audio-players/quodlibet/DETAILS
+++ /dev/null
@@ -1,27 +0,0 @@
- SPELL=quodlibet
- VERSION=1.0
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.sacredchao.net/~piman/software/$SOURCE
-
SOURCE_HASH=sha512:bcd0149ad0c4dc321b72f037d18c90b9b176c159e17fd55040b19d6666540f05f2eee40eb891b4b4bf654de27a6760b5b7c6f469a7b6d933982734f8ff4f9120
- 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
deleted file mode 100644
index 047d0da..0000000
--- a/audio-players/quodlibet/HISTORY
+++ /dev/null
@@ -1,13 +0,0 @@
-2007-05-05 Alexander Tsamutali <astsmtl AT gmail.com>
- * DETAILS: Updated to 1.0
- * PRE_BUILD, make_install.patch: Removed
-
-2006-12-02 Alexander Tsamutali <astsmtl AT gmail.com>
- * PRE_BUILD: Added to patch 'Makefile'
- * CONFIGURE, BUILD: Now we can optionally build extensions
-
-2006-12-01 Bearcat M. Sandor <sourcemage AT feline-soul.com>
- * DETAILS: Updated to 0.24
-
-2006-09-05 Alexander Tsamutali <astsmtl AT gmail.com>
- * Created this spell
diff --git a/audio-players/quodlibet/INSTALL b/audio-players/quodlibet/INSTALL
deleted file mode 100755
index c464315..0000000
--- a/audio-players/quodlibet/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-PREFIX=/usr make install
diff --git a/python-pypi/quodlibet/BUILD b/python-pypi/quodlibet/BUILD
new file mode 100755
index 0000000..6d4ffad
--- /dev/null
+++ b/python-pypi/quodlibet/BUILD
@@ -0,0 +1,4 @@
+make &&
+if [ "$EXTENSIONS" == "y" ] ; then
+ make extensions
+fi
diff --git a/python-pypi/quodlibet/CONFIGURE b/python-pypi/quodlibet/CONFIGURE
new file mode 100755
index 0000000..2848696
--- /dev/null
+++ b/python-pypi/quodlibet/CONFIGURE
@@ -0,0 +1,2 @@
+config_query EXTENSIONS "Build extensions (trayicon, mmkeys)?" y &&
+persistent_add EXTENSIONS
diff --git a/python-pypi/quodlibet/DEPENDS b/python-pypi/quodlibet/DEPENDS
new file mode 100755
index 0000000..19ddbcf
--- /dev/null
+++ b/python-pypi/quodlibet/DEPENDS
@@ -0,0 +1,4 @@
+depends pygtk2 &&
+depends gstreamer &&
+depends gst-python &&
+depends mutagen
diff --git a/python-pypi/quodlibet/DETAILS b/python-pypi/quodlibet/DETAILS
new file mode 100755
index 0000000..0918acf
--- /dev/null
+++ b/python-pypi/quodlibet/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=quodlibet
+ VERSION=1.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.sacredchao.net/~piman/software/$SOURCE
+
SOURCE_HASH=sha512:bcd0149ad0c4dc321b72f037d18c90b9b176c159e17fd55040b19d6666540f05f2eee40eb891b4b4bf654de27a6760b5b7c6f469a7b6d933982734f8ff4f9120
+ 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/python-pypi/quodlibet/HISTORY b/python-pypi/quodlibet/HISTORY
new file mode 100644
index 0000000..047d0da
--- /dev/null
+++ b/python-pypi/quodlibet/HISTORY
@@ -0,0 +1,13 @@
+2007-05-05 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: Updated to 1.0
+ * PRE_BUILD, make_install.patch: Removed
+
+2006-12-02 Alexander Tsamutali <astsmtl AT gmail.com>
+ * PRE_BUILD: Added to patch 'Makefile'
+ * CONFIGURE, BUILD: Now we can optionally build extensions
+
+2006-12-01 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DETAILS: Updated to 0.24
+
+2006-09-05 Alexander Tsamutali <astsmtl AT gmail.com>
+ * Created this spell
diff --git a/python-pypi/quodlibet/INSTALL b/python-pypi/quodlibet/INSTALL
new file mode 100755
index 0000000..c464315
--- /dev/null
+++ b/python-pypi/quodlibet/INSTALL
@@ -0,0 +1 @@
+PREFIX=/usr make install



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5ecdb7a1ba8c604b4e1bbe3074b5bdce83f5930f), Ladislav Hagara, 08/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page