head 1.3; access; symbols pkgsrc-2015Q2:1.2.0.14 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.12 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.10 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.8 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.6 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.4 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.2 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.1.0.22 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.20 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.18 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.16 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.14 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.12 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.10 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.8 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.6 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.4 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.2 pkgsrc-2011Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2015.06.29.13.11.12; author adam; state dead; branches; next 1.2; commitid xGSK5cMMUSdgjkry; 1.2 date 2013.10.25.06.41.47; author wiz; state Exp; branches; next 1.1; commitid rYtV1MNhELlrPDax; 1.1 date 2011.01.17.16.38.21; author drochner; state Exp; branches; next ; desc @@ 1.3 log @Release 0.3.1 Lensfun 0.3.1 maintenance release is out with more than 60 new lens profiles and another 30 updated calibrations. Other changes: Improved performance when used with 32-bit float image buffers Introduced automated testing lensfun-update-data now also works without root privileges Fixed autoscaling for panoramic and equirectangular projections @ text @$NetBSD: patch-ae,v 1.2 2013/10/25 06:41:47 wiz Exp $ GNU Make check is broken -- does not recognize 4.0 as newer than 3.81. http://developer.berlios.de/bugs/?func=detailbug&bug_id=19153&group_id=9034 Remove doxygen detection to avoid pulling it in unintendedly. --- configure.orig 2013-01-27 16:51:06.000000000 +0000 +++ configure @@@@ -45,18 +45,14 @@@@ if tibs.TARGET [0] == "windows": } # Check for tools -tibs.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "3.81", True) +#tibs.check_program ("GNU Make", "make --version", ".*?([0-9\.]+).*", "3.81", True) if tibs.check_program ("makedep", "makedep -V", ".*Version.*?([0-9\.]+).*", "0.1.0"): tibs.add_config_mak ("MAKEDEP", "makedep") makedep = "yes" else: makedep = "no" -if tibs.check_program ("Doxygen", "doxygen --version", "([0-9\.]+)", "1.5.0"): - tibs.add_config_mak ("DOXYGEN", "doxygen") - doxygen = "yes" -else: - doxygen = "no" +doxygen = "no" tibs.pkgconfig_check_library ("glib-2.0", "2.0", "this is the low-level library that libLensFun relies on") @ 1.2 log @GNU Make check is broken -- does not recognize 4.0 as newer than 3.81. http://developer.berlios.de/bugs/?func=detailbug&bug_id=19153&group_id=9034 @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2011/01/17 16:38:21 drochner Exp $ @ 1.1 log @don't install manual (which is useless for end users), drop build dependency on doxygen, bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ d3 5 a7 1 --- configure.orig 2010-03-24 00:22:24.000000000 +0000 d9 9 a17 1 @@@@ -52,11 +52,7 @@@@ if tibs.check_program ("makedep", "maked @