Ticket #47677: Portfile-vips.diff

File Portfile-vips.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                vips
    7 version             7.42.1
     7version             8.0.2
    88set branch          [join [lrange [split ${version} .] 0 1] .]
    99description         VIPS is an image processing library.
    1010long_description    VIPS is an image processing library. It is good for \
     
    1616homepage            http://www.vips.ecs.soton.ac.uk
    1717master_sites        ${homepage}/supported/${branch}/
    1818
    19 checksums           rmd160  c51561a2c08abcbaf4f959ade8f514aa3ad29dd4 \
    20                     sha256  5ee272b11e4ca61c148d7392cbc01ad35f577b503727f479e38923e5bcfe6abf
     19checksums           rmd160  9d53a0275c7d9a392003a48477cddbfd96d1708b \
     20                    sha256  1e6d102b425685467f58003f9d41cd097b772cdf50b4d7995f73751dce86fa3a
    2121
    2222depends_build       port:gtk-doc \
    2323                    port:pkgconfig
     
    3939                    port:openexr \
    4040                    port:openslide \
    4141                    port:orc \
     42                    port:py27-gobject3 \
    4243                    port:tiff \
    4344                    port:zlib
    4445
    4546configure.args      --enable-gtk-doc \
    4647                    --enable-introspection
    4748
     49configure.env       PKG_CONFIG_PATH=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig
     50
    4851# gobject-introspection uses g-ir-scanner, which uses $CC from env
    4952build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
    5053