Accepting request 744672 from home:iznogood:branches:graphics
- Drop unneeded libtool BuildRequires, and add pkgconfig(pygobject-3.0) BuildRequires: Build python-gobject bindings support. OBS-URL: https://build.opensuse.org/request/show/744672 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=88
This commit is contained in:
parent
139ef0fa1a
commit
6d86a7c8dc
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 1 08:31:05 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <mrueckert@suse.de>
|
Fri Nov 1 03:24:29 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ Source0: https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
|
|||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-OPENSUSE -- allow building on architectures without CPU optimizations
|
# PATCH-FIX-OPENSUSE -- allow building on architectures without CPU optimizations
|
||||||
Patch: gegl-0.4.18_allow_unknown_arch.patch
|
Patch: gegl-0.4.18_allow_unknown_arch.patch
|
||||||
|
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -43,7 +44,6 @@ BuildRequires: libSDL2-devel
|
|||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libspiro-devel
|
BuildRequires: libspiro-devel
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: meson >= 0.50.0
|
BuildRequires: meson >= 0.50.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: ruby
|
BuildRequires: ruby
|
||||||
@ -78,6 +78,7 @@ BuildRequires: pkgconfig(luajit)
|
|||||||
BuildRequires: pkgconfig(pango) >= 1.38.0
|
BuildRequires: pkgconfig(pango) >= 1.38.0
|
||||||
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
|
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
|
||||||
BuildRequires: pkgconfig(poppler-glib) >= 0.71.0
|
BuildRequires: pkgconfig(poppler-glib) >= 0.71.0
|
||||||
|
BuildRequires: pkgconfig(pygobject-3.0)
|
||||||
BuildRequires: pkgconfig(vapigen) >= 0.20.0
|
BuildRequires: pkgconfig(vapigen) >= 0.20.0
|
||||||
# since version 0.3.5, we no longer provide an orig-addon package, as ffmpeg/libav
|
# 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
|
# exists in Tumbleweed and we use it to build
|
||||||
@ -164,8 +165,8 @@ input and output.
|
|||||||
%endif
|
%endif
|
||||||
-Dworkshop=true \
|
-Dworkshop=true \
|
||||||
-Djasper=disabled \
|
-Djasper=disabled \
|
||||||
-Dpygobject=disabled \
|
-Ddocs=true \
|
||||||
-Ddocs=true
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user