Commits
Marcus Calhoun-Lopez authored 5360e9bff42
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | PortGroup qt5 1.0 |
6 6 | PortGroup cmake 1.1 |
7 7 | PortGroup active_variants 1.1 |
8 8 | |
9 - | github.setup OpenImageIO oiio 2.0.10 |
10 - | revision 2 |
9 + | github.setup OpenImageIO oiio 2.1.9.0 |
10 + | revision 0 |
11 11 | name openimageio |
12 12 | categories graphics |
13 13 | license BSD |
14 14 | maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer |
15 15 | description a library for reading and writing images |
16 16 | long_description OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. |
17 17 | platforms darwin |
18 18 | |
19 - | checksums rmd160 6b06311640a74263513654c2312a05e61e09d18a \ |
20 - | sha256 b9c4cb3754cfcf2b03707331c23d5b799a185deccbbc7b8768e0d4e10a535375 \ |
21 - | size 29841455 |
19 + | checksums rmd160 74e2e80c485e5320333d0849d42119a28c7d0993 \ |
20 + | sha256 eb6776afd7a8c290c55c57878b3979c25184e45465b137956fe85ad0d17df014 \ |
21 + | size 29104303 |
22 22 | |
23 23 | compiler.cxx_standard 2011 |
24 24 | |
25 25 | github.master_sites ${github.homepage}/archive |
26 26 | distname Release-${version} |
27 27 | worksrcdir oiio-Release-${version} |
28 28 | |
29 29 | # avoid |
30 30 | # ccache: error: Failed to create directory ${prefix}/var/macports/build/.ccache/tmp: Operation not permitted |
31 31 | configure.args-append \ |
119 119 | depends_lib-append port:opencv |
120 120 | |
121 121 | #configure.args-append \ |
122 122 | # -DUSE_FREETYPE=OFF |
123 123 | depends_lib-append port:freetype |
124 124 | |
125 125 | #configure.args-append \ |
126 126 | # -DUSE_GIF=OFF |
127 127 | depends_lib-append port:giflib |
128 128 | |
129 + | #configure.args-append \ |
130 + | # -DUSE_HEIF=OFF |
131 + | depends_lib-append port:libheif |
132 + | |
129 133 | #configure.args-append \ |
130 134 | # -DUSE_PTEX=OFF |
131 135 | depends_lib-append port:ptex |
132 136 | |
133 137 | #configure.args-append \ |
134 138 | # -DUSE_LIBRAW=OFF |
135 139 | depends_lib-append port:libraw |
136 140 | |
137 141 | #configure.args-append \ |
138 142 | # -DUSE_TBB=OFF \ |