Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b86dbeaf553c31445705cc527b646e00bcae8fda)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b86dbeaf553c31445705cc527b646e00bcae8fda)
  • Date: Wed, 24 Mar 2010 17:20:49 -0500

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

dev/null |binary
graphics-libs/gegl/DETAILS | 2 +-
graphics-libs/gegl/HISTORY | 5 +++++
graphics-libs/gegl/PRE_BUILD | 5 -----
graphics-libs/gegl/UP_TRIGGERS | 2 +-
graphics-libs/gegl/gegl-0.1.0.tar.bz2.sig | 0
graphics-libs/gegl/gegl-0.1.2.tar.bz2.sig |binary
graphics-libs/gegl/gegl-locale.patch | 10 ----------
8 files changed, 7 insertions(+), 17 deletions(-)

New commits:
commit b86dbeaf553c31445705cc527b646e00bcae8fda
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

gegl 0.1.2

diff --git a/graphics-libs/gegl/DETAILS b/graphics-libs/gegl/DETAILS
index 47972d7..b3270d2 100755
--- a/graphics-libs/gegl/DETAILS
+++ b/graphics-libs/gegl/DETAILS
@@ -1,5 +1,5 @@
SPELL=gegl
- VERSION=0.1.0
+ VERSION=0.1.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_URL[0]=ftp://ftp.gimp.org/pub/$SPELL/${VERSION%.*}/$SOURCE
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index fe5079b..9f911f8 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,8 @@
+2010-03-24 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.1.2
+ * PRE_BUILD, gegl-locale.patch: removed
+ * UP_TRIGGERS: libgegl-0.0.so -> libgegl-0.1.so
+
2010-01-23 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: updated to 0.1.0, force_depends on babl if babl version is
too old
diff --git a/graphics-libs/gegl/PRE_BUILD b/graphics-libs/gegl/PRE_BUILD
deleted file mode 100755
index b766376..0000000
--- a/graphics-libs/gegl/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-
-cd $SOURCE_DIRECTORY &&
-
-patch -p0 < $SCRIPT_DIRECTORY/gegl-locale.patch
diff --git a/graphics-libs/gegl/UP_TRIGGERS b/graphics-libs/gegl/UP_TRIGGERS
index 8c70151..fa7c9e4 100755
--- a/graphics-libs/gegl/UP_TRIGGERS
+++ b/graphics-libs/gegl/UP_TRIGGERS
@@ -1,7 +1,7 @@
local OLD_SPELL_VERSION=""
if spell_ok $SPELL; then
OLD_SPELL_VERSION="$(installed_version $SPELL)"
- if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
+ if test "${VERSION:0:5}" != "${OLD_SPELL_VERSION:0:5}"; then
message "This is an incompatible update of $SPELL..."
message "Figuring out what spells need to be recast."
for each in $(show_up_depends $SPELL 1); do
diff --git a/graphics-libs/gegl/gegl-0.1.0.tar.bz2.sig
b/graphics-libs/gegl/gegl-0.1.0.tar.bz2.sig
deleted file mode 100644
index edeaa6e..0000000
Binary files a/graphics-libs/gegl/gegl-0.1.0.tar.bz2.sig and /dev/null differ
diff --git a/graphics-libs/gegl/gegl-0.1.2.tar.bz2.sig
b/graphics-libs/gegl/gegl-0.1.2.tar.bz2.sig
new file mode 100644
index 0000000..5c746b2
Binary files /dev/null and b/graphics-libs/gegl/gegl-0.1.2.tar.bz2.sig differ
diff --git a/graphics-libs/gegl/gegl-locale.patch
b/graphics-libs/gegl/gegl-locale.patch
deleted file mode 100644
index 988b040..0000000
--- a/graphics-libs/gegl/gegl-locale.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gegl/gegl-init.c.orig 2009-01-17 23:24:45.000000000 +0000
-+++ gegl/gegl-init.c 2009-01-17 23:25:10.000000000 +0000
-@@ -26,6 +26,7 @@
- #include <glib/gi18n-lib.h>
-
- #include <stdlib.h>
-+#include <locale.h>
- #ifdef HAVE_UNISTD_H
- #include <unistd.h>
- #endif



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b86dbeaf553c31445705cc527b646e00bcae8fda), Ladislav Hagara, 03/24/2010

Archive powered by MHonArc 2.6.24.

Top of Page