Last change
on this file was
102865,
checked in by jeremyhu@…, 5 years ago
|
tiff: Update to version 4.0.3 and revbump dependents
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
Line | |
---|
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:s |
---|
2 | # $Id: Portfile 102865 2013-02-09 19:16:59Z jeremyhu@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name olena |
---|
7 | version 2.0 |
---|
8 | revision 1 |
---|
9 | categories devel framework graphics science |
---|
10 | platforms darwin |
---|
11 | license GPL-2 |
---|
12 | maintainers lrde.epita.fr:olena |
---|
13 | description Software platform for efficient and generic image processing |
---|
14 | long_description It is composed of a Generic and efficient C++ image \ |
---|
15 | processing library, a framework for Document Image \ |
---|
16 | Analysis and Python bindings. |
---|
17 | homepage http://olena.lrde.epita.fr |
---|
18 | master_sites http://www.lrde.epita.fr/dload/olena/ |
---|
19 | |
---|
20 | checksums md5 b5c28d5f9e184bbefb50757115fa6551 \ |
---|
21 | sha1 d3a829fa56bff4edbca58af0c9a39c9569820c60 \ |
---|
22 | rmd160 276abd7a2af6e7627aa1ab91df0ea7fd11a713ef |
---|
23 | |
---|
24 | depends_lib port:GraphicsMagick \ |
---|
25 | port:tiff |
---|
26 | |
---|
27 | configure.args --with-imagemagickxx=no |
---|
28 | # code violates aliasing rules |
---|
29 | configure.cxxflags-append -fno-strict-aliasing |
---|
30 | |
---|
31 | variant scribo description {Add a DIA framework} { |
---|
32 | depends_lib-append port:tesseract \ |
---|
33 | port:qt4-mac \ |
---|
34 | port:libxslt |
---|
35 | |
---|
36 | depends_run-append port:fop |
---|
37 | |
---|
38 | configure.args-append --enable-scribo |
---|
39 | } |
---|
40 | |
---|
41 | variant swilena description {Add Python bindings} { |
---|
42 | configure.args-append --enable-swilena |
---|
43 | } |
---|
44 | |
---|
45 | default_variants +scribo |
---|
Note: See
TracBrowser
for help on using the repository browser.