SHA256
1
0
forked from pool/gegl

Accepting request 609912 from home:iznogood

- Update to version 0.4.2:
  + Build: Abort early if autoreconf fails, remove unused bits,
    default to -Ofast as CFLAGS.
  + GeglBuffer:
    - Improve concurrency for trimming and destruction of tile
      caches. Improve cache invalidation during partial mipmap
      regeneration.
    - Do new cheap clones of buffers with new internal gegl-buffer
      backed tile-backend.
    - Do not keep cached sampler in buffer it makes cache
      invalidation hard, and for performance/threading it is better
      to create ones own samplers anyways. The old API still
      exists, though parts of it is now deprecated. The single
      special case where gegl_buffer_sample remains somewhat
      performant is with the NEAREST sampler, for all other
      samplers creating a caching sampler is better.
  + Operations:
    - operation: add GeglOperationAreaFilter::get_abyss_policy()
      vfunc Copyright notice improvements to spherize,
      color-overlay.  ff-save: implement defines handling
      compilation with ffmpeg 2.3-2.7, 4.0 compat.
    - Improved multi-threaded performance of panorama-projection
      and other transformation operations through optimizations in
      buffer and base-classes.
- Drop gegl-port-ffmpeg4.patch: Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/609912
OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=64
This commit is contained in:
Ismail Dönmez
2018-05-17 08:26:08 +00:00
committed by Git OBS Bridge
parent 689ac5dceb
commit 996f893996
5 changed files with 34 additions and 123 deletions

View File

@@ -17,7 +17,7 @@
Name: gegl
Version: 0.4.0
Version: 0.4.2
Release: 0
Summary: Generic Graphics Library
License: GPL-3.0-or-later AND LGPL-3.0-or-later
@@ -25,8 +25,6 @@ Group: Productivity/Graphics/Other
URL: http://gegl.org/
Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM gegl-port-ffmpeg4.patch bgo#795625 -- Fix build with ffmpeg4
Patch0: gegl-port-ffmpeg4.patch
BuildRequires: ImageMagick
BuildRequires: SDL-devel >= 1.2.0
@@ -42,7 +40,7 @@ BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: suitesparse-devel
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
BuildRequires: pkgconfig(babl) >= 0.1.46
BuildRequires: pkgconfig(babl) >= 0.1.48
BuildRequires: pkgconfig(cairo) >= 1.12.2
BuildRequires: pkgconfig(exiv2) >= 0.25
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0