Lines 1-5
Link Here
|
1 |
PORTNAME= vips |
1 |
PORTNAME= vips |
2 |
PORTVERSION= 8.15.4 |
2 |
PORTVERSION= 8.15.4 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= graphics |
4 |
CATEGORIES= graphics |
4 |
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ |
5 |
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ |
5 |
|
6 |
|
Lines 19-25
RUN_DEPENDS= bash:shells/bash
Link Here
|
19 |
USES= compiler:c++11-lang cpe gettext-tools gnome localbase meson pkgconfig python shebangfix tar:xz |
20 |
USES= compiler:c++11-lang cpe gettext-tools gnome localbase meson pkgconfig python shebangfix tar:xz |
20 |
USE_GNOME= glib20 |
21 |
USE_GNOME= glib20 |
21 |
|
22 |
|
22 |
MESON_ARGS= --default-library=both \ |
23 |
# --default-library=both is broken after https://github.com/mesonbuild/meson/commit/7b3169f46481 |
|
|
24 |
# but not reproducible outside of ports/ build |
25 |
MESON_ARGS= \ |
23 |
-Danalyze=true \ |
26 |
-Danalyze=true \ |
24 |
-Dcplusplus=true \ |
27 |
-Dcplusplus=true \ |
25 |
-Ddeprecated=true \ |
28 |
-Ddeprecated=true \ |