Accepting request 723293 from home:iznogood:branches:graphics
Tweak previous checkin OBS-URL: https://build.opensuse.org/request/show/723293 OBS-URL: https://build.opensuse.org/package/show/graphics/gegl?expand=0&rev=79
This commit is contained in:
parent
1fa7a2756e
commit
d7a6e5da39
@ -2,9 +2,12 @@
|
|||||||
Sun Aug 4 16:56:39 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Sun Aug 4 16:56:39 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
- Port sdl-display operation to SDL2: glgo#GNOME/gegl!184.
|
- Port sdl-display operation to SDL2: glgo#GNOME/gegl!184.
|
||||||
* 0001-Extend-configure-checks-with-checks-for-SDL2.patch
|
+ 0001-Extend-configure-checks-with-checks-for-SDL2.patch
|
||||||
* 0002-Port-sdl-display-to-SDL2.patch
|
+ 0002-Port-sdl-display-to-SDL2.patch
|
||||||
* 0003-Port-sdl-draw-example-to-SDL2.patch
|
+ 0003-Port-sdl-draw-example-to-SDL2.patch
|
||||||
|
- Add autoconf BuildRequires and pass autogen.sh call.
|
||||||
|
- Replace SDL-devel with libSDL2-devel BuildRequires: Build SDL2
|
||||||
|
support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 3 19:08:48 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
Sat Aug 3 19:08:48 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
@ -35,6 +35,7 @@ Patch2: 0002-Port-sdl-display-to-SDL2.patch
|
|||||||
Patch3: 0003-Port-sdl-draw-example-to-SDL2.patch
|
Patch3: 0003-Port-sdl-draw-example-to-SDL2.patch
|
||||||
|
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
|
# Needed for patches 1-3
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gobject-introspection-devel >= 1.32.0
|
BuildRequires: gobject-introspection-devel >= 1.32.0
|
||||||
@ -151,7 +152,7 @@ input and output.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
Loading…
Reference in New Issue
Block a user