2018-10-13 12:17:30 +02:00
|
|
|
# $NetBSD: Makefile,v 1.44 2018/10/13 10:17:30 leot Exp $
|
2002-02-12 15:52:48 +01:00
|
|
|
|
libexif-0.6.21 (2012-07-12):
* New translations: en_AU, uk
* Updated translations: cs, da, de, en_CA, nl, pl, sk, sv, vi
* Added more supported lens in Canon MakerNote
* Added some defensive NULL pointer checks
* Fixed a number of security and stability issues due to buffer overflows,
bad pointer dereferences and division-by-zero including bug 3434540
and bug 3434545 (CVE-2012-2812, CVE-2012-2813, CVE-2012-2814,
CVE-2012-2836, CVE-2012-2837, CVE-2012-2840, CVE-2012-2841,
CVE-2012-2845)
2012-07-13 18:35:25 +02:00
|
|
|
DISTNAME= libexif-0.6.21
|
2018-10-13 12:17:30 +02:00
|
|
|
PKGREVISION= 1
|
2002-02-12 15:52:48 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
|
2005-04-20 14:40:40 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-02-12 15:52:48 +01:00
|
|
|
|
2003-07-25 13:26:32 +02:00
|
|
|
MAINTAINER= adam@NetBSD.org
|
2002-02-12 15:52:48 +01:00
|
|
|
HOMEPAGE= http://libexif.sourceforge.net/
|
|
|
|
COMMENT= EXIF file library
|
2010-01-30 17:27:59 +01:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2002-02-12 15:52:48 +01:00
|
|
|
|
2005-04-20 14:40:40 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
2008-11-19 12:39:05 +01:00
|
|
|
USE_TOOLS+= gmake
|
2005-04-20 14:40:40 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-01-07 02:59:58 +01:00
|
|
|
CONFIGURE_ENV+= ac_cv_path_DOXYGEN=false
|
2007-06-16 23:17:52 +02:00
|
|
|
PKGCONFIG_OVERRIDE= libexif.pc.in
|
2002-02-12 15:52:48 +01:00
|
|
|
|
2004-02-11 05:58:15 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2002-02-12 15:52:48 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|