1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name GREYCstoration |
---|
5 | version 2.5.2.1 |
---|
6 | categories graphics |
---|
7 | description Open source algorithm for image denoising and interpolation |
---|
8 | long_description GREYCstoration is an image regularization algorithm which \ |
---|
9 | processes an image by locally removing small variations of \ |
---|
10 | pixel intensities while preserving significant global image \ |
---|
11 | features, such as sharp edges and corners. The most direct \ |
---|
12 | application of image regularization is denoising. \ |
---|
13 | By extension, it can also be used to inpaint or resize images. |
---|
14 | |
---|
15 | maintainers julien.lusson@gmail.com |
---|
16 | platforms darwin |
---|
17 | homepage http://www.greyc.ensicaen.fr/~dtschump/greycstoration/ |
---|
18 | |
---|
19 | master_sites http://www.greyc.ensicaen.fr/~dtschump/greycstoration/ |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | checksums md5 9acb29050f479b6d4e59bb1096a87451 \ |
---|
23 | sha1 2bfa17573b60a1477c99f34cfb8400d9b78aa9c2 \ |
---|
24 | rmd160 b3cb5d0638952c601b70158ee3e63b45feb5fb07 |
---|
25 | |
---|
26 | use_configure no |
---|
27 | |
---|
28 | depends_lib port:gimp2 |
---|
29 | |
---|
30 | build.target olinux |
---|
31 | |
---|
32 | destroot { |
---|
33 | xinstall -m 755 ${worksrcpath}/greycstoration \ |
---|
34 | ${destroot}${prefix}/bin/ |
---|
35 | xinstall -m 755 -d ${destroot}${prefix}/lib/gimp/2.0/plug-ins |
---|
36 | xinstall -m 755 ${worksrcpath}/greycstoration4gimp \ |
---|
37 | ${destroot}${prefix}/lib/gimp/2.0/plug-ins |
---|
38 | } |
---|