Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9649349f0dbfb2b43815d614fc4e282c1f49fe5a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9649349f0dbfb2b43815d614fc4e282c1f49fe5a)
  • Date: Sun, 27 Jan 2008 10:33:39 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/tagpy/DEPENDS | 5 +++--
python-pypi/tagpy/DETAILS | 19 ++++++++++---------
python-pypi/tagpy/HISTORY | 4 ++++
python-pypi/tagpy/PRE_BUILD | 7 +++++++
4 files changed, 24 insertions(+), 11 deletions(-)

New commits:
commit 9649349f0dbfb2b43815d614fc4e282c1f49fe5a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tagpy: => 0.93, fixed deps, some clean up

diff --git a/python-pypi/tagpy/DEPENDS b/python-pypi/tagpy/DEPENDS
index 4c44d55..9ad21be 100755
--- a/python-pypi/tagpy/DEPENDS
+++ b/python-pypi/tagpy/DEPENDS
@@ -1,2 +1,3 @@
-depends -sub PYTHON boost &&
-depends taglib
+depends python &&
+depends -sub PYTHON boost &&
+depends taglib
diff --git a/python-pypi/tagpy/DETAILS b/python-pypi/tagpy/DETAILS
index 60467fa..2490f78 100755
--- a/python-pypi/tagpy/DETAILS
+++ b/python-pypi/tagpy/DETAILS
@@ -1,9 +1,9 @@
SPELL=tagpy
- VERSION=0.91
- SOURCE=${SPELL}-${VERSION}.tar.gz
-
SOURCE_URL[0]=http://news.tiker.net/news.tiker.net/download/software/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:732176445f921dca3c5c4bcfd5a641f32dbfa3b8f51d1340cde6bfff27811502b4355d1e19b5918f20d3bad5285ba28ac59643cbd69a7246a9699b79008e0b72
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ VERSION=0.93
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=http://news.tiker.net/news.tiker.net/download/software/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:86515b9ec1bd030453be1df7be9663a405c9cd6d22080bc0e47fcd45044e808a718ad67f7494854bb4fab9fd0bd83a637d57ac714d0c431637fc29126f3d3b29
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://news.tiker.net/software/tagpy
LICENSE[0]=GPL
ENTERED=20070606
@@ -13,9 +13,10 @@ 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.
+ * 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-pypi/tagpy/HISTORY b/python-pypi/tagpy/HISTORY
index 498d8cf..92b7da7 100644
--- a/python-pypi/tagpy/HISTORY
+++ b/python-pypi/tagpy/HISTORY
@@ -1,3 +1,7 @@
+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
+
2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: removed, default_build_python is default
* INSTALL: removed, default_install_python is default
diff --git a/python-pypi/tagpy/PRE_BUILD b/python-pypi/tagpy/PRE_BUILD
new file mode 100755
index 0000000..b6aa90a
--- /dev/null
+++ b/python-pypi/tagpy/PRE_BUILD
@@ -0,0 +1,7 @@
+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 Vlad Glagolev (9649349f0dbfb2b43815d614fc4e282c1f49fe5a), Vlad Glagolev, 01/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page