Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (7e0d8af17da67ef0eff48aaabf748252245f5153)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (7e0d8af17da67ef0eff48aaabf748252245f5153)
  • Date: Thu, 10 Jul 2008 17:55:06 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

python-pypi/tagpy/BUILD | 7 +++++++
python-pypi/tagpy/DEPENDS | 4 +++-
python-pypi/tagpy/DETAILS | 23 ++++++++++++++---------
python-pypi/tagpy/HISTORY | 6 ++++++
python-pypi/tagpy/PRE_BUILD | 7 -------
5 files changed, 30 insertions(+), 17 deletions(-)

New commits:
commit 7e0d8af17da67ef0eff48aaabf748252245f5153
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

python-pypi/tagpy: updated to 0.94.5; PRE_BUILD removed; sed from
PRE_BUILD is now a ./configure option, added to BUILD; setuptools and ctype
added as dependencies

diff --git a/python-pypi/tagpy/BUILD b/python-pypi/tagpy/BUILD
new file mode 100755
index 0000000..1528446
--- /dev/null
+++ b/python-pypi/tagpy/BUILD
@@ -0,0 +1,7 @@
+OPTS="--boost-inc-dir=${INSTALL_ROOT}/usr/include/boost \
+ --taglib-inc-dir=${INSTALL_ROOT}/usr/include/taglib \
+ --boost-python-libname=boost_python-mt \
+ ${OPTS}" &&
+
+./configure ${OPTS} &&
+make
diff --git a/python-pypi/tagpy/DEPENDS b/python-pypi/tagpy/DEPENDS
index 9ad21be..8728e7d 100755
--- a/python-pypi/tagpy/DEPENDS
+++ b/python-pypi/tagpy/DEPENDS
@@ -1,3 +1,5 @@
depends python &&
-depends -sub PYTHON boost &&
+depends setuptools &&
+depends ctags &&
+sub_depends boost PYTHON &&
depends taglib
diff --git a/python-pypi/tagpy/DETAILS b/python-pypi/tagpy/DETAILS
index 2490f78..e82d94e 100755
--- a/python-pypi/tagpy/DETAILS
+++ b/python-pypi/tagpy/DETAILS
@@ -1,22 +1,27 @@
SPELL=tagpy
- VERSION=0.93
+ VERSION=0.94.5
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_URL[0]=http://news.tiker.net/news.tiker.net/download/software/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:86515b9ec1bd030453be1df7be9663a405c9cd6d22080bc0e47fcd45044e808a718ad67f7494854bb4fab9fd0bd83a637d57ac714d0c431637fc29126f3d3b29
+
SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELL:0:1}/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:968bdaa72ae3f5866dca9644a9aa9ffba308d514e5564baeb0c5b38f15089768c702460bfe628e41dbaa477535873cc1582c87d63d31c73c641c630628095db5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://news.tiker.net/software/tagpy
+ WEB_SITE="http://pypi.python.org/pypi/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.
+TagPy is a set of Python bindings for Scott Wheeler's TagLib. It builds
+upon Boost.Python, a wrapper generation library which is part of the
+renowned 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);
+ * 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.
+
+All these features have their own specific interfaces, but TagLib's
+generic tag reading and writing mechanism is also supported. It comes
+with a bunch of examples.
EOF
diff --git a/python-pypi/tagpy/HISTORY b/python-pypi/tagpy/HISTORY
index 92b7da7..7357745 100644
--- a/python-pypi/tagpy/HISTORY
+++ b/python-pypi/tagpy/HISTORY
@@ -1,3 +1,9 @@
+2008-07-10 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 0.94.5; changed WEB_SITE and SOURCE_URL to
+ pypi-hosted project pages
+ * {PRE_BUILD => BUILD}: renamed, sed is not needed (now an option)
+ * DEPENDS: added setuptools and ctags as dependencies
+
2008-01-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, PRE_BUILD: updated to 0.93, cleaned up
* DEPENDS: added python as a main dep
diff --git a/python-pypi/tagpy/PRE_BUILD b/python-pypi/tagpy/PRE_BUILD
deleted file mode 100755
index b6aa90a..0000000
--- a/python-pypi/tagpy/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-sed -i "s:-gcc42::" configvars.py &&
-
-./configure --boost-inc-dir=$INSTALL_ROOT/usr/include/boost \
- --taglib-inc-dir=$INSTALL_ROOT/usr/include/taglib



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (7e0d8af17da67ef0eff48aaabf748252245f5153), Elisamuel Resto, 07/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page