Commit Graph

99 Commits

Author SHA256 Message Date
Petr Vorel
c21ad7e307 Accepting request 1148947 from home:darix:branches:graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/1148947
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=148
2024-02-22 07:49:31 +00:00
Petr Vorel
a71fd03f1c Accepting request 1147766 from home:alarrosa:branches:graphics
- Replace BuildRequires libSDL2-devel with pkgconfig(sdl2) which
  fixes building in SLE where both libSDL2-devel and a newer
  SDL2-devel packages are available.

OBS-URL: https://build.opensuse.org/request/show/1147766
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=146
2024-02-20 11:52:03 +00:00
957b3ffca9 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=144 2023-06-26 20:08:21 +00:00
b5b689c57e Accepting request 1095441 from home:mantarimay:branches:graphics
- 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
2023-06-26 20:07:52 +00:00
4a6c357139 tweak .changes
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=141
2023-03-30 15:19:13 +00:00
df45c1f97d Accepting request 1075572 from home:polslinux:branches:graphics
- Update to 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.

OBS-URL: https://build.opensuse.org/request/show/1075572
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=140
2023-03-30 15:16:56 +00:00
f7e50edb19 fix typo
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=138
2023-03-02 11:00:13 +00:00
12ea7c9605 Accepting request 1068641 from home:iznogood:factory
Improve previous sub

OBS-URL: https://build.opensuse.org/request/show/1068641
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=137
2023-03-02 09:14:12 +00:00
6d15c8b206 Accepting request 1068633 from home:iznogood:branches:graphics
- 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.
- Replace pkgconfig(babl) with pkgconfig(babl-0.1) BuildRequires:
  following upstream changes.

OBS-URL: https://build.opensuse.org/request/show/1068633
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=136
2023-03-02 08:46:31 +00:00
63767946f8 Accepting request 1057738 from home:dimstar:Factory
- Add 133.patch: Fix build against libraw 0.21.0.

OBS-URL: https://build.opensuse.org/request/show/1057738
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=134
2023-01-11 10:33:03 +00:00
aa03b0b89c accordingly (boo#1205102)
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=132
2022-11-23 11:16:48 +00:00
b678992053 - luajit was disabled for riscv64 ppc64 ppc64le, patch it here
accordingly

OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=131
2022-11-23 11:16:30 +00:00
f187a0739b - newsprint: do not drop alpha channel in RGB modes.
- 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,

OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=130
2022-11-23 08:24:16 +00:00
e5d1850ee2 Accepting request 1037422 from home:pevik:branches:graphics
- 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

OBS-URL: https://build.opensuse.org/request/show/1037422
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=129
2022-11-23 08:23:06 +00:00
881e445eef Tweaks
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=127
2022-07-21 09:25:47 +00:00
9762e806fc Accepting request 990496 from home:polslinux:branches:graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/990496
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=126
2022-07-21 09:20:51 +00:00
fc2fa40237 Accepting request 973851 from home:jengelh:branches:graphics
- Update BuildRequires to reflect it does not work with ffmpeg5.

OBS-URL: https://build.opensuse.org/request/show/973851
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=124
2022-04-29 11:19:44 +00:00
09c156c66f Add min version upstream forgot to decleare
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=122
2022-03-01 14:56:18 +00:00
0a813f1d43 Tweak .changes
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=121
2022-03-01 10:01:44 +00:00
ad21806e32 Accepting request 958206 from home:polslinux:branches:graphics
- 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.

OBS-URL: https://build.opensuse.org/request/show/958206
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=120
2022-03-01 10:00:13 +00:00
ef8755e873 We need just the one .changes entry...
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=119
2022-01-19 20:33:39 +00:00
4f33e84315 Add CVE-2021-45463 ref to .changes
This update fixed CVE-2021-45463.

OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=117
2022-01-19 20:31:30 +00:00
9be78fa155 tweak .changes
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=116
2021-12-21 20:25:28 +00:00
317a19162f Accepting request 941946 from home:darix:branches:graphics
- Update to version 0.4.34: 
  - 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.

OBS-URL: https://build.opensuse.org/request/show/941946
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=115
2021-12-21 20:24:17 +00:00
ce96403758 Accepting request 927862 from home:mgorse:branches:graphics
- Re-enable luajit for ppc64, ppc64le, and s390x. We now have
  support on those platforms, for now at least.

OBS-URL: https://build.opensuse.org/request/show/927862
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=114
2021-11-02 11:39:14 +00:00
129a79a3e4 Accepting request 922866 from home:darix:branches:graphics
gimp 2.10.28

OBS-URL: https://build.opensuse.org/request/show/922866
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=113
2021-10-06 19:36:47 +00:00
818bc99d81 Accepting request 922421 from home:mgorse:branches:graphics
- Also disable luajit on ppc64le and s390x. Package is
  unavailable.

OBS-URL: https://build.opensuse.org/request/show/922421
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=112
2021-10-01 09:30:13 +00:00
47f76bf291 Accepting request 885331 from home:pgajdos:openexr3
- added patches
  fix https://gitlab.gnome.org/GNOME/gegl/-/issues/284
  + gegl-openexr3.patch

OBS-URL: https://build.opensuse.org/request/show/885331
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=110
2021-04-15 13:16:59 +00:00
fb95dc9b41 Accepting request 881968 from home:polslinux:branches:graphics
- 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

OBS-URL: https://build.opensuse.org/request/show/881968
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=108
2021-04-03 13:32:48 +00:00
1c4d93f77d Accepting request 881464 from home:dimstar:Factory
- Add 93.patch: fix build with glib 2.67.3.

  "load error: /usr/lib64/libgomp.so.1: cannot allocate memory

OBS-URL: https://build.opensuse.org/request/show/881464
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=107
2021-03-26 12:12:40 +00:00
e1ce80f010 Accepting request 859178 from home:iznogood:branches:graphics
New stable rel

OBS-URL: https://build.opensuse.org/request/show/859178
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=105
2020-12-29 14:23:23 +00:00
4d29857028 Accepting request 836056 from home:Guillaume_G:branches:graphics
- Fix build on aarch64 by pre-loading libgomp.so.1 to avoid:
  "load error: /usr/lib64/libgomp.so.1: cannot allocate memory 
  in static TLS block"

OBS-URL: https://build.opensuse.org/request/show/836056
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=103
2020-09-22 11:24:06 +00:00
e48bcfc59c Accepting request 825279 from home:iznogood:branches:graphics
New upstream release

OBS-URL: https://build.opensuse.org/request/show/825279
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=101
2020-08-10 08:18:27 +00:00
47460aac36 Tweak .changes, respect 67 char limit
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=99
2020-06-11 12:03:16 +00:00
ef82a266a9 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
2020-06-11 12:01:32 +00:00
d07af2c61d doh... poppler was there..
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=96
2020-02-24 10:34:00 +00:00
7b89531f55 Add pdf support and tweaks
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=95
2020-02-24 10:32:07 +00:00
b62706484e Accepting request 778714 from home:polslinux:branches:graphics
- Update to 0.4.22: 
  * Build
    - Updates to python gobject introspection tests, and made them able to look up
      babl typelib.
    - Build pdf:load again; missing since meson migration.
    - Fix OpenCL include file generation to work in non-utf8 locales.
  * Operations
    - matting-{global,levin}: fix crash when bounding boxes of input and aux differ.

OBS-URL: https://build.opensuse.org/request/show/778714
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=94
2020-02-24 10:28:35 +00:00
99f171a853 Accepting request 770097 from home:iznogood:branches:graphics
- Update to version 0.4.20:
  + Build: Improvements and refinements of meson builds and CI.
    Fixing major issues for OSX and win32.
  + Buffer:
    - Pass O_BINARY where relevant on windows, fixing crashes
      occuring when swap is used.
    - Avoid 32bit overflows in computations for gegl_buffer_set and
      gegl_buffer_get.
  + Core:
    - Avoid running more thread jobs than there are pixels to
      process.
    - Faster teardown of buffer caches when bounding box shrinks.
    - Only do in-place processing if ROI fits in input abyss.
  + Operations:
    - Improved edge handling for gegl:distance-transform.
    - gegl:crop removed workaround for incorrect in-place handling.
- Drop gegl-0.4.18_allow_unknown_arch.patch: Fixed upstream.
- No longer recommend -lang: supplements are in use.

OBS-URL: https://build.opensuse.org/request/show/770097
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=92
2020-02-05 10:31:59 +00:00
e6bbde91b7 Accepting request 744993 from home:ecsos
Add missing BuildRequires

OBS-URL: https://build.opensuse.org/request/show/744993
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=90
2019-11-03 16:49:59 +00:00
ba3408d45b Accepting request 744695 from home:iznogood:branches:graphics
Drop cmake too

OBS-URL: https://build.opensuse.org/request/show/744695
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=89
2019-11-01 09:23:50 +00:00
6d86a7c8dc Accepting request 744672 from home:iznogood:branches:graphics
- Drop unneeded libtool BuildRequires, and add
  pkgconfig(pygobject-3.0) BuildRequires: Build python-gobject
  bindings support.

OBS-URL: https://build.opensuse.org/request/show/744672
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=88
2019-11-01 08:33:27 +00:00
139ef0fa1a OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=87 2019-11-01 08:02:09 +00:00
edf53dab84 Accepting request 744608 from home:darix:branches:graphics
- Update to version 0.4.18
- switch to meson based build
- add buildrequires for tools to build documentation:
  asciidocs, gtk-doc, ruby
- switch from lua to luajit
  - no lua support anymore on ppc64 due to missing luajit
- enable workshop modules
  - new BuildRequires pkgconfig(lensfun)
- added gegl-0.4.18_allow_unknown_arch.patch:
  the old code in the configure.ac also did fallthrough. restore
  that behavior.
- drop patches no longer needed:
  0001-Extend-configure-checks-with-checks-for-SDL2.patch
  0002-Port-sdl-display-to-SDL2.patch
  0003-Port-sdl-draw-example-to-SDL2.patch
  fix_doc_installation.patch

OBS-URL: https://build.opensuse.org/request/show/744608
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=86
2019-11-01 07:07:51 +00:00
8adc4b3deb tiny tweak
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=84
2019-09-09 09:32:52 +00:00
f2540f2856 Fix https url...
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=83
2019-09-09 09:32:04 +00:00
7c0c6498a8 tweak .changes
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=82
2019-09-09 09:31:04 +00:00
59d3714a1d Accepting request 729361 from home:jubalh:branches:graphics
- bsc#1144344: Remove JPEG2000 support due to planned removal
  of jasper

OBS-URL: https://build.opensuse.org/request/show/729361
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=81
2019-09-09 09:29:49 +00:00
d7a6e5da39 Accepting request 723293 from home:iznogood:branches:graphics
Tweak previous checkin

OBS-URL: https://build.opensuse.org/request/show/723293
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=79
2019-08-14 12:20:26 +00:00
1fa7a2756e Accepting request 722945 from home:StefanBruens:branches:graphics
Port to SDL2

OBS-URL: https://build.opensuse.org/request/show/722945
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=78
2019-08-14 12:09:06 +00:00