diff --git a/gegl-0.4.26.tar.xz b/gegl-0.4.26.tar.xz deleted file mode 100644 index 3210c84..0000000 --- a/gegl-0.4.26.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f371e2ed2b92162fefd3dde743e648ca08a6a1b2b05004867fbddc7e211e424 -size 4942492 diff --git a/gegl-0.4.28.tar.xz b/gegl-0.4.28.tar.xz new file mode 100644 index 0000000..56f48ce --- /dev/null +++ b/gegl-0.4.28.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d110d8577d54cca3b34239315bd37c57ccb27dd4355655074a2d2b3fd897900 +size 4966580 diff --git a/gegl.changes b/gegl.changes index 7403bd4..4404fdb 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Dec 29 10:39:04 UTC 2020 - Bjørn Lie + +- Update to version 0.4.28: + + Core: Infrastructure to opt out of listing ops with unmet + runtime dependencies. + + Build: Set vapi metadata better under meson. Make graphviz' dot + library is a run-time not build time dependency. + + Operations: + - gegl:convert-space and gegl:cast-space operations fixed, and + added to build. + - icc:load new operation that treats .icc files as images, + permitting loading a space into the graph from file. + + Workshop: New operation paint-select for an foreground select + tool in development. +- Add disabled pkgconfig(maxflow) BuildRequires: New dependency. + ------------------------------------------------------------------- Tue Sep 22 10:01:30 UTC 2020 - Guillaume GARDET diff --git a/gegl.spec b/gegl.spec index 26903ed..956c84c 100644 --- a/gegl.spec +++ b/gegl.spec @@ -23,7 +23,7 @@ %endif Name: gegl -Version: 0.4.26 +Version: 0.4.28 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -41,12 +41,12 @@ BuildRequires: libSDL2-devel BuildRequires: libjpeg-devel BuildRequires: libspiro-devel BuildRequires: libstdc++-devel -BuildRequires: meson >= 0.50.0 +BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig BuildRequires: ruby BuildRequires: suitesparse-devel BuildRequires: pkgconfig(OpenEXR) >= 1.6.1 -BuildRequires: pkgconfig(babl) >= 0.1.78 +BuildRequires: pkgconfig(babl) >= 0.1.84 BuildRequires: pkgconfig(cairo) >= 1.12.2 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0 BuildRequires: pkgconfig(gexiv2) @@ -73,6 +73,7 @@ BuildRequires: pkgconfig(libwebp) >= 0.5.0 BuildRequires: pkgconfig(luajit) %endif # TODO: BuildRequires: pkgconfig(mrg) +# TODO: BuildRequires: pkgconfig(maxflow) BuildRequires: pkgconfig(pango) >= 1.38.0 BuildRequires: pkgconfig(pangocairo) >= 1.38.0 BuildRequires: pkgconfig(poppler-glib) >= 0.71.0 @@ -160,6 +161,7 @@ export LD_PRELOAD="/usr/lib64/libgomp.so.1" %endif %meson \ -Dmrg=disabled \ + -Dmaxflow=disabled \ %if ! %{with luajit} -Dlua=disabled \ %endif