summaryrefslogtreecommitdiff
path: root/graphics/lensfun/distinfo
diff options
context:
space:
mode:
authorwiz <wiz>2010-05-02 11:39:31 +0000
committerwiz <wiz>2010-05-02 11:39:31 +0000
commite7bd20b1c152c14078cc9c5845c306a3c8263dc6 (patch)
tree2e24f878a3ed06bf63978ca6e89dce05c80e215f /graphics/lensfun/distinfo
parentb70eff0bc2704b849784b3a1dcb082b4df3d0ea5 (diff)
downloadpkgsrc-e7bd20b1c152c14078cc9c5845c306a3c8263dc6.tar.gz
Update to 0.2.5:
This release not only publishes all database additions that were contributed in the last half of year, but also introduces several new improvements in the library itself. * As always, many new lenses/camera were added to the database * Support for cross-platform compilation using cross-mingw32 (build instructions in README). * Some bugs were fixed in the library, related to memory allocation. Now lensfun should be valgrind-clean. * Fixed a nasty bug in lfDatabase::FindLenses() that would always use fuzzy search (even if you would ask for a 100% match). Your applications may chease to "find" lenses if they relied on this bug. Just add the LF_SEARCH_LOOSE flag as the last parameter to return the old behaviour. * Fixed another bug in search logic that sometimes would mark unappropiate results with very high scores (esp. when little search keywords are given). Now search should work much better. * New TCA correction algorithm: LF_TCA_MODEL_POLY3 ("poly3" in database). This is almost the algorithm used by Hugin except the highest-order power (r^4). This should allow users to use tca_correct to compute TCA parameters. * Fixed the LF_TCA_MODEL_LINEAR - it used 1/k where it was expected to use k. This is the 'v' parameter of Hugin TCA model, and previously users had to invert v to get k; now they can just use v. * New lens calibration tutorial, using Hugin. * Some SSE & SSE2 support from Klaus Post with runtime CPU features detection.
Diffstat (limited to 'graphics/lensfun/distinfo')
-rw-r--r--graphics/lensfun/distinfo13
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/lensfun/distinfo b/graphics/lensfun/distinfo
index ac647f1b551..38c85b3c9d0 100644
--- a/graphics/lensfun/distinfo
+++ b/graphics/lensfun/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.2 2009/11/24 11:19:03 drochner Exp $
+$NetBSD: distinfo,v 1.3 2010/05/02 11:39:31 wiz Exp $
-SHA1 (lensfun-0.2.4.tar.bz2) = e756332d406df78edbe9d15bec9c4f697f8a0d4b
-RMD160 (lensfun-0.2.4.tar.bz2) = f33d36c602da323c9d089b16cf3c2e32863654bb
-Size (lensfun-0.2.4.tar.bz2) = 207877 bytes
+SHA1 (lensfun-0.2.5.tar.bz2) = 7e8568cb131b6e2090264274483721a959f6b9bc
+RMD160 (lensfun-0.2.5.tar.bz2) = 2f421cefb65d271b937e3d61f41f8536fd078971
+Size (lensfun-0.2.5.tar.bz2) = 470733 bytes
SHA1 (patch-aa) = d31dd742f232aa8a75f50f14f782918ba11a8119
-SHA1 (patch-ab) = ba0dc39c95ef40f62cd8be2c37e17753a87de8ed
-SHA1 (patch-ac) = 7d732c80cce9531742f4baf38e7ca160ee518b88
-SHA1 (patch-ad) = e9dab3103aaeb19ebbd97fc519c1bb3dad1c260c
+SHA1 (patch-ab) = 5455bda9546dce6cc5b4a73429092afdee04bd23
+SHA1 (patch-ad) = f9d54534d3be809e8517ec262e776c9d1785acd8