846775d6fa
gexiv2 0.12.1 - 23 May 2020 * Support macOS dylib versioning * Improve compatibility with current exiv2 development versions * Fix compiling on windows * Fix issue with problematic symbol visibility of exiv2 * Fix issues with tests overwriting environment variables * Fix exception escaping on division by zero * Fix overflow in altitude fraction conversion * Fix crash with experimental GIO support * Documentation fixes * Add gexiv2_metadata_update_gps_info which will not remove all other GPS information Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/gexiv2/issues/41 - https://gitlab.gnome.org/GNOME/gexiv2/issues/42 - https://gitlab.gnome.org/GNOME/gexiv2/issues/45 - https://gitlab.gnome.org/GNOME/gexiv2/issues/52 - https://gitlab.gnome.org/GNOME/gexiv2/issues/53 - https://gitlab.gnome.org/GNOME/gexiv2/issues/54 - https://gitlab.gnome.org/GNOME/gexiv2/issues/55
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.13 2021/02/11 15:14:53 nia Exp $
|
|
|
|
DISTNAME= gexiv2-0.12.1
|
|
CATEGORIES= graphics devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gexiv2/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://wiki.gnome.org/Projects/gexiv2
|
|
COMMENT= GObject-based wrapper around the Exiv2 library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
# uses std::auto_ptr, deprecated in c++11
|
|
USE_LANGUAGES= c c++03
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# workaround for build failure
|
|
# https://gitlab.gnome.org/GNOME/json-glib/issues/35
|
|
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gexiv2
|
|
|
|
MESON_ARGS+= -Dpython2_girdir=no
|
|
MESON_ARGS+= -Dpython3_girdir=no
|
|
|
|
PKGCONFIG_OVERRIDE= gexiv2.pc.in
|
|
|
|
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=./gexiv2/gexiv2.map
|
|
|
|
.include "../../devel/meson/build.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../graphics/exiv2/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.vala= build
|
|
.include "../../lang/vala/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|