From e9962696f945026e9e63941e178314d952034633ddd71eab1f80f00cb7770973 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Thu, 5 Jul 2018 11:47:56 +0000 Subject: [PATCH] Accepting request 621141 from home:iznogood:branches:graphics - Update to version 0.4.4: + Core: - Point filters with need for format conversion of input are now parallel. - Added swap-reading, swap-writing, swap-read-total and swap-write-total properties to GeglStats. + Buffer: - Trim tile-cache when shrinking. - Added reading locks to tiles further improving concurrent access tolerance of GeglBuffer. + Operations: - threshold: operating format changed from linear to perceptual. - unsharp-mask: add rename standard-deviation and scale properties to 'Radius' and 'Amount', add 'Threshold' property. - recursive-transform now supports applying multiple transformations simultanously. - Fixed integer overflow due to logic error in pixelize. - New operation: gegl:abs which negates negative values. - New operation in workshop: selective-hue-saturation. OBS-URL: https://build.opensuse.org/request/show/621141 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=66 --- gegl-0.4.2.tar.bz2 | 3 --- gegl-0.4.4.tar.bz2 | 3 +++ gegl.changes | 25 +++++++++++++++++++++++++ gegl.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 gegl-0.4.2.tar.bz2 create mode 100644 gegl-0.4.4.tar.bz2 diff --git a/gegl-0.4.2.tar.bz2 b/gegl-0.4.2.tar.bz2 deleted file mode 100644 index 20b3673..0000000 --- a/gegl-0.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a358bc19d20b8ac1daf645cc8b53cdc2ea6f9c98a6036179a57045a26a07f8d -size 6781136 diff --git a/gegl-0.4.4.tar.bz2 b/gegl-0.4.4.tar.bz2 new file mode 100644 index 0000000..3e9e26b --- /dev/null +++ b/gegl-0.4.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cb45da736131fe29582b74cf6851102ae013bf99c77413a8bcb02e92e57890 +size 6817195 diff --git a/gegl.changes b/gegl.changes index b647aff..35394ea 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jul 5 11:01:31 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 0.4.4: + + Core: + - Point filters with need for format conversion of input are + now parallel. + - Added swap-reading, swap-writing, swap-read-total and + swap-write-total properties to GeglStats. + + Buffer: + - Trim tile-cache when shrinking. + - Added reading locks to tiles further improving concurrent + access tolerance of GeglBuffer. + + Operations: + - threshold: operating format changed from linear to + perceptual. + - unsharp-mask: add rename standard-deviation and scale + properties to 'Radius' and 'Amount', add 'Threshold' + property. + - recursive-transform now supports applying multiple + transformations simultanously. + - Fixed integer overflow due to logic error in pixelize. + - New operation: gegl:abs which negates negative values. + - New operation in workshop: selective-hue-saturation. + ------------------------------------------------------------------- Wed May 16 18:12:54 UTC 2018 - bjorn.lie@gmail.com diff --git a/gegl.spec b/gegl.spec index 6f61598..39a8584 100644 --- a/gegl.spec +++ b/gegl.spec @@ -17,7 +17,7 @@ Name: gegl -Version: 0.4.2 +Version: 0.4.4 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -40,7 +40,7 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: suitesparse-devel BuildRequires: pkgconfig(OpenEXR) >= 1.6.1 -BuildRequires: pkgconfig(babl) >= 0.1.48 +BuildRequires: pkgconfig(babl) >= 0.1.52 BuildRequires: pkgconfig(cairo) >= 1.12.2 BuildRequires: pkgconfig(exiv2) >= 0.25 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0