pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/exiv2 exiv2: turn on BMFF support
details: https://anonhg.NetBSD.org/pkgsrc/rev/c867993c2643
branches: trunk
changeset: 385030:c867993c2643
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Sep 10 06:33:09 2022 +0000
description:
exiv2: turn on BMFF support
Fix pkg-config file while here.
Bump PKGREVISION.
diffstat:
graphics/exiv2/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r ab0514b98a5f -r c867993c2643 graphics/exiv2/Makefile
--- a/graphics/exiv2/Makefile Sat Sep 10 02:16:50 2022 +0000
+++ b/graphics/exiv2/Makefile Sat Sep 10 06:33:09 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2022/04/23 20:25:38 tnn Exp $
+# $NetBSD: Makefile,v 1.50 2022/09/10 06:33:09 wiz Exp $
DISTNAME= exiv2-0.27.5-Source
PKGNAME= ${DISTNAME:S/-Source//}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=Exiv2/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -21,6 +22,8 @@
.include "../../mk/bsd.prefs.mk"
CMAKE_ARGS+= -DEXIV2_BUILD_SAMPLES:BOOL=OFF
+# turn on BMFF support -- will be default as of 1.00
+CMAKE_ARGS+= -DEXIV2_ENABLE_BMFF:BOOL=ON
.if ${OPSYS} == "Darwin"
CMAKE_ARGS+= -DIntl_INCLUDE_DIR=${BUILDLINK_PREFIX.gettext}/include
.endif
@@ -30,8 +33,7 @@
CXXFLAGS.SunOS+= -fPIC
-USE_PKGLOCALEDIR= yes
-PKGCONFIG_OVERRIDE= config/exiv2.pc.in
+PKGCONFIG_OVERRIDE= cmake/exiv2.pc.in
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index