From b5b689c57ec14f8eddd4b198e892c1812fa5564f3fba3f93567513745d73a899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 26 Jun 2023 20:07:52 +0000 Subject: [PATCH] Accepting request 1095441 from home:mantarimay:branches:graphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 0.4.46: + Operations: - local-threshold: new operation that does neighborhood aware and optionallyantialiased thresholding of an image. - chamfer: new operation in workshop that useis distance-transform and emboss or LinuxBeaver’s research into modeling different bevels with combinations of blurs. - ff-load,ff-save: clean up of deprecated API, builds with ffmpeg-6.0 but ff-save hasn’t been made to work with this release of ffmpeg yet. + Updated vendored libraries: - ctx and libnsgif have been updated from upstream. + Build: - Depend on meson 0.55.0 - various cleanups including re-enabling of deprecation warnings. - make ctx be an internal library. OBS-URL: https://build.opensuse.org/request/show/1095441 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=143 --- gegl-0.4.44.tar.xz | 3 --- gegl-0.4.46.tar.xz | 3 +++ gegl.changes | 20 ++++++++++++++++++++ gegl.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 gegl-0.4.44.tar.xz create mode 100644 gegl-0.4.46.tar.xz diff --git a/gegl-0.4.44.tar.xz b/gegl-0.4.44.tar.xz deleted file mode 100644 index dc11750..0000000 --- a/gegl-0.4.44.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a4cdb41635e406a0849cd0d3f03caf7d97cab8aa13d28707d532d0089d56126 -size 5791844 diff --git a/gegl-0.4.46.tar.xz b/gegl-0.4.46.tar.xz new file mode 100644 index 0000000..d34231b --- /dev/null +++ b/gegl-0.4.46.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b3b2481bc8774c5f3d0a487611910166d18eef823a859fb91e781ab7b1e892 +size 5799248 diff --git a/gegl.changes b/gegl.changes index ecd601c..00d2b2a 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 26 14:21:34 UTC 2023 - Muhammad Akbar Yanuar Mantari + +- Update to version 0.4.46: + + Operations: + - local-threshold: new operation that does neighborhood aware + and optionallyantialiased thresholding of an image. + - chamfer: new operation in workshop that useis + distance-transform and emboss or LinuxBeaver’s research + into modeling different bevels with combinations of blurs. + - ff-load,ff-save: clean up of deprecated API, builds with + ffmpeg-6.0 but ff-save hasn’t been made to work with this + release of ffmpeg yet. + + Updated vendored libraries: + - ctx and libnsgif have been updated from upstream. + + Build: + - Depend on meson 0.55.0 + - various cleanups including re-enabling of deprecation warnings. + - make ctx be an internal library. + ------------------------------------------------------------------- Thu Mar 30 14:09:16 UTC 2023 - Paolo Stivanin diff --git a/gegl.spec b/gegl.spec index 732c0b9..e63a349 100644 --- a/gegl.spec +++ b/gegl.spec @@ -26,7 +26,7 @@ %bcond_with gegl_docs Name: gegl -Version: 0.4.44 +Version: 0.4.46 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later