Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e574210e5e13242530dd2ccb694370ad1759e3c6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e574210e5e13242530dd2ccb694370ad1759e3c6)
  • Date: Tue, 25 Aug 2009 02:47:33 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
graphics/exact-image/BUILD | 10 ++++++++++
graphics/exact-image/DEPENDS | 19 +++++++++++++++++++
graphics/exact-image/DETAILS | 15 +++++++++++++++
graphics/exact-image/HISTORY | 24 ++++++++++++++++++++++++
graphics/exact-image/PRE_BUILD | 3 +++
6 files changed, 74 insertions(+)

New commits:
commit e574210e5e13242530dd2ccb694370ad1759e3c6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

exact-image-0.7.5

diff --git a/ChangeLog b/ChangeLog
index b3a28d1..9d3c5d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-08-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * graphics/exact-image: new spell, fast, modern graphics tools
+
2009-08-24 Quentin Rameau <quinq AT sourcemage.org>
* audio-players/shell-fm: new spell, console player for Last.FM
* windowmanagers/wmfs: new spell, lightweight tiling window manager
diff --git a/graphics/exact-image/BUILD b/graphics/exact-image/BUILD
new file mode 100755
index 0000000..4900217
--- /dev/null
+++ b/graphics/exact-image/BUILD
@@ -0,0 +1,10 @@
+# we can't use default_build
+
+# --localstatedir=${INSTALL_ROOT}/var \
+ ./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ $OPTS &&
+ make
+
diff --git a/graphics/exact-image/DEPENDS b/graphics/exact-image/DEPENDS
new file mode 100755
index 0000000..cb5751c
--- /dev/null
+++ b/graphics/exact-image/DEPENDS
@@ -0,0 +1,19 @@
+depends g++ &&
+#depends agg &&
+optional_depends libx11 '--with-x11' '--without-x11' '' &&
+optional_depends freetype2 '--with-freetype' '--without-freetype' '' &&
+optional_depends evas '--with-evas' '--without-evas' 'ebound
support'&&
+optional_depends jpeg '--with-libjpeg' '--without-libjpeg' 'jpeg
support' &&
+optional_depends tiff '--with-libtiff' '--without-libtiff' '' &&
+optional_depends libpng '--with-libpng' '--without-libpng' '' &&
+optional_depends giflib '--with-libungif' '--without-libungif' '' &&
+optional_depends jasper '--with-jasper' '--without-jasper' 'jpeg-2000
support' &&
+optional_depends openexr '--with-openexr' '--without-openexr' '' &&
+optional_depends expat '--with-expat' '--without-expat' '' &&
+optional_depends lcms '--with-lcms' '--without-lcms' '' &&
+optional_depends lua '--with-lua' '--without-lua'
'scripting' &&
+optional_depends swig '--with-swig' '--without-swig'
'scripting' &&
+optional_depends perl '--with-perl' '--without-perl'
'scripting' &&
+optional_depends php '--with-php' '--without-php'
'scripting' &&
+optional_depends python '--with-python' '--without-python'
'scripting' &&
+optional_depends ruby '--with-ruby' '--without-ruby' 'scripting'
diff --git a/graphics/exact-image/DETAILS b/graphics/exact-image/DETAILS
new file mode 100755
index 0000000..3285ffc
--- /dev/null
+++ b/graphics/exact-image/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=exact-image
+ VERSION=0.7.5
+
SOURCE_HASH=sha512:216e67cacb3d0dc3820914d5da295a25599193b3c121d03551f43d652936dfdb46f5903b38d6162bb1f268d6eda9ed9d62228a61df082fba71d5bdc6ce3bc313
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.exactcode.de/site/open_source/exactimage/
+ SOURCE_URL[0]=http://dl.exactcode.de/oss/$SPELL/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20081125
+ KEYWORDS="graphics"
+ SHORT="fast, modern and generic image processing library"
+cat << EOF
+a template based image manipulation library with fast, yet
+space efficient data-layout and algorithms
+EOF
diff --git a/graphics/exact-image/HISTORY b/graphics/exact-image/HISTORY
new file mode 100644
index 0000000..49f6e46
--- /dev/null
+++ b/graphics/exact-image/HISTORY
@@ -0,0 +1,24 @@
+2009-08-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.5
+
+2009-08-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.4
+ * PRE_BUILD: adapt to giflib
+
+2009-04-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.2
+
+2009-03-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.1
+
+2009-03-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.7.0
+
+2008-12-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.8
+ * DEPENDS: add optional evas
+
+2008-11-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.7
+ spell created
+
diff --git a/graphics/exact-image/PRE_BUILD b/graphics/exact-image/PRE_BUILD
new file mode 100755
index 0000000..e432ed9
--- /dev/null
+++ b/graphics/exact-image/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i 's/lungif/lgif/' codecs/Makefile



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e574210e5e13242530dd2ccb694370ad1759e3c6), Treeve Jelbert, 08/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page