diff --git a/gegl-0.4.12.tar.bz2 b/gegl-0.4.12.tar.bz2 new file mode 100644 index 0000000..a50690d --- /dev/null +++ b/gegl-0.4.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e967293eabe89257e1d511bf68435fbfd44e6e0f9ef51b86cc50781f09eb5852 +size 7065555 diff --git a/gegl-0.4.8.tar.bz2 b/gegl-0.4.8.tar.bz2 deleted file mode 100644 index 13e9c44..0000000 --- a/gegl-0.4.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:719468eec56ac5b191626a0cb6238f3abe9117e80594890c246acdc89183ae49 -size 7017022 diff --git a/gegl.changes b/gegl.changes index ab6465d..3429add 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Nov 2 18:32:18 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 0.4.12: + + GeglBuffer: Fix fix of scaled blitting, the fix from last + release introduced scaling artifacts for all formats that are + non-8bit. +- Changes from version 0.4.10: + + GeglBuffer: + - Fix integer overflow issues for u32 blit scaling code paths. + - Reduced memory clearing overhead for temporary buffers during + blit. + - Round alpha component during u8 bilinear/box filtering. + - gegl_buffer_dup now matches source buffer abyss, shift and + tile-size more closely. + - Added GEGL_TILE_COPY command for backends, for more efficient + buffer duplication/copies. + - New GeglBufferIterator API. + - Move type-generic scaling algorithms to GeglBuffer folder, + move opencl integration bits out of buffer. + + Operations: + - gif-load: new operation for decoding GIF images/animations, + with frame delay exposed as an out-property. + - exr-save: do not hard-code a version name space. + - long-shadow: add 'Fading (fixed length)' style with a new + user-defined 'Midpoint' parameter. + - maniuk06: use double precision, permitting to work on larger + images. + - watershed-transform: improved description. + - unsharp-mask: permit std-dev radius of up to 1500px (from + 300). + - Updated all operations to use new iterator API. + ------------------------------------------------------------------- Thu Aug 23 20:46:55 UTC 2018 - bjorn.lie@gmail.com diff --git a/gegl.spec b/gegl.spec index 89ff046..9b8b1f3 100644 --- a/gegl.spec +++ b/gegl.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gegl -Version: 0.4.8 +Version: 0.4.12 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later