pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/exiv2
Module Name: pkgsrc
Committed By: wiz
Date: Sat Sep 10 06:33:09 UTC 2022
Modified Files:
pkgsrc/graphics/exiv2: Makefile
Log Message:
exiv2: turn on BMFF support
Fix pkg-config file while here.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/exiv2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.49 pkgsrc/graphics/exiv2/Makefile:1.50
--- pkgsrc/graphics/exiv2/Makefile:1.49 Sat Apr 23 20:25:38 2022
+++ pkgsrc/graphics/exiv2/Makefile Sat Sep 10 06:33:09 2022
@@ -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 @@ GCC_REQD+= 3.3
.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 @@ LDFLAGS.SunOS+= -lsocket -lnsl
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