Accepting request 1147766 from home:alarrosa:branches:graphics
- Replace BuildRequires libSDL2-devel with pkgconfig(sdl2) which fixes building in SLE where both libSDL2-devel and a newer SDL2-devel packages are available. OBS-URL: https://build.opensuse.org/request/show/1147766 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=146
This commit is contained in:
parent
957b3ffca9
commit
a71fd03f1c
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 10:19:01 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Replace BuildRequires libSDL2-devel with pkgconfig(sdl2) which
|
||||||
|
fixes building in SLE where both libSDL2-devel and a newer
|
||||||
|
SDL2-devel packages are available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 26 14:21:34 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
Mon Jun 26 14:21:34 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gegl
|
# spec file for package gegl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -40,7 +40,6 @@ BuildRequires: asciidoc
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gobject-introspection-devel >= 1.32.0
|
BuildRequires: gobject-introspection-devel >= 1.32.0
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libSDL2-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libspiro-devel
|
BuildRequires: libspiro-devel
|
||||||
BuildRequires: libstdc++-devel
|
BuildRequires: libstdc++-devel
|
||||||
@ -82,6 +81,7 @@ 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(pygobject-3.0)
|
||||||
|
BuildRequires: pkgconfig(sdl2)
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user