forked from Lainports/freebsd-ports
graphics/vips: Re-enable --default-library=both
- Bump PORTREVISION for package change
--default-library=both was removed in 98a26821dd
due to an unknown bug in meson 1.6.0. It seems to be fixed in meson 1.7.0.
This commit is contained in:
parent
8843447582
commit
d301e2def8
2 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= vips
|
||||
PORTVERSION= 8.16.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
|
@ -19,9 +20,7 @@ RUN_DEPENDS= bash:shells/bash
|
|||
USES= compiler:c++11-lang cpe gettext-tools gnome localbase meson pkgconfig python shebangfix tar:xz
|
||||
USE_GNOME= glib20
|
||||
|
||||
# --default-library=both is broken after https://github.com/mesonbuild/meson/commit/7b3169f46481
|
||||
# but not reproducible outside of ports/ build
|
||||
MESON_ARGS= \
|
||||
MESON_ARGS= --default-library=both \
|
||||
-Danalyze=true \
|
||||
-Dcplusplus=true \
|
||||
-Ddeprecated=true \
|
||||
|
|
|
|||
|
|
@ -57,9 +57,11 @@ include/vips/video.h
|
|||
include/vips/vips.h
|
||||
include/vips/vips7compat.h
|
||||
include/vips/vips8
|
||||
lib/libvips-cpp.a
|
||||
lib/libvips-cpp.so
|
||||
lib/libvips-cpp.so.42
|
||||
lib/libvips-cpp.so.42.18.0
|
||||
lib/libvips.a
|
||||
lib/libvips.so
|
||||
lib/libvips.so.42
|
||||
lib/libvips.so.42.18.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue