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 | |
---|
6 | name gmic |
---|
7 | version 1.4.8.0 |
---|
8 | #licence CeCILL license (GPL-compatible) |
---|
9 | categories science |
---|
10 | platforms darwin |
---|
11 | maintainers cim.mcgill.ca:assemlal |
---|
12 | description G'MIC is an interpreter of image processing macros (stand-alone binary and GIMP plug-in). |
---|
13 | long_description G'MIC stands for GREYC's Magic Image Converter. It is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets. This includes classical color images, but also more complex data as image sequences or 3D volumetric images. G'MIC has been designed with portability in mind and runs on different platforms (Windows, Unix, MacOSX). |
---|
14 | homepage http://gmic.sourceforge.net/ |
---|
15 | master_sites sourceforge |
---|
16 | checksums md5 7111c15347edc0a7444181af2b69cd9f |
---|
17 | depends_lib port:opencv port:ffmpeg port:GraphicsMagick port:libpng port:jpeg \ |
---|
18 | port:tiff port:zlib port:openexr port:ilmbase port:fftw-3 \ |
---|
19 | lib:libX11.6:xorg port:gimp2 |
---|
20 | distfiles ${name}_${version}${extract.suffix} |
---|
21 | worksrcdir ${distname}/src |
---|
22 | use_configure no |
---|
23 | |
---|