Port details |
- lensfun Library for fixing lens geometry distortions
- 0.3.95_2 graphics =3 0.3.95_2Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2009-05-26 16:52:27
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- License: GPLv3 LGPL3 CC-BY-SA-3.0 PD
- WWW:
- https://lensfun.github.io/
- Description:
- The goal of the lensfun library is to provide an open source database of
photographic lenses and their characteristics. In the past there was an
effort in this direction (see http://www.epaperpress.com/ptlens/), but then
author decided to take the commercial route and the database froze at the
last public stage. This database was used as the basement on which lensfun
database grew, thanks to PTLens author which gave his permission for this,
while the code was totally rewritten from scratch (and the database was
converted to a totally new, XML-based format).
The lensfun library not only provides a way to read the lens database and
search for specific things in it, but also offers a set of algorithms for
correcting images based on detailed knowledge of lens properties and
calibration data. Right now lensfun is designed to correct distortion,
transversal (also known as lateral) chromatic aberrations, vignetting, and
colour contribution of the lens (e.g. when sometimes people says one lens
gives "yellowish" images and another, say, "bluish").
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lensfun>0:graphics/lensfun
- To install the port:
- cd /usr/ports/graphics/lensfun/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/lensfun
- pkg install lensfun
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lensfun
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1530269580
SHA256 (lensfun-0.3.95.tar.gz) = 82c29c833c1604c48ca3ab8a35e86b7189b8effac1b1476095c0529afb702808
SIZE (lensfun-0.3.95.tar.gz) = 2731561
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- core.py : devel/py-setuptools@py39
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libpng.so : graphics/png
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- graphics/gimp-lensfun-plugin
- for Libraries
-
- graphics/art
- graphics/darktable
- graphics/digikam
- graphics/filmulator
- graphics/photivo
- graphics/rawstudio
- graphics/rawtherapee
-
Deleted ports which required this port:
- for Run
-
- graphics/gimp-lensfun-plugin
Configuration Options:
- ===> The following configuration options are available for lensfun-0.3.95_2:
PYHELPERS=on: Install database helper Python scripts
SIMD=on: Use CPU-specific optimizations
===> Use 'make config' to modify these settings
- Options name:
- graphics_lensfun
- USES:
- cmake compiler:c++11-lang gettext-runtime gnome pathfix pkgconfig shebangfix python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.95_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.3.95_2 05 Oct 2022 08:38:49 |
Piotr Kubaj (pkubaj) |
graphics/lensfun: enable tests only on amd64 and i386
Tests use SSE code, so they break during compilation on non-SSE architectures. |
0.3.95_2 28 Sep 2022 08:11:30 |
Alexey Dokuchaev (danfe) |
graphics/lensfun: fix packaging of the Python bits, enable test suite
Python bits require distutils which was missing from the dependencies
but often installed on user's machine, this breaking packaging.
Drop redundant PYTHON_SUFFIX from the PLIST_SUB while here and enable
the build of ancillary program (because why not).
PR: 265753
Submitted by: Gian-Simon Purkert |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.95_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.95_1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.3.95_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.95_1 08 Feb 2020 13:15:44 |
mandree |
lensfun: allocate buffers for AddMount()/AddCompat() large enough
...so that they can hold the terminating '\0' in C strings.
Found with clang's -fsanitize=address while debugging
RawTherapee 5.8 crashers.
Later found to be already fixed upstream here:
https://github.com/lensfun/lensfun/commit/de954c952929316ea2ad0f6f1e336d9d8164ace0
Not handed in for maintainer approval because obviously correct,
maintainer will be notified though. |
0.3.95 03 Feb 2020 12:46:16 |
pkubaj |
graphics/lensfun: fix build on GCC architectures
C++11 compiler is necessary:
cc1plus: error: unrecognized command line option "-std=c++11" |
0.3.95 26 Jan 2020 04:46:22 |
danfe |
Due to popular demand, update to the latest version 0.3.95 despite it's
still being officially alpha, although released 1.5 years ago. Current
version (0.3.2) was released in 2015 and does not cover a lot of modern
lenses and cameras, e.g. Nikon Z6.
Requested by: Stefan Thurner, Andrew Terekhov, et al. |
0.3.2_2 08 Nov 2019 14:36:06 |
tobik |
graphics: Add missing USES={gl,gnome,sdl} |
0.3.2_2 06 Feb 2018 13:12:48 |
amdmi3 |
- Provide complete license information
- Fix shebangs
Approved by: portmgr blanket |
0.3.2_1 15 Jan 2018 18:42:10 |
danfe |
Unbreak the build against new Clang version 6.0.0 (due to the same nature
of the changes, should've been part of r459108).
PR: 224989 |
0.3.2_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.3.2_1 15 Jan 2017 13:36:16 |
mandree |
Install lensfun-update-database and l.-add-adapter.
This is masked by a default-enabled PYHELPERS option.
While here, add gettext-runtime to USES to appease stage-qa.
Approved by: danfe@
Differential Revision: D8993 |
0.3.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.3.2 18 Mar 2016 23:34:02 |
dumbbell |
graphics/lensfun: Update to 0.3.2
Approved by: maintainer timeout (1 month) |
0.3.0_2 13 Jan 2016 13:34:08 |
danfe |
- Limit -msse/-msse2 to files that actually use intrinsics
- Limit SSE/SSE2 optimizations to x86 CPUs (exposed as SIMD option)
PR: 205006 |
0.3.0_1 28 Nov 2015 17:53:17 |
mmoll |
graphics/lensfun: bump PORTREVISION
r402504 did effectively change the resulting binary for default i386 builds
PR: 200028
Submitted by: jbeich |
0.3.0 28 Nov 2015 02:50:41 |
mmoll |
graphics/lensfun: fix build on arm
PR: 200028
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: danfe (maintainer) |
0.3.0 31 Mar 2015 08:08:50 |
danfe |
Update lensfun to version 0.3.0. It contains few changes making consumer
code incompatible with earlier versions; particularly, removal of CCI (the
Color Contribution Index of the lens, as defined by ISO 6728-83) [1] and
FOV1 ("field-of-view") [2] distortion model.
Four ports had to be patched to build against new lensfun (all fall under
`graphics' category): digikam-kde4, gimp-lensfun-plugin, hugin, rawstudio.
PR: 196182
Submitted by: Matthieu Volat (heavily modified)
Exp-run by: antoine
[1] https://sourceforge.net/p/lensfun/code/ci/f0c293
[2] https://sourceforge.net/p/lensfun/code/ci/048eb3 |
0.2.8_1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.2.8 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.2.8 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
0.2.8 08 Oct 2014 06:45:24 |
bapt |
Stop checking make version to allow building with gmake 4.1 |
0.2.8 04 Apr 2014 14:28:17 |
danfe |
Lensfun moved to SourceForge, as BerliOS will shut down its service at the
end of April 2014. While here, convert USE_BZIP2 to USES (tar:bzip2). |
0.2.8 15 Jan 2014 05:36:17 |
danfe |
- Update to version 0.2.8, another minor maintenance release, which brings
build system fixes and includes many new lens profiles (as always)
- Set MASTER_SITES back to BERLIOS; SF/lensfun.berlios does not provide
distfile for v0.2.8 (carries 13 distfiles; 0.2.2b -> 0.2.7)
- Convert USE_GMAKE, modernize LIB_DEPENDS, sort knobs, stagify while here
PR: ports/185424
Submitted by: Matthieu Volat |
0.2.7 14 Dec 2013 10:51:26 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket) |
0.2.7 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.2.7 23 Apr 2013 10:47:03 |
bapt |
Convert g* to USES=pkgconfig |
0.2.7 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.2.7 05 Mar 2013 07:57:11 |
danfe |
Update to version 0.2.7. |
0.2.5_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.2.5_2 16 Dec 2011 14:39:15 |
danfe |
Respect ${STRIP} to make debugging easier.
Suggested by: Jan Beich |
0.2.5_2 15 Dec 2011 11:45:10 |
danfe |
- Change license: GPL only applies to binaries, which are not installed by
the port, so use more appropriate LGPL; this also brings us in line with
most of the GNU/Linux distributions
- Remove licenses and useless documentation (README file containing build
instructions); 95% of users do not interact with lensfun directly anyway
- Adjust Python dependency: it is only required during build time
- Enable verbose build (helps to study logs)
- Respect CXX/AR[*], CFLAGS; adjust COMMENT and Makefile header
- Fix symlink (do not use absolute path) and wrap overly long line
- Cleanup and sort pkg-plist
- Bump PORTREVISION after recent changes
PR: ports/163270 [*] |
0.2.5_1 15 Dec 2011 11:34:49 |
danfe |
Add some patches from openSUSE: more lens descriptions, fix a crash on e.g.
Canon .CR2 files, improve CPU detection logic. |
0.2.5_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.2.5_1 02 Aug 2011 08:44:59 |
danfe |
Fix a couple of grammar and textual issues. |
0.2.5_1 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.2.5_1 10 Jun 2011 10:02:46 |
danfe |
- Add LICENSE (GPLv3), take maintainerhsip
- Don't pass CPPFLAGS to CONFIGURE_ENV, it's already there
- Cleanup Makefile while here |
0.2.5_1 13 Apr 2011 02:30:18 |
danfe |
Augment port description. |
0.2.5_1 22 Aug 2010 23:20:17 |
linimon |
Reset dindin@dindin.ru due to maintainer-timeout and no response to email.
Hat: portmgr |
0.2.5_1 07 Aug 2010 21:14:06 |
lwhsu |
- Link the shared library and fix pkg-plist,
this should fix graphics/darktable build
PR: ports/149254
Pointed out by: stas
Approved by: Denis Barov <dindin AT dindin.ru>
(maintainer, earlier version patch) |
0.2.5 04 Aug 2010 18:01:30 |
lwhsu |
- Update to 0.2.5
PR: ports/149254
Submitted by: Denis Barov <dindin AT dindin.ru> (maintainer) |
0.2.3_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.3 26 May 2009 16:52:00 |
amdmi3 |
lensfun is library for rectifying the defects introduced
by your photographic equipment.
WWW: http://lensfun.berlios.de/
PR: 134923
Submitted by: Denis Barov <dindin@dindin.ru> |