Skip to Content.
Sympa Menu

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

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 (3743c1c9141ccdc1adaf4f848704b158113a174a)
  • Date: Fri, 13 Jan 2012 02:42:14 -0600

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

audio-libs/audiofile/BUILD | 2 +-
audio-libs/audiofile/DETAILS | 2 +-
audio-libs/audiofile/HISTORY | 5 +++++
audio-libs/audiofile/UP_TRIGGERS | 19 +++++++++++++++++++
audio-libs/audiofile/audiofile-0.3.2.tar.gz.sig | 0
audio-libs/audiofile/audiofile-0.3.3.tar.gz.sig |binary
dev/null |binary
7 files changed, 26 insertions(+), 2 deletions(-)

New commits:
commit 3743c1c9141ccdc1adaf4f848704b158113a174a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

audiofile: => 0.3.3

diff --git a/audio-libs/audiofile/BUILD b/audio-libs/audiofile/BUILD
index 3fb8087..b4704fd 100755
--- a/audio-libs/audiofile/BUILD
+++ b/audio-libs/audiofile/BUILD
@@ -1,2 +1,2 @@
OPTS+=" --disable-static" &&
-LIBS+=" -lm" default_build
+default_build
diff --git a/audio-libs/audiofile/DETAILS b/audio-libs/audiofile/DETAILS
index 1dd9e7f..faac0d8 100755
--- a/audio-libs/audiofile/DETAILS
+++ b/audio-libs/audiofile/DETAILS
@@ -1,5 +1,5 @@
SPELL=audiofile
- VERSION=0.3.2
+ VERSION=0.3.3
#
SOURCE_HASH=sha512:a8ce05848b03d53014328d0dcdb231c211fbe9003ece0c59b9fbeac5b6e5cb72de8ded08a61ba8e0888ae013355c18e31ea6c7a4f12d76f889b5e157f60cf662
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/audio-libs/audiofile/HISTORY b/audio-libs/audiofile/HISTORY
index c44d997..f89c0b9 100644
--- a/audio-libs/audiofile/HISTORY
+++ b/audio-libs/audiofile/HISTORY
@@ -1,3 +1,8 @@
+2012-01-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.3
+ * BUILD: -lm is included upstream now
+ * UP_TRIGGERS: added, for migration libaudiofile.so.0 ->
libaudiofile.so.1
+
2012-01-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: LIBS+=-lm

diff --git a/audio-libs/audiofile/UP_TRIGGERS
b/audio-libs/audiofile/UP_TRIGGERS
new file mode 100755
index 0000000..7cb4f94
--- /dev/null
+++ b/audio-libs/audiofile/UP_TRIGGERS
@@ -0,0 +1,19 @@
+# up_trigger everything on updated to 0.3.3 as soname changed from
libaudiofile.so.0 to libaudiofile.so.1
+
+. "$GRIMOIRE/FUNCTIONS" &&
+
+local OLD_SPELL_VERSION=""
+if spell_ok $SPELL; then
+ OLD_SPELL_VERSION="$(installed_version $SPELL)"
+ if is_version_less "${OLD_SPELL_VERSION}" "0.3.3"; then
+
+ message "This is a possibly incompatible update of $SPELL..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL); do
+ if gaze install $each | xargs readelf -d 2> /dev/null |
+ grep -q "NEEDED.*libaudiofile\.so\.0"; then
+ up_trigger $each cast_self
+ fi
+ done
+ fi
+fi
diff --git a/audio-libs/audiofile/audiofile-0.3.2.tar.gz.sig
b/audio-libs/audiofile/audiofile-0.3.2.tar.gz.sig
deleted file mode 100644
index 8bbb8d9..0000000
Binary files a/audio-libs/audiofile/audiofile-0.3.2.tar.gz.sig and /dev/null
differ
diff --git a/audio-libs/audiofile/audiofile-0.3.3.tar.gz.sig
b/audio-libs/audiofile/audiofile-0.3.3.tar.gz.sig
new file mode 100644
index 0000000..23906d4
Binary files /dev/null and b/audio-libs/audiofile/audiofile-0.3.3.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3743c1c9141ccdc1adaf4f848704b158113a174a), Vlad Glagolev, 01/13/2012

Archive powered by MHonArc 2.6.24.

Top of Page