2012-10-06 16:10:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2012/10/06 14:10:48 asau Exp $
|
2003-10-01 07:57:05 +02:00
|
|
|
|
exif-0.6.21 (2012-07-12):
* New translations: cs, eo, hr, sr, uk
* Updated translations: da, de, fi, id, is, it, nl, pl, sk, sv, vi, zh_CN
* Improved the man page
* Prevent NULL pointer dereference on out of memory situation
* Fixed bug that caused read past the end of a buffer (CVE-2012-2845)
2012-07-13 18:43:34 +02:00
|
|
|
DISTNAME= exif-0.6.21
|
2003-10-01 07:57:05 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
|
2010-12-16 16:00:33 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2003-10-01 07:57:05 +02:00
|
|
|
|
2010-12-16 16:00:33 +01:00
|
|
|
MAINTAINER= adam@NetBSD.org
|
2003-10-01 07:57:05 +02:00
|
|
|
HOMEPAGE= http://libexif.sourceforge.net/
|
|
|
|
COMMENT= Grab Exif information from digital camera images
|
exif-0.6.21 (2012-07-12):
* New translations: cs, eo, hr, sr, uk
* Updated translations: da, de, fi, id, is, it, nl, pl, sk, sv, vi, zh_CN
* Improved the man page
* Prevent NULL pointer dereference on out of memory situation
* Fixed bug that caused read past the end of a buffer (CVE-2012-2845)
2012-07-13 18:43:34 +02:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2003-10-01 07:57:05 +02:00
|
|
|
|
2004-11-04 01:10:08 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2004-11-03 20:12:19 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
2010-12-16 16:00:33 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-01 07:57:05 +02:00
|
|
|
|
2004-11-03 21:18:17 +01:00
|
|
|
LIBS+= ${BUILDLINK_LDADD.iconv}
|
|
|
|
|
2004-11-03 20:12:19 +01:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2004-04-24 01:58:25 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
|
|
.include "../../graphics/libexif/buildlink3.mk"
|
2003-10-01 07:57:05 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|