Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a9b7ab9e5ad8503016ded0720ab92be77642beb8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a9b7ab9e5ad8503016ded0720ab92be77642beb8)
  • Date: Wed, 12 Aug 2009 02:27:55 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics-libs/jpeg/HISTORY | 3 +++
graphics-libs/jpeg/UP_TRIGGERS | 10 +++++-----
2 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 3573155aad9d2fa821c328841e522545fd621e9a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

jpeg - optimiseUP_TRIGGERS

diff --git a/graphics-libs/jpeg/HISTORY b/graphics-libs/jpeg/HISTORY
index ccd5138..4c4236e 100644
--- a/graphics-libs/jpeg/HISTORY
+++ b/graphics-libs/jpeg/HISTORY
@@ -1,3 +1,6 @@
+2009-08-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * UP_TRIGGERS: optimise
+
2009-08-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 7
new url
diff --git a/graphics-libs/jpeg/UP_TRIGGERS b/graphics-libs/jpeg/UP_TRIGGERS
index 196e392..ac2364c 100755
--- a/graphics-libs/jpeg/UP_TRIGGERS
+++ b/graphics-libs/jpeg/UP_TRIGGERS
@@ -4,15 +4,15 @@ local OLD_SPELL_VERSION=""
if spell_ok $SPELL; then
OLD_SPELL_VERSION="$(installed_version $SPELL)"
if test "${VERSION:0:1}" != "${OLD_SPELL_VERSION:0:1}"; then
-# VX=62
message "This is a possibly incompatible update of jpeg..."
message "Figuring out what spells need to be recast, this may take a
while."
+# special case for version 6b
+ OLD_SPELL_VERSION=${OLD_SPELL_VERSION/6b/62}
for each in $(show_up_depends $SPELL 1); do
-#message checking $each
-# if gaze install $each | xargs readelf -d 2> /dev/null |
-# grep -q "NEEDED.libjpeg"; then
+ if gaze install $each | xargs readelf -d 2> /dev/null |
+ grep -q "NEEDED.*libjpeg\.so\.$OLD_SPELL_VERSION"; then
up_trigger $each cast_self
-# fi
+ fi
done
fi
fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a9b7ab9e5ad8503016ded0720ab92be77642beb8), Treeve Jelbert, 08/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page