1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name OpenGTL |
---|
8 | version 0.9.18 |
---|
9 | categories graphics |
---|
10 | license GPL-2 |
---|
11 | maintainers gmail.com:mschamschula openmaintainer |
---|
12 | description The Graphics Transformation Languages is a set of libraries \ |
---|
13 | for using and integrating transformation algorithms (such as \ |
---|
14 | filter or color conversion) in graphics applications. |
---|
15 | long_description ${description} OpenCTL is dedicated at transforming the value \ |
---|
16 | of a single pixel (for instance Brightness adjustement or \ |
---|
17 | desaturate). CTL is designed to be part of the Color Management \ |
---|
18 | process. OpenShiva is inspired by Adobe’s PixelBender language \ |
---|
19 | (previously called Hydra) from the AIF Toolkit, Shiva is a \ |
---|
20 | language that apply a kernel-like transformations on an image, \ |
---|
21 | that means it works using more than one pixel. |
---|
22 | platforms darwin |
---|
23 | homepage http://www.opengtl.org/ |
---|
24 | master_sites http://download.opengtl.org/ |
---|
25 | use_bzip2 yes |
---|
26 | |
---|
27 | checksums rmd160 19632e70e70afe8bd8c92d829c18b8e3a48623e1 \ |
---|
28 | sha256 f094b3d2a1a60519975bb3badc05e704f2b93c7a3d2cb753041f2ff27cfcd9f8 |
---|
29 | |
---|
30 | depends_build-append port:llvm-3.3 \ |
---|
31 | port:texlive-latex \ |
---|
32 | port:latex2html |
---|
33 | |
---|
34 | depends_lib-append port:ImageMagick \ |
---|
35 | port:libpng \ |
---|
36 | port:zlib |
---|
37 | |
---|
38 | patchfiles patch-CMakeLists.txt.diff \ |
---|
39 | patch-Extensions-PngDC-PngDC.cpp.diff \ |
---|
40 | patch-llvm-3.3svn.diff \ |
---|
41 | patch-OpenGTL-GTLCore-CMakeLists.txt.diff \ |
---|
42 | patch-OpenShiva-doc-CMakeLists.txt.diff |
---|
43 | |
---|
44 | configure.args-append -DLATEX_OUTPUT_PATH:PATH=share/OpenShiva -Wno-dev |
---|