[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bb1ef5310b8d4fbd7a771c9ef5e57b0af411b2f0)

Ladislav Hagara scm at sourcemage.org
Thu Dec 22 10:41:47 EST 2011


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 graphics-libs/tiff/DETAILS     |    4 ++--
 graphics-libs/tiff/HISTORY     |    4 ++++
 graphics-libs/tiff/UP_TRIGGERS |    9 +++++++++
 3 files changed, 15 insertions(+), 2 deletions(-)

New commits:
commit bb1ef5310b8d4fbd7a771c9ef5e57b0af411b2f0
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    tiff 4.0.0

diff --git a/graphics-libs/tiff/DETAILS b/graphics-libs/tiff/DETAILS
index 93496b8..a5f09ba 100755
--- a/graphics-libs/tiff/DETAILS
+++ b/graphics-libs/tiff/DETAILS
@@ -1,6 +1,6 @@
            SPELL=tiff
-         VERSION=3.9.5
-     SOURCE_HASH=sha512:814d5b2b488c8332ab1e17095004d42d44717a530ab2675740ef4256050971fb5feb35f804001e1bc5081f4a02c38922555fdc4c947b041876c96a32385da094
+         VERSION=4.0.0
+     SOURCE_HASH=sha512:21eaea7eefca643d503e5a652a85082678661cb4b7f2ca96ed6b08c63cf6f668282328b54f5da70528b023fcee0ca8222ebecf3f46bb5d7c6fbf00cf088620f0
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=ftp://ftp.remotesensing.org/pub/libtiff/$SOURCE
diff --git a/graphics-libs/tiff/HISTORY b/graphics-libs/tiff/HISTORY
index b9584ac..28bf2ca 100644
--- a/graphics-libs/tiff/HISTORY
+++ b/graphics-libs/tiff/HISTORY
@@ -1,3 +1,7 @@
+2011-12-22 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: 4.0.0
+	* UP_TRIGGERS: added, libtiff.so.3 -> libtiff.so.5
+
 2011-07-30 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
 	* DEPENDS: changed dependency on g++ to dependency on gcc with
 	  sub-depends on CXX (scripted)
diff --git a/graphics-libs/tiff/UP_TRIGGERS b/graphics-libs/tiff/UP_TRIGGERS
new file mode 100755
index 0000000..862bcb1
--- /dev/null
+++ b/graphics-libs/tiff/UP_TRIGGERS
@@ -0,0 +1,9 @@
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${VERSION:0:1}" != "${OLD_SPELL_VERSION:0:1}" ]; then
+  message "This is an 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 1); do
+    up_trigger $each cast_self
+  done
+fi


More information about the SM-Commit mailing list