diff --git a/gegl-0.4.46.tar.xz b/gegl-0.4.46.tar.xz deleted file mode 100644 index d34231b..0000000 --- a/gegl-0.4.46.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0b3b2481bc8774c5f3d0a487611910166d18eef823a859fb91e781ab7b1e892 -size 5799248 diff --git a/gegl-0.4.48.tar.xz b/gegl-0.4.48.tar.xz new file mode 100644 index 0000000..4656f47 --- /dev/null +++ b/gegl-0.4.48.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418c26d94be8805d7d98f6de0c6825ca26bd74fcacb6c188da47533d9ee28247 +size 5805488 diff --git a/gegl.changes b/gegl.changes index d297e6c..0019a00 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Feb 22 01:59:19 UTC 2024 - Marcus Rueckert + +- 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. + ------------------------------------------------------------------- Tue Feb 20 10:19:01 UTC 2024 - Antonio Larrosa diff --git a/gegl.spec b/gegl.spec index 84b0d51..cb5fafd 100644 --- a/gegl.spec +++ b/gegl.spec @@ -26,7 +26,7 @@ %bcond_with gegl_docs Name: gegl -Version: 0.4.46 +Version: 0.4.48 Release: 0 Summary: Generic Graphics Library License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -45,6 +45,9 @@ BuildRequires: libspiro-devel BuildRequires: libstdc++-devel BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig +%if %{with gegl_docs} +BuildRequires: python3-gi-docgen +%endif BuildRequires: ruby BuildRequires: suitesparse-devel BuildRequires: (pkgconfig(babl) or pkgconfig(babl-0.1)) @@ -172,9 +175,11 @@ export LD_PRELOAD="/usr/lib64/libgomp.so.1" -Dworkshop=true \ -Djasper=disabled \ %if %{with gegl_docs} - -Ddocs=true \ + -Ddocs=true \ + -Dgi-docgen=enabled \ %else - -Ddocs=false \ + -Ddocs=false \ + -Dgi-docgen=disabled \ %endif %{nil} %meson_build @@ -229,7 +234,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %files doc %doc AUTHORS docs/ChangeLog NEWS %if %{with gegl_docs} -%doc %{_datadir}/gtk-doc/html/gegl/ +%doc %{_datadir}/gegl-0.4/ %endif %files -n %{name}-0_4-lang -f %{name}-0.4.lang