Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d4171c3cbd66722a229b50a4f0c8edc164e973dd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d4171c3cbd66722a229b50a4f0c8edc164e973dd)
  • Date: Mon, 27 Aug 2007 11:52:32 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

audio-libs/libtunepimp/DETAILS | 1 +
audio-libs/libtunepimp/HISTORY | 4 ++++
audio-libs/libtunepimp/UP_TRIGGERS | 6 +++---
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit d4171c3cbd66722a229b50a4f0c8edc164e973dd
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libtunepimp: updated UP_TRIGGERS, last version change is also a breaker

diff --git a/audio-libs/libtunepimp/DETAILS b/audio-libs/libtunepimp/DETAILS
index 7ada868..b887fc1 100755
--- a/audio-libs/libtunepimp/DETAILS
+++ b/audio-libs/libtunepimp/DETAILS
@@ -1,5 +1,6 @@
SPELL=libtunepimp
VERSION=0.5.3
+ PATCHLEVEL=1

SOURCE_HASH=sha512:77529a25148d12a6e269aa0986b09335a9158a7bdea698eaebdfbea775d4812cb4409d2c5119c84ffbcafa98adaad37345f3e58da63df3fabc257fd5317a4d47
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[1]=ftp://ftp.musicbrainz.org/pub/musicbrainz/$SOURCE
diff --git a/audio-libs/libtunepimp/HISTORY b/audio-libs/libtunepimp/HISTORY
index d41bb53..702d10e 100644
--- a/audio-libs/libtunepimp/HISTORY
+++ b/audio-libs/libtunepimp/HISTORY
@@ -1,3 +1,7 @@
+2007-08-27 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: updated, last version change is also a breaker
+ * DETAILS: PATCHLEVEL++
+
2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.3
* DEPENDS: add libofa
diff --git a/audio-libs/libtunepimp/UP_TRIGGERS
b/audio-libs/libtunepimp/UP_TRIGGERS
index 7de597f..f5ca43a 100755
--- a/audio-libs/libtunepimp/UP_TRIGGERS
+++ b/audio-libs/libtunepimp/UP_TRIGGERS
@@ -1,9 +1,9 @@
-# up_trigger everything on update to 0.4.2 as soname was changed from
-# libtunepimp.so.2 to libtunepimp.so.3
+# up_trigger everything on update to 0.4.2 and 0.5.3 as soname was changed
from
+# libtunepimp.so.2 to libtunepimp.so.3 to .so.5 (0.5.3)

if spell_ok $SPELL; then
local OLD_SPELL_VERSION="$(installed_version $SPELL)"
- if [[ $OLD_SPELL_VERSION == "0.3.0" ]]; then
+ if [[ $OLD_SPELL_VERSION == "0.3.0" ]] || [[ $OLD_SPELL_VERSION == "0.4.2"
]]; then
for each in $(show_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libtunepimp.so.2"; then



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (d4171c3cbd66722a229b50a4f0c8edc164e973dd), Jaka Kranjc, 08/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page