Enable gexiv2 support

This commit is contained in:
Kalev Lember 2019-11-04 17:40:52 +01:00
parent 95e44d914c
commit 474a46ccdf

View File

@ -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 <jridky@redhat.com> -0.4.16-4
- Obsoletes gegl03 (#1751416)