Lines 1-5
Link Here
|
1 |
PORTNAME= gexiv2 |
1 |
PORTNAME= gexiv2 |
2 |
PORTVERSION= 0.14.0 |
2 |
PORTVERSION= 0.14.1 |
3 |
CATEGORIES= graphics |
3 |
CATEGORIES= graphics |
4 |
MASTER_SITES= GNOME |
4 |
MASTER_SITES= GNOME |
5 |
|
5 |
|
Lines 14-26
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR}
Link Here
|
14 |
LIB_DEPENDS= libexiv2.so:graphics/exiv2 |
14 |
LIB_DEPENDS= libexiv2.so:graphics/exiv2 |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} |
16 |
|
16 |
|
17 |
USES= compiler:c++11-lang gnome libtool:build meson pathfix pkgconfig \ |
17 |
USES= compiler:c++17-lang gnome libtool:build meson pathfix pkgconfig \ |
18 |
python:build tar:xz vala:build |
18 |
python:build tar:xz vala:build |
19 |
USE_GNOME= glib20 introspection:build |
19 |
USE_GNOME= glib20 introspection:build |
20 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
21 |
BINARY_WRAPPERS= gm4 |
21 |
BINARY_WRAPPERS= gm4 |
22 |
BINARY_ALIAS= python3=${PYTHON_CMD} |
22 |
BINARY_ALIAS= python3=${PYTHON_CMD} |
23 |
|
23 |
|
|
|
24 |
# https://gitlab.gnome.org/GNOME/gexiv2/-/issues/73 |
25 |
USE_CXXSTD= c++17 -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR |
26 |
|
24 |
OPTIONS_DEFINE= DOCS |
27 |
OPTIONS_DEFINE= DOCS |
25 |
OPTIONS_SUB= yes |
28 |
OPTIONS_SUB= yes |
26 |
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc |
29 |
DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc |