Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (d5ac49e9acfee76817b2eb3ccf07b236c551e5b8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (d5ac49e9acfee76817b2eb3ccf07b236c551e5b8)
  • Date: Tue, 26 Aug 2008 09:53:45 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 4 ++++
graphics-libs/babl/DETAILS | 16 ++++++++++++++++
graphics-libs/babl/HISTORY | 3 +++
graphics-libs/gegl/DEPENDS | 35 +++++++++++++++++++++++++++++++++++
graphics-libs/gegl/DETAILS | 17 +++++++++++++++++
graphics-libs/gegl/HISTORY | 3 +++
6 files changed, 78 insertions(+)

New commits:
commit d5ac49e9acfee76817b2eb3ccf07b236c551e5b8
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

gegl: New spell needed for gimp devel version

commit c7110d666c4c2cf2d720b7bfb052724db2909d81
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

babl: New spell, needed for gimp devel version

diff --git a/ChangeLog b/ChangeLog
index 0c97bfd..f3bc44b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-26 George Sherwood <gsherwood AT sourcemage.org>
+ * graphics-libs/babl: new spell, pixal format translation lib
+ * graphics-libs/gegl: new spell, graphics library
+
2008-08-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* x11-libs/xfree86-devel: spell deprecated [some sources are missing
and
xfree86 is newer]
diff --git a/graphics-libs/babl/DETAILS b/graphics-libs/babl/DETAILS
new file mode 100755
index 0000000..d20f009
--- /dev/null
+++ b/graphics-libs/babl/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=babl
+ VERSION=0.0.22
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=ftp://ftp.gtk.org/pub/${SPELL}/0.0/${SOURCE}
+
SOURCE_HASH=sha512:10a4890038a70c664dac30e241629aeac1c066ad1e8c7b0a21bfccabb8cc5c1b68f5e2dba735e0822a26871da0c6ce68cc92515c96cbaf8c427fc3cf12b5d1d0
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://gegl.org/babl/";
+ LICENSE[0]=GPL
+ ENTERED=20080826
+ SHORT="dynamic, any to any, pixel format translation library"
+cat << EOF
+babl is a dynamic, any to any, pixel format translation library. It allows
+converting between different methods of storing pixels known as pixel
+formats that have with different bitdepths and other data representations,
+color models and component permutations.
+EOF
diff --git a/graphics-libs/babl/HISTORY b/graphics-libs/babl/HISTORY
new file mode 100644
index 0000000..b854909
--- /dev/null
+++ b/graphics-libs/babl/HISTORY
@@ -0,0 +1,3 @@
+2008-08-26 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: spell created
+
diff --git a/graphics-libs/gegl/DEPENDS b/graphics-libs/gegl/DEPENDS
new file mode 100755
index 0000000..b56b322
--- /dev/null
+++ b/graphics-libs/gegl/DEPENDS
@@ -0,0 +1,35 @@
+depends glib2 &&
+depends babl &&
+depends libpng &&
+optional_depends gtk+2 \
+ "" \
+ "" \
+ "for a GUI" &&
+optional_depends sdl \
+ "" \
+ "" \
+ "" &&
+optional_depends jpeg \
+ "" \
+ "" \
+ "" &&
+optional_depends openexr \
+ "" \
+ "" \
+ "" &&
+optional_depends cairo \
+ "" \
+ "" \
+ "" &&
+optional_depends pango \
+ "" \
+ "" \
+ "" &&
+optional_depends librsvg \
+ "" \
+ "" \
+ "" &&
+optional_depends asciidoc \
+ "" \
+ "" \
+ ""
diff --git a/graphics-libs/gegl/DETAILS b/graphics-libs/gegl/DETAILS
new file mode 100755
index 0000000..3001096
--- /dev/null
+++ b/graphics-libs/gegl/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gegl
+ VERSION=0.0.18
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=ftp://ftp.gimp.org/pub/${SPELL}/0.0/${SOURCE}
+
SOURCE_HASH=sha512:d8e35265c7da249ecb47e817ae7e42fbc5112e8d2f510045fe1e905792a07644b9967531318f3142f2de80b2a7bc3319688151071c55115b1ba42a662b1d1311
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://gegl.org/";
+ LICENSE[0]=GPL
+ ENTERED=20080826
+ SHORT="a graph based image processing framework"
+cat << EOF
+GEGL (Generic Graphics Library) is a graph based image processing framework.
+
+GEGL provides infrastructure to do demand based cached non destructive image
+editing on larger than RAM buffers. Through babl it provides support for a
+wide range of color models and pixel storage formats for input and output.
+EOF
diff --git a/graphics-libs/gegl/HISTORY b/graphics-libs/gegl/HISTORY
new file mode 100644
index 0000000..27b3165
--- /dev/null
+++ b/graphics-libs/gegl/HISTORY
@@ -0,0 +1,3 @@
+2008-08-26 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (d5ac49e9acfee76817b2eb3ccf07b236c551e5b8), George Sherwood, 08/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page