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

Alexander Tsamutali scm at mail.sourcemage.org
Mon Sep 4 18:28:29 EDT 2006


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



More information about the SM-Commit mailing list