Version: 0.3.2, Package name: lensfun-0.3.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description lensfun is a library and database of photographic lenses to adjust images for lens characteristics, e.g. distortion, transversal (also known as lateral) chromatic aberrations, vignetting and colour contribution of the lens. |
Filesize: 766.431 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-07 02:13:48 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Unbreak build - fixes for clang 6.0 |
2018-01-25 02:09:26 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Picks up python3 if present. |
2017-08-11 04:26:05 by David Coppa | Files touched by this commit (1) |
Log message: Bugfix: ${OpenMP_CXX_FLAGS} was used unconditionally Fix building lensfun with CMake-3.9 |
2017-07-27 12:54:14 by Stuart Henderson | Files touched by this commit (1) |
Log message: adjust .if !${ARCH..} in graphics/lensfun to avoid enabling sse/sse2 on i386, it doesn't autodetect. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2017-02-13 14:24:48 by Stuart Henderson | Files touched by this commit (1) |
Log message: zap a space that crept in to the .if; no problem, just untidy |
2017-02-11 03:59:21 by Stuart Henderson | Files touched by this commit (1) |
Log message: disable SSE in graphics/lensfun on arch where it can't work, the CMakeLists file is not smart enough to check. |
2017-01-31 02:58:35 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to lensfun-0.3.2, disable doxygen. from rsadowski |
2016-11-12 13:50:41 by Jeremie Courreges-Anglas | Files touched by this commit (26) |
Log message: Update to doxygen-1.8.12 and switch the gui to Qt5 From Rafael Sadowski, who takes maintainership. |
2016-03-01 13:36:40 by Jeremie Courreges-Anglas | Files touched by this commit (32) |
Log message: Update to doxygen-1.8.11 (latest) This switches doxygen to the cmake build system. All the hard work done by Rafael Sadowski, thanks! Bulk build and ok ajacoutot@ |
2015-07-05 06:03:34 by Vadim Zhukov | Files touched by this commit (11) |
Log message: Switch lensfun to CMake, dropping build-time Python dependency and lowering overall patches count. Also enables libauxfun to build. The main point is to stop putting wrong soname in shared objects, to unbreak lib-depends-check in dependant ports. okay sthen@ |
2015-06-23 16:00:55 by Stuart Henderson | Files touched by this commit (1) |
Log message: update HOMEPAGE |
2015-05-05 11:00:21 by Stuart Henderson | Files touched by this commit (152) |
Log message: sync WANTLIB |
2011-07-08 14:36:09 by Christian Weisgerber | Files touched by this commit (45) |
Log message: Fix build with png-1.5. All fixes from/via NetBSD pkgsrc. The people there did a lot of heavy lifting. |
2011-06-08 11:35:28 by Jasper Lievisse Adriaanse | Files touched by this commit (19) |
Log message: bump after default python version switch |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-11-04 14:14:43 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - regen PLIST after doxygen update - tighten build dependency on doxygen |
2010-09-16 04:05:20 by Stuart Henderson | Files touched by this commit (3) |
Log message: update lensfun to 0.2.5 (missed 'cvs add') |
2010-09-16 04:04:54 by Stuart Henderson | Files touched by this commit (8) |
Log message: update lensfun to 0.2.5 |
2010-08-30 15:24:15 by Jasper Lievisse Adriaanse | Files touched by this commit (17) |
Log message: - bump for pythonia |