Commit graph

9 commits

Author SHA1 Message Date
joerg
040169047b png.h no longer includes string.h. 2013-03-04 14:44:25 +00:00
gdt
5cd5350920 Drop vestigial patch-ac.
Most of this had been applied upstream (or was taken from upstream).
The only thing left was adding an include of string.h, but it builds
w/o warnings without it, so that appears no longer necessary.
2013-03-01 14:38:51 +00:00
gdt
d07473d524 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
2013-03-01 14:33:51 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
1ade000b1d Fix build with png-1.5. 2011-01-20 16:48:11 +00:00
drochner
f11aa6f3b1 don't install manual (which is useless for end users), drop build
dependency on doxygen, bump PKGREVISION
2011-01-17 16:38:20 +00:00
wiz
2f26b4d349 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.
2010-05-02 11:39:31 +00:00
drochner
40fbd08aa2 update to 0.2.4
changes:
-Database updates
-Fixed a crasher bug with gcc 4.4
2009-11-24 11:19:03 +00:00
drochner
2d91c0daf2 add lensfun-0.2.3, a library to correct photographic lens distortions,
from wiz per pkgsrc-wip
2009-07-09 19:44:50 +00:00