Accepting request 593214 from graphics
OBS-URL: https://build.opensuse.org/request/show/593214 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gegl?expand=0&rev=38
This commit is contained in:
commit
c66069f1f6
37
gegl.changes
37
gegl.changes
@ -1,10 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 1 02:25:38 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Add cairo and glib-2.0 BuildRequires to avoid implicit
|
||||||
|
dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 29 07:49:46 UTC 2018 - plinnell@opensuse.org
|
Thu Mar 29 07:49:46 UTC 2018 - plinnell@opensuse.org
|
||||||
|
|
||||||
- Update to 0.3.30
|
- Update to version 0.3.30:
|
||||||
- Rather complex code changes, which is in NEWS file
|
+ GeglBuffer:
|
||||||
|
- gegl_buffer_get now treats the final argument;
|
||||||
|
- All scaling is now done on linear data, making future results
|
||||||
|
of mipmap computations more valid as well as providing
|
||||||
|
correct results for scaled down thumbnails in user
|
||||||
|
interfaces;
|
||||||
|
- The scaling code paths has also been instrumented and
|
||||||
|
optimized for performance;
|
||||||
|
- Improvements to logic switching to boxfiltering behavior and
|
||||||
|
improve cubic samplers box filtering by using a linear
|
||||||
|
sampler and a nearest sampler for the boxfiltering for the
|
||||||
|
linear sampler;
|
||||||
|
- gegl_buffer_copy gegl_buffer_clear and gegl_buffer_set color
|
||||||
|
now only emit a single changed signal on the buffer.
|
||||||
|
+ Operations:
|
||||||
|
- c2g and stress have gained the ability to toggle the
|
||||||
|
influence of the shadow neighborhood or not, the new default
|
||||||
|
is to not improve shadow detail; yielding a bit more natural
|
||||||
|
renditions;
|
||||||
|
- color-to-alpha now contains improvements from experiment
|
||||||
|
in workshop which is gone;
|
||||||
|
- Fixed crashes in median-blur.
|
||||||
|
+ Transform ops: Only rasterize inside the transformed polygon,
|
||||||
|
saving cpu;
|
||||||
|
+ New ops: Mean-curvature blur.
|
||||||
|
+ News ops in workshop: color-overlay, enlarge, inpaint, domain-\
|
||||||
|
transform, recursive=transform.
|
||||||
- Now minimum build requirement for GIMP 2.10.0
|
- Now minimum build requirement for GIMP 2.10.0
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 13 00:18:49 UTC 2018 - bjorn.lie@gmail.com
|
Tue Mar 13 00:18:49 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
29
gegl.spec
29
gegl.spec
@ -24,46 +24,47 @@ License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
|||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
URL: http://gegl.org/
|
URL: http://gegl.org/
|
||||||
Source0: https://download.gimp.org/pub/gegl/0.3/%{name}-%{version}.tar.bz2
|
Source0: https://download.gimp.org/pub/gegl/0.3/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
BuildRequires: SDL-devel
|
BuildRequires: SDL-devel >= 1.2.0
|
||||||
BuildRequires: enscript
|
BuildRequires: enscript
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gobject-introspection-devel >= 1.32.0
|
BuildRequires: gobject-introspection-devel >= 1.32.0
|
||||||
BuildRequires: graphviz-gd
|
BuildRequires: graphviz-gd
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: lensfun-devel
|
BuildRequires: lensfun-devel >= 0.2.5
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libspiro-devel
|
BuildRequires: libspiro-devel
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: suitesparse-devel
|
BuildRequires: suitesparse-devel
|
||||||
BuildRequires: pkgconfig(OpenEXR)
|
BuildRequires: pkgconfig(OpenEXR) >= 1.6.1
|
||||||
BuildRequires: pkgconfig(babl) >= 0.1.44
|
BuildRequires: pkgconfig(babl) >= 0.1.44
|
||||||
BuildRequires: pkgconfig(exiv2)
|
BuildRequires: pkgconfig(cairo) >= 1.12.2
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.18.0
|
BuildRequires: pkgconfig(exiv2) >= 0.25
|
||||||
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(gexiv2)
|
BuildRequires: pkgconfig(gexiv2)
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||||
BuildRequires: pkgconfig(gmodule-2.0)
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(jasper) >= 1.900.1
|
BuildRequires: pkgconfig(jasper) >= 1.900.1
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(lcms2) >= 2.2
|
BuildRequires: pkgconfig(lcms2) >= 2.8
|
||||||
BuildRequires: pkgconfig(libavcodec) >= 55.69.100
|
BuildRequires: pkgconfig(libavcodec) >= 55.69.100
|
||||||
BuildRequires: pkgconfig(libavformat) >= 55.48.100
|
BuildRequires: pkgconfig(libavformat) >= 55.48.100
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libraw)
|
BuildRequires: pkgconfig(libraw) >= 0.15.4
|
||||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.14.0
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.40.6
|
||||||
BuildRequires: pkgconfig(libswscale) >= 2.6.100
|
BuildRequires: pkgconfig(libswscale) >= 2.6.100
|
||||||
BuildRequires: pkgconfig(libtiff-4)
|
BuildRequires: pkgconfig(libtiff-4) >= 4.0.0
|
||||||
BuildRequires: pkgconfig(libv4l2) >= 1.0.1
|
BuildRequires: pkgconfig(libv4l2) >= 1.0.1
|
||||||
BuildRequires: pkgconfig(libwebp)
|
BuildRequires: pkgconfig(libwebp) >= 0.5.0
|
||||||
BuildRequires: pkgconfig(lua) >= 5.1.0
|
BuildRequires: pkgconfig(lua) >= 5.1.0
|
||||||
BuildRequires: pkgconfig(pango)
|
BuildRequires: pkgconfig(pango) >= 1.38.0
|
||||||
BuildRequires: pkgconfig(pangocairo)
|
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
|
||||||
BuildRequires: pkgconfig(vapigen) >= 0.20.0
|
BuildRequires: pkgconfig(vapigen) >= 0.20.0
|
||||||
# since version 0.3.5, we no longer provide an orig-addon package, as ffmpeg/libav
|
# since version 0.3.5, we no longer provide an orig-addon package, as ffmpeg/libav
|
||||||
# exists in Tumbleweed and we use it to build
|
# exists in Tumbleweed and we use it to build
|
||||||
|
Loading…
Reference in New Issue
Block a user