* Exiv2 utility - Fixed time setting of -T option when DST is in effect. - Added version hex number to the output of "exiv2 -V". * Exiv2 library - Exif version 2.3 missing tag codes. - Tamron 18-270mm lens. - Exif 2.3 & DNG 1.2/1.3 tags. - Some tests depend on system settings (locale, path, etc). - Sort iptc data by record number when encoding. - New Tamron 70-300 mm lens improperly recognized. - "Assertion `sv == d' failed" in 0.21.1 (r2474). - Build failure on MinGW with GCC >= 4.6 because of "-no-undefined". - Debug messages of psdimages.cpp go to stdout instead of stderr. - PSD resource block handling patch II. - Setting metadata on an image should always succeed. - Exiv2 fails to write to JPEG with an empty APP13 Photoshop PS3 segment. - Wrong ELSE statement in src/CMakeLists.txt. - On Windows (MSVC and MinGW builds), charset conversions now use respective Windows functions if iconv is not available. - Support for Encapsulated PostScript (*.eps) files. - The exiv2 library should be re-entrant. - Fixed typo: SupplementalCategory -> SupplementalCategories. - Added Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5 lens.
30 lines
856 B
Makefile
30 lines
856 B
Makefile
# $NetBSD: Makefile,v 1.31 2011/10/11 09:55:31 adam Exp $
|
|
|
|
DISTNAME= exiv2-0.22
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.exiv2.org/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.exiv2.org/
|
|
COMMENT= Image metadata manipulation
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GCC_REQD+= 3.3
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
# The visibility feature seems complicated and causes problems on DragonFly
|
|
# (reported by Matt Madden) and on Gentoo (http://bugs.gentoo.org/185907).
|
|
CONFIGURE_ARGS+= --disable-visibility
|
|
|
|
PKGCONFIG_OVERRIDE= config/exiv2.pc.in
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|