summaryrefslogtreecommitdiff
path: root/graphics/lensfun/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2013-03-01 14:33:51 +0000
committergdt <gdt>2013-03-01 14:33:51 +0000
commit845fb2baf7e1ce35591bd1f8b9d1aa7e432b1870 (patch)
tree18c073996a2277b73402fb35686dd04aa21ce37b /graphics/lensfun/Makefile
parentc94cbb7cb8570a39dbe27527f03d305c8987b580 (diff)
downloadpkgsrc-845fb2baf7e1ce35591bd1f8b9d1aa7e432b1870.tar.gz
Update to 0.2.6.
pkgsrc notes: * I know 0.2.7 is out; it has issues on ubuntu so I'm doing this first. * patch-ac should perhaps be dropped. Upstream NEWS content (from web page): * more than 40 new database entries of lenses and compact cameras * new CMake based build system for better cross platform compatibility and compilation fixes for MSVC * better integration into hugin for loading and storing lens parameters via the lensfun library * several bug fixes and stability improvements
Diffstat (limited to 'graphics/lensfun/Makefile')
-rw-r--r--graphics/lensfun/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile
index f8616ea4ab9..125d440ea31 100644
--- a/graphics/lensfun/Makefile
+++ b/graphics/lensfun/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2013/02/16 11:22:16 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2013/03/01 14:33:51 gdt Exp $
#
-DISTNAME= lensfun-0.2.5
-PKGREVISION= 11
+DISTNAME= lensfun-0.2.6
CATEGORIES= graphics
MASTER_SITES= http://download.berlios.de/lensfun/
EXTRACT_SUFX= .tar.bz2
@@ -17,8 +16,9 @@ BUILD_DEPENDS+= makedepend-[0-9]*:../../devel/makedepend
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --libdir=${PREFIX}/lib
CONFIGURE_ARGS+= --vectorization=
-CONFIG_SHELL= ${PYTHONBIN}
MAKE_FILE= GNUmakefile
+
+CONFIG_SHELL= ${PYTHONBIN}
PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON= configure
USE_LANGUAGES= c c++
@@ -27,8 +27,8 @@ PKGCONFIG_OVERRIDE= libs/lensfun/lensfun.pc.in
# Why three copys of the file?
post-install:
- ${RM} -f ${DESTDIR}${PREFIX}/lib/liblensfun.so
- ${RM} -f ${DESTDIR}${PREFIX}/lib/liblensfun.so.0
+ ${MV} ${DESTDIR}${PREFIX}/lib/liblensfun.so \
+ ${DESTDIR}${PREFIX}/lib/liblensfun.so.${PKGVERSION:C/nb[0-9]*//}
${LN} -s liblensfun.so.${PKGVERSION:C/nb[0-9]*//} \
${DESTDIR}${PREFIX}/lib/liblensfun.so.0
${LN} -s liblensfun.so.${PKGVERSION:C/nb[0-9]*//} \