Skip to Content.
Sympa Menu

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

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 (dbeb566cda24fa97887875f667be4b79d1e3efb9)
  • Date: Thu, 1 Jan 2009 16:52:56 -0600

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

graphics-libs/gegl/DEPENDS | 9 +++++++++
graphics-libs/gegl/DETAILS | 14 +++++++-------
graphics-libs/gegl/HISTORY | 6 +++++-
graphics-libs/gegl/PRE_BUILD | 5 +++--
4 files changed, 24 insertions(+), 10 deletions(-)

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

gegl: => 0.0.22

diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
index 94675d4..b0402df 100755
--- a/graphics-libs/gegl/DEPENDS
+++ b/graphics-libs/gegl/DEPENDS
@@ -1,38 +1,47 @@
depends glib2 &&
depends babl &&
depends libpng &&
+
optional_depends gtk+2 \
"" \
"" \
"for a GUI" &&
+
optional_depends sdl \
"" \
"" \
"" &&
+
optional_depends jpeg \
"" \
"" \
"for JPG file format support" &&
+
optional_depends openexr \
"" \
"" \
"for EXR file format support" &&
+
optional_depends cairo \
"" \
"" \
"for font handling" &&
+
optional_depends pango \
"" \
"" \
"for font handling" &&
+
optional_depends librsvg2 \
"" \
"" \
"for SVG support" &&
+
optional_depends asciidoc \
"" \
"" \
"for documentation" &&
+
optional_depends LIBAVCODEC \
"" \
"" \
diff --git a/graphics-libs/gegl/DETAILS b/graphics-libs/gegl/DETAILS
index 5655238..4ecb641 100755
--- a/graphics-libs/gegl/DETAILS
+++ b/graphics-libs/gegl/DETAILS
@@ -1,13 +1,13 @@
SPELL=gegl
- VERSION=0.0.20
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=ftp://ftp.gimp.org/pub/${SPELL}/0.0/${SOURCE}
-
SOURCE_HASH=sha512:4c51abf1341fb4cd5e18095aeafa9eff03ae63dae7abfb7a43c4b23b30e297c033f60715f41f285e9ecca22137a202b7863196f042ed9a583c49e1307a52ca74
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://gegl.org/";
+ VERSION=0.0.22
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=ftp://ftp.gimp.org/pub/$SPELL/0.0/$SOURCE
+
SOURCE_HASH=sha512:c4bc479d1fefb0018af316d7aae69fbb0d7ab75aa4d2d70c73dc414f8916064b11e17cf6020b974f8e68d362f5ea323316b8995c56ba87a6a75bc7eefd9966d5
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://gegl.org/
LICENSE[0]=GPL
ENTERED=20080826
- SHORT="a graph based image processing framework"
+ SHORT="graph based image processing framework"
cat << EOF
GEGL (Generic Graphics Library) is a graph based image processing framework.

diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
index 5c50c42..e79e80a 100644
--- a/graphics-libs/gegl/HISTORY
+++ b/graphics-libs/gegl/HISTORY
@@ -1,3 +1,8 @@
+2009-01-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.0.22; fixed desc, website; cleaned up
+ * PRE_BUILD: cleaned up
+ * DEPENDS: fixed line-spacing
+
2008-10-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.0.20

@@ -18,4 +23,3 @@

2008-08-26 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS, DETAILS: spell created
-
diff --git a/graphics-libs/gegl/PRE_BUILD b/graphics-libs/gegl/PRE_BUILD
index b49325a..aadca94 100755
--- a/graphics-libs/gegl/PRE_BUILD
+++ b/graphics-libs/gegl/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
if [[ "$(get_spell_provider $SPELL LIBAVCODEC)" == "ffmpeg-svn" ]]; then
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/gegl-libavformat.patch
+ patch -p0 < "$SPELL_DIRECTORY/gegl-libavformat.patch"
fi




Archive powered by MHonArc 2.6.24.

Top of Page