From ef82a266a91ae2a5de6b2e19c3d76d76b0295dc9df2e27483266ae9723a3c644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 11 Jun 2020 12:01:32 +0000 Subject: [PATCH] Accepting request 813492 from home:polslinux:branches:graphics - Update to version 0.4.24 + Build: - CI creation and caching of container images for build + Buffer: - Fixed integer overflow in u32 bilinear blit scaler. - Changed cubic interpolation to be a bit softer, reducing induced moire seen in issue #167 - Gracefully fail when running out of swap space + Operations: - Meta-operations now have an additional vfunc, update(), which gets invoked on property changes - crop: with no parameters set, infer rectangle to crop from graph. - crop: cropping rectangle can be implied from graph. - hue-chroma: avoid modifying hue/chroma of neutrals - dropshadow: added option for shadow growing - median-blur: accept negative radius values - rgb-clip: add parameters for specifying clipping ranges - vignette: new shapes, horizontal and vertical. - imgcmp: make max-diff property conform to gobject standard. - save-pixbuf: use a GObject for consumer read instead of pointer property. - gegl-graph: add a gegl-chain tutorial as default script. - border-align: place a buffer within the borders of another one. - pack: joins two buffers into one, with optional gap. - bloom: adds a glow around highlights. - piecewise-blend: uses a grayscale map as index into array of buffers used as LUT. - variable-blur: uses piecewise-blend piecewise-blend and gaussian blur to approximate blurs with per-pixel blur radius. - focus-blur: a vignetting blur, using variable-blur. - reset-origin: moves upper left of extent to 0,0 - band-tune: parametric band equalizer for tuning frequency bands of image. OBS-URL: https://build.opensuse.org/request/show/813492 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=98 --- gegl-0.4.22.tar.xz | 3 --- gegl-0.4.24.tar.xz | 3 +++ gegl.changes | 33 +++++++++++++++++++++++++++++++++ gegl.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 gegl-0.4.22.tar.xz create mode 100644 gegl-0.4.24.tar.xz diff --git a/gegl-0.4.22.tar.xz b/gegl-0.4.22.tar.xz deleted file mode 100644 index 87ac932..0000000 --- a/gegl-0.4.22.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1888ec41dfd19fe28273795c2209efc1a542be742691561816683990dc642c61 -size 4826748 diff --git a/gegl-0.4.24.tar.xz b/gegl-0.4.24.tar.xz new file mode 100644 index 0000000..7da729e --- /dev/null +++ b/gegl-0.4.24.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7765499f27341b0d16032e665319cbc12876483ff6a944fcdf24a9c58e3e254a +size 4937056 diff --git a/gegl.changes b/gegl.changes index b5dcaea..ae2baaf 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Jun 11 06:45:46 UTC 2020 - Paolo Stivanin + +- Update to version 0.4.24 + + Build: + - CI creation and caching of container images for build + + Buffer: + - Fixed integer overflow in u32 bilinear blit scaler. + - Changed cubic interpolation to be a bit softer, reducing induced + moire seen in issue #167 + - Gracefully fail when running out of swap space + + Operations: + - Meta-operations now have an additional vfunc, update(), + which gets invoked on property changes + - crop: with no parameters set, infer rectangle to crop from graph. + - crop: cropping rectangle can be implied from graph. + - hue-chroma: avoid modifying hue/chroma of neutrals + - dropshadow: added option for shadow growing + - median-blur: accept negative radius values + - rgb-clip: add parameters for specifying clipping ranges + - vignette: new shapes, horizontal and vertical. + - imgcmp: make max-diff property conform to gobject standard. + - save-pixbuf: use a GObject for consumer read instead of pointer property. + - gegl-graph: add a gegl-chain tutorial as default script. + - border-align: place a buffer within the borders of another one. + - pack: joins two buffers into one, with optional gap. + - bloom: adds a glow around highlights. + - piecewise-blend: uses a grayscale map as index into array of buffers used as LUT. + - variable-blur: uses piecewise-blend piecewise-blend and gaussian blur to approximate blurs with per-pixel blur radius. + - focus-blur: a vignetting blur, using variable-blur. + - reset-origin: moves upper left of extent to 0,0 + - band-tune: parametric band equalizer for tuning frequency bands of image. + ------------------------------------------------------------------- Mon Feb 24 09:39:21 UTC 2020 - Paolo Stivanin diff --git a/gegl.spec b/gegl.spec index 3312bc0..13530ec 100644 --- a/gegl.spec +++ b/gegl.spec @@ -23,7 +23,7 @@ %endif Name: gegl -Version: 0.4.22 +Version: 0.4.24 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -46,7 +46,7 @@ BuildRequires: pkgconfig BuildRequires: ruby BuildRequires: suitesparse-devel BuildRequires: pkgconfig(OpenEXR) >= 1.6.1 -BuildRequires: pkgconfig(babl) >= 0.1.74 +BuildRequires: pkgconfig(babl) >= 0.1.78 BuildRequires: pkgconfig(cairo) >= 1.12.2 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0 BuildRequires: pkgconfig(gexiv2)