pkgsrc-wip/lensfun/Makefile
Thomas Klausner 28cb630a9d Import lensfun-0.2.2b as wip/lensfun.
The goal of the lensfun library is to provide a open source database
of photographic lenses and their characteristics. In the past there
was a effort in this direction, but then author decided to take
the commercial route and the database froze at the last public
stage. This database was used as the basement on which lensfun
database grew, thanks to PTLens author which gave his permission
for this, while the code was totally rewritten from scratch (and
the database was converted to a totally new, XML-based format).

The lensfun library not only provides a way to read the database
and search for specific things in it, but also provides a set of
algorithms for correcting images based on detailed knowledge of
lens properties. Right now lensfun is designed to correct distortion,
transversal (also known as lateral) chromatic aberrations, vignetting
and colour contribution of the lens (e.g. when sometimes people
says one lens gives "yellowish" images and another, say, "bluish").
2008-09-08 14:50:32 +00:00

31 lines
972 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/09/08 14:50:32 thomasklausner Exp $
#
DISTNAME= lensfun-0.2.2b
CATEGORIES= graphics
MASTER_SITES= http://download.berlios.de/lensfun/ \
http://download2.berlios.de/lensfun/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lensfun.berlios.de/
COMMENT= Library for rectifying defects introduced by photographic equipment
BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
BUILD_DEPENDS+= makedepend-[0-9]*:../../devel/makedepend
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --libdir=${PREFIX}/lib
CONFIG_SHELL= ${PYTHONBIN}
MAKE_FILE= GNUmakefile
PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON= configure
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE= libs/lensfun/lensfun.pc.in
.include "../../devel/glib2/buildlink3.mk"
# png: for test programs only
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"