aboutsummaryrefslogtreecommitdiff
path: root/graphics/lensfun
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lensfun: allocate buffers for AddMount()/AddCompat() large enoughMatthias Andree2020-02-083-0/+23
| | | | | | | | | | | | | | | | ...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. Notes: svn path=/head/; revision=525547
* graphics/lensfun: fix build on GCC architecturesPiotr Kubaj2020-02-031-1/+2
| | | | | | | | C++11 compiler is necessary: cc1plus: error: unrecognized command line option "-std=c++11" Notes: svn path=/head/; revision=525034
* Due to popular demand, update to the latest version 0.3.95 despite it'sAlexey Dokuchaev2020-01-265-116/+67
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=524150
* graphics: Add missing USES={gl,gnome,sdl}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517071
* - Provide complete license informationDmitry Marakasov2018-02-061-3/+8
| | | | | | | | | - Fix shebangs Approved by: portmgr blanket Notes: svn path=/head/; revision=461042
* Unbreak the build against new Clang version 6.0.0 (due to the same natureAlexey Dokuchaev2018-01-151-0/+4
| | | | | | | | | of the changes, should've been part of r459108). PR: 224989 Notes: svn path=/head/; revision=459110
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Install lensfun-update-database and l.-add-adapter.Matthias Andree2017-01-153-4/+28
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=431560
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* graphics/lensfun: Update to 0.3.2Jean-Sébastien Pédron2016-03-184-79/+70
| | | | | | | Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=411373
* - Limit -msse/-msse2 to files that actually use intrinsicsAlexey Dokuchaev2016-01-133-14/+47
| | | | | | | | | - Limit SSE/SSE2 optimizations to x86 CPUs (exposed as SIMD option) PR: 205006 Notes: svn path=/head/; revision=406040
* graphics/lensfun: bump PORTREVISIONMichael Moll2015-11-281-0/+1
| | | | | | | | | | r402504 did effectively change the resulting binary for default i386 builds PR: 200028 Submitted by: jbeich Notes: svn path=/head/; revision=402552
* graphics/lensfun: fix build on armMichael Moll2015-11-281-0/+8
| | | | | | | | | PR: 200028 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Approved by: danfe (maintainer) Notes: svn path=/head/; revision=402504
* Update lensfun to version 0.3.0. It contains few changes making consumerAlexey Dokuchaev2015-03-314-30/+52
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=382801
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-0/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* Stop checking make version to allow building with gmake 4.1Baptiste Daroussin2014-10-081-3/+3
| | | | Notes: svn path=/head/; revision=370418
* Lensfun moved to SourceForge, as BerliOS will shut down its service at theAlexey Dokuchaev2014-04-042-4/+3
| | | | | | | end of April 2014. While here, convert USE_BZIP2 to USES (tar:bzip2). Notes: svn path=/head/; revision=350127
* - Update to version 0.2.8, another minor maintenance release, which bringsAlexey Dokuchaev2014-01-153-13/+16
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=339754
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-141-1/+1
| | | | | | | | | | dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336435
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Convert g* to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316343
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313633
* Update to version 0.2.7.Alexey Dokuchaev2013-03-057-798/+13
| | | | Notes: svn path=/head/; revision=313442
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+39
| | | | Notes: svn path=/head/; revision=297915
* Respect ${STRIP} to make debugging easier.Alexey Dokuchaev2011-12-161-1/+2
| | | | | | | Suggested by: Jan Beich Notes: svn path=/head/; revision=287478
* - Change license: GPL only applies to binaries, which are not installed byAlexey Dokuchaev2011-12-152-22/+17
| | | | | | | | | | | | | | | | | | 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 [*] Notes: svn path=/head/; revision=287432
* Add some patches from openSUSE: more lens descriptions, fix a crash on e.g.Alexey Dokuchaev2011-12-153-0/+751
| | | | | | | Canon .CR2 files, improve CPU detection logic. Notes: svn path=/head/; revision=287431
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Fix a couple of grammar and textual issues.Alexey Dokuchaev2011-08-021-5/+5
| | | | Notes: svn path=/head/; revision=278768
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Add LICENSE (GPLv3), take maintainerhsipAlexey Dokuchaev2011-06-101-14/+14
| | | | | | | | - Don't pass CPPFLAGS to CONFIGURE_ENV, it's already there - Cleanup Makefile while here Notes: svn path=/head/; revision=275299
* Augment port description.Alexey Dokuchaev2011-04-131-2/+16
| | | | Notes: svn path=/head/; revision=272658
* Reset dindin@dindin.ru due to maintainer-timeout and no response to email.Mark Linimon2010-08-221-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=259771
* - Link the shared library and fix pkg-plist,Li-Wen Hsu2010-08-072-2/+6
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=258897
* - Update to 0.2.5Li-Wen Hsu2010-08-043-21/+26
| | | | | | | | PR: ports/149254 Submitted by: Denis Barov <dindin AT dindin.ru> (maintainer) Notes: svn path=/head/; revision=258787
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* lensfun is library for rectifying the defects introducedDmitry Marakasov2009-05-264-0/+88
by your photographic equipment. WWW: http://lensfun.berlios.de/ PR: 134923 Submitted by: Denis Barov <dindin@dindin.ru> Notes: svn path=/head/; revision=234585