aboutsummaryrefslogtreecommitdiff
path: root/graphics/lensfun
Commit message (Collapse)AuthorAgeFilesLines
* 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