Commits
Benjamin Gilbert authored 003b5f96b96
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 - | github.setup libvips nip2 8.7.0 v |
6 + | github.setup libvips nip2 8.7.1 v |
7 7 | description nip2 is a user-interface to the VIPS image processing \ |
8 8 | library. |
9 9 | long_description nip2 is an image processing spreadsheet. It's good for \ |
10 10 | large images and for colour. |
11 11 | maintainers {bgilbert @bgilbert} {gmail.com:jcupitt @jcupitt} |
12 12 | categories graphics |
13 13 | platforms darwin |
14 14 | license GPL-2+ |
15 15 | homepage https://libvips.github.io/libvips/ |
16 16 | github.tarball_from releases |
17 17 | |
18 - | checksums rmd160 6385e857d9ca5cb6b76866c840e8c45f0e6a353f \ |
19 - | sha256 6ce935adfdc643e0ce32c544aea0efce64a102390170d6696c7d074b7473bd21 |
18 + | checksums rmd160 0d0347eb95b92ac7b96d70d8940a1154bb8d8b08 \ |
19 + | sha256 3c3e7d4f82e9ee2241b81dff99179cc3234fa5744f008baf1dc545698f20f650 |
20 20 | |
21 21 | configure.args --disable-update-desktop |
22 22 | |
23 23 | depends_build port:flex \ |
24 24 | port:pkgconfig |
25 25 | |
26 26 | depends_lib port:fftw-3 \ |
27 27 | path:bin/dot:graphviz \ |
28 28 | port:vips \ |
29 29 | port:gtk2 \ |