[Lunar-commits] <moonbase-other> OpenGTL: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Fri Aug 17 17:01:20 CEST 2012
commit 31a5f34b58c43deb8d162a54d0bdb70d75df10a9
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Fri, 17 Aug 2012 08:01:20 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/31a5f34b58c43deb8d162a54d0bdb70d75df10a9
OpenGTL: Readding to moonbase.
---
libs/OpenGTL/BUILD +5/-0
libs/OpenGTL/DEPENDS +3/-0
libs/OpenGTL/DETAILS +19/-0
3 files changed, 27 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/OpenGTL/BUILD
@@ -0,0 +1,5 @@
+(
+
+ default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/OpenGTL/DEPENDS
@@ -0,0 +1,3 @@
+depends llvm
+
+optional_depends latex2html "" "" "for latex and html doc support"
--- /dev/null
+++ b/libs/OpenGTL/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=OpenGTL
+ VERSION=0.9.16
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://download.opengtl.org/
+ SOURCE_VFY=sha1:3cfe4a08e5778c13f7e74dfc822adb68f97ad048
+ WEB_SITE=http://opengtl.org/
+ ENTERED=20090128
+ UPDATED=20120505
+ 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