2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | |
Log message:
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2011-01-20 17:48:11 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix build with png-1.5.
|
2011-01-17 17:38:21 by Matthias Drochner | Files touched by this commit (4) |
Log message:
don't install manual (which is useless for end users), drop build
dependency on doxygen, bump PKGREVISION
|
2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644) |
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
|
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
2010-06-05 13:47:58 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix PLIST for doxygen-1.6.3 and DEPEND on that version.
Bump PKGREVISION.
|
2010-05-02 13:39:31 by Thomas Klausner | Files touched by this commit (6) |
Log message:
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-01-21 23:41:23 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix PLIST for doxygen-1.6.2, bump depends, bump PKGREVISION.
|
2009-11-24 12:19:03 by Matthias Drochner | Files touched by this commit (4) | |
Log message:
update to 0.2.4
changes:
-Database updates
-Fixed a crasher bug with gcc 4.4
|