Ticket #47677: Portfile-vips.diff
File Portfile-vips.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name vips 7 version 7.42.17 version 8.0.2 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 description VIPS is an image processing library. 10 10 long_description VIPS is an image processing library. It is good for \ … … 16 16 homepage http://www.vips.ecs.soton.ac.uk 17 17 master_sites ${homepage}/supported/${branch}/ 18 18 19 checksums rmd160 c51561a2c08abcbaf4f959ade8f514aa3ad29dd4\20 sha256 5ee272b11e4ca61c148d7392cbc01ad35f577b503727f479e38923e5bcfe6abf19 checksums rmd160 9d53a0275c7d9a392003a48477cddbfd96d1708b \ 20 sha256 1e6d102b425685467f58003f9d41cd097b772cdf50b4d7995f73751dce86fa3a 21 21 22 22 depends_build port:gtk-doc \ 23 23 port:pkgconfig … … 39 39 port:openexr \ 40 40 port:openslide \ 41 41 port:orc \ 42 port:py27-gobject3 \ 42 43 port:tiff \ 43 44 port:zlib 44 45 45 46 configure.args --enable-gtk-doc \ 46 47 --enable-introspection 47 48 49 configure.env PKG_CONFIG_PATH=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig 50 48 51 # gobject-introspection uses g-ir-scanner, which uses $CC from env 49 52 build.args-append CC="${configure.cc} ${configure.cc_archflags}" 50 53