From 7b89531f5514024171c5d5167ad9cfa88a22fb21b14a56c161b625e81cdcfec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 24 Feb 2020 10:32:07 +0000 Subject: [PATCH] Add pdf support and tweaks OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=95 --- gegl.changes | 22 ++++++++++++++-------- gegl.spec | 1 + 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/gegl.changes b/gegl.changes index 6f20dca..f9d9707 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,15 +1,21 @@ +------------------------------------------------------------------- +Mon Feb 24 10:29:54 UTC 2020 - Bjørn Lie + +- Add pkgconfig(poppler-glib) BuildRequires: Build pdf:load + support. + ------------------------------------------------------------------- Mon Feb 24 09:39:21 UTC 2020 - Paolo Stivanin -- Update to 0.4.22: - * Build - - Updates to python gobject introspection tests, and made them able to look up - babl typelib. +- Update to version 0.4.22: + + Build: + - Updates to python gobject introspection tests, and made them + able to look up babl typelib. - Build pdf:load again; missing since meson migration. - - Fix OpenCL include file generation to work in non-utf8 locales. - - * Operations - - matting-{global,levin}: fix crash when bounding boxes of input and aux differ. + - Fix OpenCL include file generation to work in non-utf8 + locales. + + Operations: matting-{global,levin}: fix crash when bounding + boxes of input and aux differ. ------------------------------------------------------------------- Tue Feb 4 20:53:14 UTC 2020 - Bjørn Lie diff --git a/gegl.spec b/gegl.spec index 3312bc0..de933cb 100644 --- a/gegl.spec +++ b/gegl.spec @@ -69,6 +69,7 @@ BuildRequires: pkgconfig(libswscale) BuildRequires: pkgconfig(libtiff-4) >= 4.0.0 BuildRequires: pkgconfig(libv4l2) >= 1.0.1 BuildRequires: pkgconfig(libwebp) >= 0.5.0 +BuildRequires: pkgconfig(poppler-glib) >= 0.71.0 %if %{with luajit} BuildRequires: pkgconfig(luajit) %endif