Add pdf support and tweaks

OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=95
This commit is contained in:
Bjørn Lie 2020-02-24 10:32:07 +00:00 committed by Git OBS Bridge
parent b62706484e
commit 7b89531f55
2 changed files with 15 additions and 8 deletions

View File

@ -1,15 +1,21 @@
-------------------------------------------------------------------
Mon Feb 24 10:29:54 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Add pkgconfig(poppler-glib) BuildRequires: Build pdf:load
support.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 24 09:39:21 UTC 2020 - Paolo Stivanin <info@paolostivanin.com> Mon Feb 24 09:39:21 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.4.22: - Update to version 0.4.22:
* Build + Build:
- Updates to python gobject introspection tests, and made them able to look up - Updates to python gobject introspection tests, and made them
babl typelib. able to look up babl typelib.
- Build pdf:load again; missing since meson migration. - Build pdf:load again; missing since meson migration.
- Fix OpenCL include file generation to work in non-utf8 locales. - Fix OpenCL include file generation to work in non-utf8
locales.
* Operations + Operations: matting-{global,levin}: fix crash when bounding
- matting-{global,levin}: fix crash when bounding boxes of input and aux differ. boxes of input and aux differ.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 4 20:53:14 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com> Tue Feb 4 20:53:14 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -69,6 +69,7 @@ BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(libtiff-4) >= 4.0.0 BuildRequires: pkgconfig(libtiff-4) >= 4.0.0
BuildRequires: pkgconfig(libv4l2) >= 1.0.1 BuildRequires: pkgconfig(libv4l2) >= 1.0.1
BuildRequires: pkgconfig(libwebp) >= 0.5.0 BuildRequires: pkgconfig(libwebp) >= 0.5.0
BuildRequires: pkgconfig(poppler-glib) >= 0.71.0
%if %{with luajit} %if %{with luajit}
BuildRequires: pkgconfig(luajit) BuildRequires: pkgconfig(luajit)
%endif %endif