From 474a46ccdfa2b7ca64dc87852bc37edc9deb7e5b Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 4 Nov 2019 17:40:52 +0100 Subject: [PATCH] Enable gexiv2 support --- gegl04.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gegl04.spec b/gegl04.spec index 3f52502..396e893 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -31,6 +31,7 @@ BuildRequires: pkgconfig(babl) >= 0.1.72 BuildRequires: pkgconfig(cairo) >= 1.12.2 BuildRequires: pkgconfig(exiv2) >= 0.25 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0 +BuildRequires: pkgconfig(gexiv2) BuildRequires: pkgconfig(glib-2.0) >= 2.44.0 BuildRequires: pkgconfig(jasper) >= 1.900.1 BuildRequires: pkgconfig(json-glib-1.0) @@ -170,6 +171,7 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so - Update to 0.4.18 - Switch to meson build system - Build against SDL2 instead of SDL 1 +- Enable gexiv2 support * Thu Sep 12 2019 Josef Ridky -0.4.16-4 - Obsoletes gegl03 (#1751416)