Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gegl-0.4.48-1.2 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: gegl Distribution: openSUSE Tumbleweed
Version: 0.4.48 Vendor: openSUSE
Release: 1.2 Build date: Fri Feb 23 23:43:38 2024
Group: Productivity/Graphics/Other Build host: i04-ch3b
Size: 47960 Source RPM: gegl-0.4.48-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: http://gegl.org/
Summary: Generic Graphics Library
GEGL provides infrastructure to do demand based cached non destructive
image editing on larger than RAM buffers. Through babl, it provides
support for a wide range of color models and pixel storage formats for
input and output.

Provides

Requires

License

GPL-3.0-or-later AND LGPL-3.0-or-later

Changelog

* Thu Feb 22 2024 Marcus Rueckert <mrueckert@suse.de>
  - Update to version 0.4.48:
    + Core:
    - GeglColor extended with GBytes API, and space aware accesors
      for RGB and CMYK. Better runtime handling of mismatched GEGL
      ops in graphs.
    + Build:
    - Use gi-docgen
    - Updated vendored libraries
    - ctx has been updated from upstream.
    + Operations:
    - dropshadow: Fix shrinking with negative-grow radius.
    - mantiuk: opt out of OpenMP when building with clang.
    - voroni: fix crash.
    - shuffle-search: in progress (in workshop, not built by
      default) brute-force dither optimizer.
  - prepare gi-docgen documentation. disabled for now.
* Tue Feb 20 2024 Antonio Larrosa <alarrosa@suse.com>
  - Replace BuildRequires libSDL2-devel with pkgconfig(sdl2) which
    fixes building in SLE where both libSDL2-devel and a newer
    SDL2-devel packages are available.
* Mon Jun 26 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - 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 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 0.4.44:
    + This release fixes a crashing bug what is umasked by GLib
      2.75.3 and newer. Never-allocated data were being passed to
      g_slice_free, in GeglBuffer’s handling of copy-on-write tiles.
    + ctx: Updated vendored library from upstream.
* Thu Mar 02 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.4.42:
    + Operations:
    - raw-load: add conditional support for 0.21.0 API.
    - rgb-clib: improved ui-ranges.
    - perlin, mosiac, c2g, long-shadow: small cleanups.
    - gif-load: update vendored dependency, including code updates.
    + Build: Keeping up with babl.
  - Drop 133.patch: Fixed upstream.
  - Add boolean pkgconfig(babl-0.1) BuildRequires following upstream
    changes.
* Wed Jan 11 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Add 133.patch: Fix build against libraw 0.21.0.
* Wed Nov 23 2022 Marcus Rueckert <mrueckert@suse.de>
  - luajit was disabled for riscv64 ppc64 ppc64le, patch it here
    accordingly (boo#1205102)
* Tue Nov 22 2022 Petr Vorel <pvorel@suse.cz>
  - Update to version 0.4.40:
    + Operations:
    - newsprint: do not drop alpha channel in RGB modes.
    + Core:
    - fixes for legacy build, still supporting building latest GEGL
      for stable GIMP with old babl (not recommended if distros can
      have recent enough meson).
    - avoiding possible multi thread race in babl garbage
      collection,
* Thu Jul 21 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update BuildRequires to reflect it now does work with ffmpeg5.
* Thu Jul 21 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 0.4.38:
    + Operations:
    - denoise-dct: a NEW denoising operation which decomposes the
      input buffer to sliding overlapping patches, calculates the
      DCT denoising in each patch, and then aggregates the denoised
      patches to the output buffer averaging the overlapped pixels.
    - ff-load and ff-save: big cleanup API cleanup, now ffmpeg-5.0
      compatible.
    - gif-load: updated to latest upstream libnsgif version.
    - slic: progress reporting and improved parameter handling.
    - vector-fill: updated to latest upstream ctx version.
    - oilify: clamp inputs to avoid nan in output.
    - gegl:load fix possible double free.
    - rgbe-write: plug leaks in error paths.
    + Core: Fixes of some potential NULL dereferences on custom
      dataformats for malformed inputs.
* Fri Apr 29 2022 Jan Engelhardt <jengelh@inai.de>
  - Update BuildRequires to reflect it does not work with ffmpeg5.
* Tue Mar 01 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 0.4.36:
    + The primary addition in this release is SIMD dispatch, buffer
      access functions get built for x86-64 v2 and v3
      microarchitecture levels as well as ARM neon. The same applies
      to core operations where we have .so bundles for the variants
      as well as a generic build.
    + Operations: The npd operation fixed with multiple threads.
* Tue Dec 21 2021 Marcus Rueckert <mrueckert@suse.de>
  - Update to version 0.4.34 (CVE-2021-45463):
    + Operations:
    - magick-load: use g_spawn_async instead of system to run the
      image magick convert fallback - preventing shell expansion on
      non-escaped/filtered paths in constructed commandline.
    - ripple: avoid a possible division by zero.
    + Build:
    - Explicit dependency specification in meson for generated CL
      files.
    - ctx has been moved to be part of gegl-common.so nearer to the
      operations using it avoiding polluting the GEGL library
      symbol table with the ctx symbols.
* Wed Oct 27 2021 Michael Gorse <mgorse@suse.com>
  - Re-enable luajit for ppc64, ppc64le, and s390x. We now have
    support on those platforms, for now at least.
* Sun Oct 03 2021 Marcus Rueckert <mrueckert@suse.de>
  - disable docs until the upstream bug is solved
    https://gitlab.gnome.org/GNOME/gegl/-/issues/294#note_1281553
* Thu Sep 30 2021 Michael Gorse <mgorse@suse.com>
  - Also disable luajit on ppc64le and s390x. Package is
    unavailable.
* Sat Sep 18 2021 Marcus Rueckert <mrueckert@suse.de>
  - Update to version 0.4.32:
    + Docs/testing:
    - Fixes and improvements to the test system ands it integration
      for comparing/keeping track of hashes of operation output by
      John Marshall including and overhaul of reference
      compositions and hashes, improving development as well as
      documentation.
    + Operations:
    - distance-transform:
    - openexr: fix build with newer OpenEXR 3
    - negative-darkroom: contrast boost and illuminant adjustment
      parameter, reworked emulsion dye model, UI improvements,
      more black and white paper presets.
    - fill-path: 32bit float RGB and CMYK color processing, using
      ctx as renderer.
    + Core:
    - Fixing of leaks and dead code removal in json op handling,
      branch hints in buffer tile handling.
  - drop patch gegl-openexr3.patch:
    Fix upstream
* Wed Apr 14 2021 pgajdos@suse.com
  - added patches
    fix https://gitlab.gnome.org/GNOME/gegl/-/issues/284
    + gegl-openexr3.patch
* Mon Mar 29 2021 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 0.4.30:
    + New Operations:
    - negative-darkroom: This operation is for artists who use hybrid workflow
      technique of analog photography. After scanning a developed negative, this
      operation is used to invert the scan to create a positive image by simulating
      the light behaviour of darkroom enlarger and common photographic papers.
    + Operations:
    - jpg-load,png-load,tiff-load: show ICC relatd problems as warnings.
    - rgbe-load : fix handling of exponent=0 in RLE encoded files.
    - color-reduction : Added blue-noise modes, the patents are expired for some
      years already, also added fix to levels parameters; enabling bi-level.
    - fattal02 : ensure gaussian pyramid has at least one level.
    - paint-select (in workshop): multi-level banded graphcut, sub-region rather
      than full buffer rcomputations and other improvements.
  - Drop 93.patch
* Fri Mar 26 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Add 93.patch: fix build with glib 2.67.3.

Files

/usr/bin/gegl
/usr/bin/gegl-imgcmp


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 21:38:35 2024