Skip to Content.
Sympa Menu

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

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 (c56909012d48a43a032b91478d91387710703b7c)
  • Date: Sat, 14 Apr 2012 06:45:04 -0500

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

graphics-libs/gegl/DETAILS | 4 ++--
graphics-libs/gegl/HISTORY | 6 ------
graphics-libs/gegl/UP_TRIGGERS | 2 +-
graphics-libs/gegl/gegl-0.1.8.tar.bz2.sig |binary
4 files changed, 3 insertions(+), 9 deletions(-)

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

Primary spell, GIMP, is incompatible with gegl-0.2

Revert "graphics-libs/gegl: version 0.2.0"

This reverts commit 9178b74aa8c5dacba831109ebc0bc997f62c72ac.

commit 0655426055e8b95513099c460a832bf9883e6df2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

Revert "gegl: fixed gegl detection in UP_TRIGGERS"

This reverts commit e75b7fd2944c63667541adcfe5c7c27a0a9c793b.

diff --git a/graphics-libs/gegl/DETAILS b/graphics-libs/gegl/DETAILS
index 38575a1..f5e5440 100755
--- a/graphics-libs/gegl/DETAILS
+++ b/graphics-libs/gegl/DETAILS
@@ -1,7 +1,7 @@
SPELL=gegl
- VERSION=0.2.0
+ VERSION=0.1.8
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_HASH=sha512:16ef3f6852fd8efef2b6468a754342a2d003f2c2bef468d9465a448e6c89dedb8e791570f073a9faed05218a7c94c6c418eaa0f3abeadfb3e6b88d766ab792c8
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_URL[0]=ftp://ftp.gimp.org/pub/$SPELL/${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://gegl.org/
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index 712d7f8..0ff5685 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,9 +1,3 @@
-2012-04-12 Julien "_kaze_" ROZO <julien AT rozo.org>
- * UP_TRIGGERS: fixed libgegl detection (0.0 -> 0.1)
-
-2012-04-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
- * DETAILS: version 0.2.0
-
2012-03-21 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: function is_version_less used to force_depends babl

diff --git a/graphics-libs/gegl/UP_TRIGGERS b/graphics-libs/gegl/UP_TRIGGERS
index 3db1e93..fa7c9e4 100755
--- a/graphics-libs/gegl/UP_TRIGGERS
+++ b/graphics-libs/gegl/UP_TRIGGERS
@@ -6,7 +6,7 @@ if spell_ok $SPELL; then
message "Figuring out what spells need to be recast."
for each in $(show_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
- grep -q "NEEDED.*libgegl-0.1.so"; then
+ grep -q "NEEDED.*libgegl-0.0.so"; then
up_trigger $each cast_self
fi
done
diff --git a/graphics-libs/gegl/gegl-0.1.8.tar.bz2.sig
b/graphics-libs/gegl/gegl-0.1.8.tar.bz2.sig
new file mode 100644
index 0000000..2179a28
Binary files /dev/null and b/graphics-libs/gegl/gegl-0.1.8.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c56909012d48a43a032b91478d91387710703b7c), Vlad Glagolev, 04/14/2012

Archive powered by MHonArc 2.6.24.

Top of Page