summaryrefslogtreecommitdiff
path: root/graphics/liblqr
AgeCommit message (Collapse)AuthorFilesLines
2016-06-15graphics/liblqr: Remove inlines so digikam and clang are happy.rumko4-14/+84
Bump PKGREVISION.
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-06-01Remove inline so gimp-liquid-rescale and clang are happy.wiz4-3/+39
Bump PKGREVISION. While here, set LICENSE.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-2/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-22bump the BUILDLINK_API_DEPENDStnn1-2/+2
2009-05-22Update to liblqr-0.4.1.tnn3-9/+12
Version 0.4: * New features: * Support for image types (color models): GREY, GREYA, RGB, RGBA, CMY, CMYK, CMYKA and custom * Additional builtin energy functions based on luma instead of brightness * Support for custom energy functions * Functions to read out the energy map * Cancel function to interrupt computations * Additional methods for bias and rigidity masks * Use a single progress instead of several ones when the update is performed in steps * Can handle input buffers non-destructively * Performace related: * Faster rescaling thanks to optimisations in the code * Spare memory when not using features (e.g. the bias) * Configuration * The default installation directory is now /usr instead of /usr/local * Compiling under MinGW now correctly produces a DLL with the default settings * Now it also compiles under MS Visual C++ * All public macro names start with LQR_* (old versions are still available but can be disabled at configure time) Version 0.3: * New features: * Enlargement is not limited to 200% any more (it is automatically performed in steps) * Added readout functions for the internal visibility map Version 0.2: * New fetures: * Support for 16-bit, 32-bit and 64-bit per channel images * Rigidity masks * Left-right/top-bottom balance * Performace related: * Improved attached visibility maps management (lower memory requirements) * All internal buffers turned from double to float, improving both speed and memory requirements * Documentation: * Reviewed manual and completed refence * Added man pages
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-04-05Import liblqr-0.1.0.2 as graphics/liblqr.tnn5-0/+69
This is the liquid rescale algorithm library from graphics/gimp-liquid-rescale. For the 0.4.0 release it was split off as a standalone library.