Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0bf2c4cd62284d8ea810406b0948d2dbf2fbee16)
  • Date: Tue, 5 Jun 2007 15:41:38 -0500

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

ChangeLog | 3 +++
audio-players/sonata/DEPENDS | 7 ++++++-
audio-players/sonata/HISTORY | 3 +++
python-devel/tagpy/BUILD | 1 +
python-devel/tagpy/DEPENDS | 2 ++
python-devel/tagpy/DETAILS | 21 +++++++++++++++++++++
python-devel/tagpy/HISTORY | 2 ++
python-devel/tagpy/INSTALL | 1 +
8 files changed, 39 insertions(+), 1 deletion(-)

New commits:
commit c8f782e7a5fe6577f473c8989852e05bca74532e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-players/sonata:

DEPENDS: added tagpy optionally

commit b0eedbb8c3afecc6e2c3f1160ef48b4cfe7e403a
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

python-devel/tagpy: new spell, a Python bindings for TagLib

diff --git a/ChangeLog b/ChangeLog
index c509241..cbe47b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-06 Pol Vinogradov <vin.public AT gmail.com>
+ * python-devel/tagpy: new spell, a Python bindings for TagLib
+
2007-06-04 Eric Sandall <sandalle AT sourcemage.org>
* latex/latex2rtf: TeX to Rich Text Format (mini-MS Word) converter

diff --git a/audio-players/sonata/DEPENDS b/audio-players/sonata/DEPENDS
index 7a99981..3c76595 100755
--- a/audio-players/sonata/DEPENDS
+++ b/audio-players/sonata/DEPENDS
@@ -4,4 +4,9 @@ depends pygtk2 &&
optional_depends gnome-python-extras \
"" \
"" \
- "for GNOME support"
+ "for GNOME support" &&
+
+optional_depends tagpy \
+ "" \
+ "" \
+ "for for editing metadata"
diff --git a/audio-players/sonata/HISTORY b/audio-players/sonata/HISTORY
index 676e741..b02569a 100644
--- a/audio-players/sonata/HISTORY
+++ b/audio-players/sonata/HISTORY
@@ -1,3 +1,6 @@
+2007-06-06 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added tagpy optionally
+
2007-05-31 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.1.1

diff --git a/python-devel/tagpy/BUILD b/python-devel/tagpy/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/python-devel/tagpy/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/python-devel/tagpy/DEPENDS b/python-devel/tagpy/DEPENDS
new file mode 100755
index 0000000..c9fd8a1
--- /dev/null
+++ b/python-devel/tagpy/DEPENDS
@@ -0,0 +1,2 @@
+depends -sub boost PYTHON &&
+depends taglib
diff --git a/python-devel/tagpy/DETAILS b/python-devel/tagpy/DETAILS
new file mode 100755
index 0000000..f99ed03
--- /dev/null
+++ b/python-devel/tagpy/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=tagpy
+ VERSION=0.90.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=http://news.tiker.net/news.tiker.net/download/software/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:842991b236c94fc975db29165763b268c29737b02441343e7d9dedfaea4da286aa2a0769950c0e42044bfda1c20c014799d844df67a9286c374109474ec2411c
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://news.tiker.net/software/tagpy
+ LICENSE[0]=GPL
+ ENTERED=20070606
+ KEYWORDS="audio libs python"
+ SHORT="TagPy is a Python crust (or a set of Python bindings) for
TagLib"
+cat << EOF
+TagPy is a Python crust (or a set of Python bindings) for TagLib. It builds
+upon Boost.Python, a wrapper generation library which is part of the Boost
+set of C++ libraries.
+Just like TagLib, TagPy can:
+* read and write ID3 tags of version 1 and 2, with many supported frame types
+for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC);
+* access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files;
+* access APE tags in Musepack and MP3 files.
+EOF
diff --git a/python-devel/tagpy/HISTORY b/python-devel/tagpy/HISTORY
new file mode 100644
index 0000000..237cca8
--- /dev/null
+++ b/python-devel/tagpy/HISTORY
@@ -0,0 +1,2 @@
+2007-06-06 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, DEPENDS, INSTALL: created spell
diff --git a/python-devel/tagpy/INSTALL b/python-devel/tagpy/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/python-devel/tagpy/INSTALL
@@ -0,0 +1 @@
+default_install_python



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (0bf2c4cd62284d8ea810406b0948d2dbf2fbee16), Pol Vinogradov, 06/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page