Ticket #45370: vips-gobject-introspection.diff

File vips-gobject-introspection.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)
  • Portfile

     
    1818checksums           rmd160  cb3d028c05e0375220b63d1d2322284abbc0c51f \
    1919                    sha256  26207184227301ad47c1c8fd5f7f98556087b6add63fa776b54abefed4ae062d
    2020
    21 configure.args      --enable-gtk-doc
    22 
    2321depends_build       port:gtk-doc \
    2422                    port:pkgconfig
    2523
     
    2725                    path:lib/pkgconfig/pango.pc:pango \
    2826                    port:cfitsio \
    2927                    port:fftw-3 \
     28                    port:gobject-introspection \
    3029                    port:ImageMagick \
    3130                    port:jpeg \
    3231                    port:lcms2 \
     
    4241                    port:tiff \
    4342                    port:zlib
    4443
     44configure.args      --enable-gtk-doc \
     45                    --enable-introspection
     46
     47# gobject-introspection uses g-ir-scanner, which uses $CC from env
     48build.args-append   CC="${configure.cc} ${configure.cc_archflags}"
     49
     50# The rules enabled by gobject-introspection require GNU make 3.81+
     51platform darwin 8 {
     52    depends_build-append    port:gmake
     53    build.cmd               ${prefix}/bin/gmake
     54}
     55
    4556livecheck.type      regex
    4657livecheck.url       ${homepage}/supported/current/
    4758livecheck.regex     >${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<