Skip to Content.
Sympa Menu

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

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 (b641e3f98080d7843458c98186c1e620ba8127c6)
  • Date: Wed, 29 May 2013 17:56:39 -0500

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

graphics-libs/openjpeg/HISTORY | 3 +++
graphics-libs/openjpeg/UP_TRIGGERS | 19 +++++++++++++++++++
video-libs/xine-lib/DETAILS | 4 ++--
video-libs/xine-lib/HISTORY | 3 +++
4 files changed, 27 insertions(+), 2 deletions(-)

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

xine-lib: => 1.2.3

commit 49b6df0e34229121d45373b62463949bcb95f071
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

openjpeg: fixed 1.5.0 -> 1.5.1 upgrade procedure

diff --git a/graphics-libs/openjpeg/HISTORY b/graphics-libs/openjpeg/HISTORY
index 67c8a11..2405e2b 100644
--- a/graphics-libs/openjpeg/HISTORY
+++ b/graphics-libs/openjpeg/HISTORY
@@ -1,3 +1,6 @@
+2013-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * UP_TRIGGERS: added, for correct 1.5.0 -> 1.5.1 upgrade procedure
+
2013-04-16 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++ for Bug #540 (Javier Vasquez's fix)

diff --git a/graphics-libs/openjpeg/UP_TRIGGERS
b/graphics-libs/openjpeg/UP_TRIGGERS
new file mode 100755
index 0000000..fb874ce
--- /dev/null
+++ b/graphics-libs/openjpeg/UP_TRIGGERS
@@ -0,0 +1,19 @@
+# up_trigger everything on updated to 1.5.1 as soname changed from
libopenjpeg.so.1 to libopenjpeg.so.5
+
+. "$GRIMOIRE/FUNCTIONS" &&
+
+local OLD_SPELL_VERSION=""
+if spell_ok $SPELL; then
+ OLD_SPELL_VERSION="$(installed_version $SPELL)"
+ if is_version_less "${OLD_SPELL_VERSION}" "1.5.1"; 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.*libopenjpeg\.so\.1"; then
+ up_trigger $each cast_self
+ fi
+ done
+ fi
+fi
diff --git a/video-libs/xine-lib/DETAILS b/video-libs/xine-lib/DETAILS
index 4defb1f..52ebb66 100755
--- a/video-libs/xine-lib/DETAILS
+++ b/video-libs/xine-lib/DETAILS
@@ -1,6 +1,6 @@
SPELL=xine-lib
- VERSION=1.2.2
-
SOURCE_HASH=sha512:338916386adafda85bafef0dae862c49470d7b6ccf2d8c83ada7ac2f50d12746daa0ebd3ec3fd68e063e20a1f86b0508665b3a49ba493e7fa9abf22f17bd8b81
+ VERSION=1.2.3
+
SOURCE_HASH=sha512:1abbced7c67fe04492bb28ada9d847e82be4bbcc426378dae1056dd6b01e22b8fa78218f5a96a0947ff1e9f70ebc1ee4bb06c330b0e17ca8d7c4d9be49982887
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/xine/$SOURCE
diff --git a/video-libs/xine-lib/HISTORY b/video-libs/xine-lib/HISTORY
index 75743c4..76c7bbb 100644
--- a/video-libs/xine-lib/HISTORY
+++ b/video-libs/xine-lib/HISTORY
@@ -1,3 +1,6 @@
+2013-05-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.3
+
2012-12-02 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE: added default selection for internal libraries
* DEPENDS: added switches between internal and external versions;



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b641e3f98080d7843458c98186c1e620ba8127c6), Vlad Glagolev, 05/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page