Skip to Content.
Sympa Menu

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

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 (b05432b16dcd9b59be0bab45f0ddc0428cdc48a2)
  • Date: Mon, 4 Sep 2006 17:28:29 -0500

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

ChangeLog | 3 +++
python-devel/mutagen/DEPENDS | 1 +
python-devel/mutagen/DETAILS | 20 ++++++++++++++++++++
python-devel/mutagen/HISTORY | 2 ++
4 files changed, 26 insertions(+)

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

new spell, a python module to handle audio metadata

diff --git a/ChangeLog b/ChangeLog
index 63ff70a..aec13a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-05 Alexander Tsamutali <astsmtl AT gmail.com>
+ * python-devel/mutagen: new spell, a python module to handle audio
metadata
+
2006-09-04 Thomas Orgis <sobukus AT sourcemage.org>
* audio-players/dermixd: new spell, audio mixing daemon
* accounts: added musicdaemon as generic music daemon account
diff --git a/python-devel/mutagen/DEPENDS b/python-devel/mutagen/DEPENDS
new file mode 100755
index 0000000..867b4d4
--- /dev/null
+++ b/python-devel/mutagen/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-devel/mutagen/DETAILS b/python-devel/mutagen/DETAILS
new file mode 100755
index 0000000..b7dd771
--- /dev/null
+++ b/python-devel/mutagen/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=mutagen
+ VERSION=1.6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.sacredchao.net/~piman/software/$SOURCE
+
SOURCE_HASH=sha512:8dc79146529d0419f8d585dbf0773feca06af5011536042c78946c51d14cb7a09bb06d0307ced0d4de4765d47601ddfbcbac9869c9b88c0482f2c91533c15f81
+ WEB_SITE=http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
+ ENTERED=20060905
+ LICENSE[0]=GPL
+ KEYWORDS="python"
+ SHORT="Mutagen is a Python module to handle audio metadata."
+cat << EOF
+Mutagen is a Python module to handle audio metadata.
+It supports FLAC, M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis,
+True Audio, and WavPack audio files. All versions of ID3v2 are supported,
+and all standard ID3v2.4 frames are parsed. It can read Xing headers to
+accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can
be
+edited regardless of audio format. It can also manipulate Ogg streams on an
+individual packet/page level.
+EOF
diff --git a/python-devel/mutagen/HISTORY b/python-devel/mutagen/HISTORY
new file mode 100644
index 0000000..fbf5169
--- /dev/null
+++ b/python-devel/mutagen/HISTORY
@@ -0,0 +1,2 @@
+2006-09-05 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, HISTORY: Created this spell




Archive powered by MHonArc 2.6.24.

Top of Page