diff --git a/gegl.changes b/gegl.changes index 531ec1f..1006275 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 1 08:31:05 UTC 2019 - Bjørn Lie + +- Drop unneeded libtool BuildRequires, and add + pkgconfig(pygobject-3.0) BuildRequires: Build python-gobject + bindings support. + ------------------------------------------------------------------- Fri Nov 1 03:24:29 UTC 2019 - Marcus Rueckert diff --git a/gegl.spec b/gegl.spec index b3a0411..6f3ffa2 100644 --- a/gegl.spec +++ b/gegl.spec @@ -33,6 +33,7 @@ Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FIX-OPENSUSE -- allow building on architectures without CPU optimizations Patch: gegl-0.4.18_allow_unknown_arch.patch + BuildRequires: ImageMagick BuildRequires: asciidoc BuildRequires: cmake @@ -43,7 +44,6 @@ BuildRequires: libSDL2-devel BuildRequires: libjpeg-devel BuildRequires: libspiro-devel BuildRequires: libstdc++-devel -BuildRequires: libtool BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig BuildRequires: ruby @@ -78,6 +78,7 @@ BuildRequires: pkgconfig(luajit) BuildRequires: pkgconfig(pango) >= 1.38.0 BuildRequires: pkgconfig(pangocairo) >= 1.38.0 BuildRequires: pkgconfig(poppler-glib) >= 0.71.0 +BuildRequires: pkgconfig(pygobject-3.0) BuildRequires: pkgconfig(vapigen) >= 0.20.0 # since version 0.3.5, we no longer provide an orig-addon package, as ffmpeg/libav # exists in Tumbleweed and we use it to build @@ -158,14 +159,14 @@ input and output. %build %meson \ - -Dmrg=disabled \ - %if ! %{with luajit} - -Dlua=disabled \ - %endif - -Dworkshop=true \ - -Djasper=disabled \ - -Dpygobject=disabled \ - -Ddocs=true + -Dmrg=disabled \ + %if ! %{with luajit} + -Dlua=disabled \ + %endif + -Dworkshop=true \ + -Djasper=disabled \ + -Ddocs=true \ + %{nil} %meson_build %install