summaryrefslogtreecommitdiff
path: root/graphics/gegl/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-06-18 14:26:59 +0000
committerryoon <ryoon@pkgsrc.org>2019-06-18 14:26:59 +0000
commite4c71a3eb41f4fa7a36cceb1b3fe0b51956a4927 (patch)
tree35e4ebad6b1578ab587d48b7194abc4d9bbc9a06 /graphics/gegl/Makefile
parente2fda73c2eff5186b8cf87121f06541f8d32995d (diff)
downloadpkgsrc-e4c71a3eb41f4fa7a36cceb1b3fe0b51956a4927.tar.gz
Update to 0.4.16
Changelog: GEGL-0.4.16 Not available GEGL-0.4.15 Build Added gitlab continuous integration. Core Platform specific build fixes for both win32 and OSX. Avoid in-place processing for cached nodes. Indentation consitency improvements. Permit more detailed specifying/overriding of OpenCL device through the GEGL_USE_OPENCL environment variable. New call gegl_update_anim_time for applying the animation curves of properties. Buffer Swapped behavior of cubic interpolation from cubic to mithcell coefficients, leading to crisper results in all uses of the cubic sampler. Permit tiles to be unreffed after GEGL shut-down without crash, which is likely when using bindings to dynamic languages. Use malloc_trim when compiled with glibc to possibly decrease the resident size of progress when buffers are destroyed. Improved deadlock prevention in gegl_buffer_copy() when using copy on write. Operations Use indirect buffer inputs on main thread during multi-processed processing for point-filters/composers and tranform base classes. Smaller required/invalided ROI for map-absolute/relative when using nearest neighbor. tiff-save and jpg-save fixed dimensions when buffer saved has non-zero origin Added missing descriptions of properties for cubism, mosaic, tile-paper, color, mantiuk06 and vignette operations. ff-load fix some of the deprecation warnings. ff-save avoid crashing if audio or video codec fails to initialize. cache, parent class changed - it is no longer a point operations, also speed up processing and permit copy on write handling of tiles. opacity and invert - crash for 8bpc buffers, reimplemented logic for (non-)associated alpha OpenCL kernel selection. Tools Drop direct dependency on exiv2 - we now only transiently depend on it through the gexiv2 abstraction. commandline tool/gui Store per image editing chains in .gegl folder instead of sidecars. Set window title, permit interaction with opened .lui documents, fixed playback of audio for opened videos - it now works; if the video is decoding, scaling and display is fast enough to leave spare cycles. Support for nearest neighbor scaling of imagry; aiding video playback without dropping audio frames. Support for custom collection order and per-file key-value metadata.
Diffstat (limited to 'graphics/gegl/Makefile')
-rw-r--r--graphics/gegl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 50c20053c64..a2a56ba2f6b 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2019/04/09 13:09:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.72 2019/06/18 14:26:59 ryoon Exp $
-DISTNAME= gegl-0.4.14
+DISTNAME= gegl-0.4.16
CATEGORIES= graphics
MASTER_SITES= http://download.gimp.org/pub/gegl/0.4/
EXTRACT_SUFX= .tar.bz2