changes: - API changed: Move all Exiv2 classes acess methods to interanl provate container. ABI number set to 5.0.0. - Fix broken compilation with Exiv2 0.18. - Support TIFF metadata writting mode (require Exiv2 >= 0.18). - Added new methods canWriteComment(), canWriteExif(), canWriteIptc(). - Added new method supportMetadataWritting(). - Do not change file time-stamp when metadata are changed.
28 lines
747 B
Makefile
28 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/01/07 13:26:30 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= libkexiv2-0.1.8
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kipi/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.kipi-plugins.org/
|
|
COMMENT= KDE wrapper for exiv2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libkexiv2/libkexiv2.pc.in
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../graphics/exiv2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|