[Lunar-commits] <moonbase> OpenGTL: initial import

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Jan 28 12:40:07 CET 2009


commit d7a755a64fd465c4b8eda0b03f5ed28048153c52
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Jan 28 06:40:07 2009 -0500

    OpenGTL: initial import
---
 libs/OpenGTL/BUILD   |   11 +++++++++++
 libs/OpenGTL/DEPENDS |    1 +
 libs/OpenGTL/DETAILS |   19 +++++++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/libs/OpenGTL/BUILD b/libs/OpenGTL/BUILD
new file mode 100644
index 0000000..3d8b270
--- /dev/null
+++ b/libs/OpenGTL/BUILD
@@ -0,0 +1,11 @@
+(
+
+  mkdir  $SOURCE_DIRECTORY/OpenGTL-build  &&
+  cd $SOURCE_DIRECTORY/OpenGTL-build      &&
+
+  cmake $SOURCE_DIRECTORY/  -DCMAKE_INSTALL_PREFIX=$OPTS  \
+                            -DCMAKE_BUILD_TYPE=RELEASE   &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/libs/OpenGTL/DEPENDS b/libs/OpenGTL/DEPENDS
new file mode 100644
index 0000000..f33eacf
--- /dev/null
+++ b/libs/OpenGTL/DEPENDS
@@ -0,0 +1 @@
+depends llvm
diff --git a/libs/OpenGTL/DETAILS b/libs/OpenGTL/DETAILS
new file mode 100644
index 0000000..121feb7
--- /dev/null
+++ b/libs/OpenGTL/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=OpenGTL
+         VERSION=0.9.7
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.opengtl.org/download/
+      SOURCE_VFY=sha1:440ddff5dd1beacf94d8e134e4e573f82c5f773a
+        WEB_SITE=http://opengtl.org/
+         ENTERED=20090128
+         UPDATED=20090128
+           SHORT="Graphics Transformation Languages"
+
+cat << EOF
+The Graphics Transformation Languages is a set of library for using and 
+integrating transformation algorithms (such as filter or color conversion) in
+graphics applications.
+
+The goal is to provide the tools, languages and libraries to create generic 
+transformation for graphics. Those transformations could then be used by 
+different programs (Krita, The Gimp, CinePaint, gegl...).
+EOF


More information about the Lunar-commits mailing list