forked from pool/SDL_bgi
Accepting request 650129 from graphics
- Update to new upstream release 2.2.4 OBS-URL: https://build.opensuse.org/request/show/650129 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_bgi?expand=0&rev=14
This commit is contained in:
commit
d9f61c0166
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1db397b4fee59a8dc3f579a09c5210474ba5f53fbc97e33cb8fbf1f05c991c4b
|
|
||||||
size 1149312
|
|
3
SDL_bgi-2.2.4.tar.gz
Normal file
3
SDL_bgi-2.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dda0e55c79d32adb958f65ace1ff87882005f06239f1587c5af9f594fd3c016a
|
||||||
|
size 1276921
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 19 08:37:19 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 2.2.4
|
||||||
|
* Added some graphics modes for better compatibility with
|
||||||
|
old programs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 19 12:48:29 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Wed Sep 19 12:48:29 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: SDL_bgi
|
Name: SDL_bgi
|
||||||
%define lname libSDL_bgi2
|
%define lname libSDL_bgi2
|
||||||
Version: 2.2.3
|
Version: 2.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: BGI-compatible 2D graphics C library with SDL backend
|
Summary: BGI-compatible 2D graphics C library with SDL backend
|
||||||
License: Zlib AND GPL-2.0-or-later
|
License: Zlib AND GPL-2.0-or-later
|
||||||
|
@ -24,7 +24,7 @@ Index: SDL_bgi-2.2.2/configure.ac
|
|||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ SDL_bgi-2.2.2/configure.ac
|
+++ SDL_bgi-2.2.2/configure.ac
|
||||||
@@ -0,0 +1,9 @@
|
@@ -0,0 +1,9 @@
|
||||||
+AC_INIT([SDL_bgi], [2.2.2])
|
+AC_INIT([SDL_bgi], [2.2.4])
|
||||||
+AC_CONFIG_AUX_DIR([build-aux])
|
+AC_CONFIG_AUX_DIR([build-aux])
|
||||||
+AC_CONFIG_MACRO_DIR([m4])
|
+AC_CONFIG_MACRO_DIR([m4])
|
||||||
+AC_PROG_CC
|
+AC_PROG_CC
|
||||||
@ -54,7 +54,7 @@ Index: SDL_bgi-2.2.2/test/Makefile.am
|
|||||||
+AM_CPPFLAGS = -I${top_srcdir}/src
|
+AM_CPPFLAGS = -I${top_srcdir}/src
|
||||||
+AM_CFLAGS = -Wall
|
+AM_CFLAGS = -Wall
|
||||||
+EXTRA_PROGRAMS = \
|
+EXTRA_PROGRAMS = \
|
||||||
+ cellular dla fern floodfilltest hopalong life \
|
+ cellular dla fern floodfilltest hopalong kaleido life \
|
||||||
+ mandelbrot mousetest moveit plasma sdlbgidemo simple turtledemo
|
+ mandelbrot mousetest moveit plasma sdlbgidemo simple turtledemo
|
||||||
+LDADD = ../src/libSDL_bgi.la
|
+LDADD = ../src/libSDL_bgi.la
|
||||||
+hopalong_LDADD = ${LDADD} -lm
|
+hopalong_LDADD = ${LDADD} -lm
|
||||||
|
Loading…
Reference in New Issue
Block a user