New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

root/trunk/dports/graphics/vips/Portfile

Revision 86547, 1.1 KB (checked in by ryandesign@…, 7 months ago)

vips: update to 7.26.6, add license, fix livecheck, enable universal variant now that the only non-universal dependency is gone; see #31377

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem 1.0
4
5name            vips
6version         7.26.6
7set branch      [join [lrange [split ${version} .] 0 1] .]
8description     VIPS is an image processing library.
9long_description        VIPS is an image processing library. It's good for \
10                        large images and for colour.
11maintainers     gmail.com:jcupitt
12categories      graphics
13platforms       darwin
14license         LGPL-2.1+
15homepage        http://www.vips.ecs.soton.ac.uk
16master_sites    ${homepage}/supported/${branch}/
17
18checksums       rmd160  aa639f6c6ba11479dd77a6abde291d35948f250c \
19                sha256  4b869cf6af435ea2228730d6a2fb89dfd63b225658195f7e2dd640fd7a820971
20
21configure.args  --enable-gtk-doc
22
23depends_build   port:pkgconfig \
24                port:gtk-doc
25
26depends_lib     port:libtool \
27                port:fftw-3 \
28                path:lib/pkgconfig/glib-2.0.pc:glib2 \
29                port:jpeg \
30                port:libpng \
31                port:tiff \
32                port:ImageMagick \
33                port:openexr \
34                port:orc \
35                port:cfitsio \
36                port:matio \
37                port:lcms2 \
38                port:zlib \
39                path:lib/pkgconfig/pango.pc:pango \
40                port:libexif \
41                port:libxml2
42
43livecheck.type  regex
44livecheck.url   ${homepage}/supported/current/
45livecheck.regex >${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}<
Note: See TracBrowser for help on using the browser.