|
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 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name vips |
|---|
| 6 | version 7.26.6 |
|---|
| 7 | set branch [join [lrange [split ${version} .] 0 1] .] |
|---|
| 8 | description VIPS is an image processing library. |
|---|
| 9 | long_description VIPS is an image processing library. It's good for \ |
|---|
| 10 | large images and for colour. |
|---|
| 11 | maintainers gmail.com:jcupitt |
|---|
| 12 | categories graphics |
|---|
| 13 | platforms darwin |
|---|
| 14 | license LGPL-2.1+ |
|---|
| 15 | homepage http://www.vips.ecs.soton.ac.uk |
|---|
| 16 | master_sites ${homepage}/supported/${branch}/ |
|---|
| 17 | |
|---|
| 18 | checksums rmd160 aa639f6c6ba11479dd77a6abde291d35948f250c \ |
|---|
| 19 | sha256 4b869cf6af435ea2228730d6a2fb89dfd63b225658195f7e2dd640fd7a820971 |
|---|
| 20 | |
|---|
| 21 | configure.args --enable-gtk-doc |
|---|
| 22 | |
|---|
| 23 | depends_build port:pkgconfig \ |
|---|
| 24 | port:gtk-doc |
|---|
| 25 | |
|---|
| 26 | depends_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 | |
|---|
| 43 | livecheck.type regex |
|---|
| 44 | livecheck.url ${homepage}/supported/current/ |
|---|
| 45 | livecheck.regex >${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}< |
|---|