SHA256
1
0
forked from pool/SDL_bgi

- Update to new upstream release 2.2.1

OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=30
This commit is contained in:
Jan Engelhardt 2018-08-15 10:50:38 +00:00 committed by Git OBS Bridge
parent 047867a8e0
commit dea061322a
5 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:564b3e486b00631b520a2154397c91aa73dc9ce610bb93df3c395c0e024f15d7
size 1132692

3
SDL_bgi-2.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b71f968ff3aea306ac6d5b236a4f428299017187eaedba1b272ef00d395c7f4c
size 1145256

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 15 10:47:45 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2.2.1
* renamed getch() to bgi_getch() and added the macro getch()
to avoid Mingw bug
* delay() rewritten to take care of key presses
* added ALPHA_VALUE()
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 26 14:19:01 UTC 2018 - jengelh@inai.de Thu Jul 26 14:19:01 UTC 2018 - jengelh@inai.de

View File

@ -18,7 +18,7 @@
Name: SDL_bgi Name: SDL_bgi
%define lname libSDL_bgi1 %define lname libSDL_bgi1
Version: 2.2.0 Version: 2.2.1
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

View File

@ -24,7 +24,7 @@ Index: SDL_bgi-2.0.6/configure.ac
--- /dev/null --- /dev/null
+++ SDL_bgi-2.0.6/configure.ac +++ SDL_bgi-2.0.6/configure.ac
@@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
+AC_INIT([SDL_bgi], [2.0.6]) +AC_INIT([SDL_bgi], [2.2.1])
+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
@ -43,7 +43,7 @@ Index: SDL_bgi-2.0.6/src/Makefile.am
+lib_LTLIBRARIES = libSDL_bgi.la +lib_LTLIBRARIES = libSDL_bgi.la
+libSDL_bgi_la_SOURCES = SDL_bgi.c +libSDL_bgi_la_SOURCES = SDL_bgi.c
+libSDL_bgi_la_LIBADD = -lm ${sdl2_LIBS} +libSDL_bgi_la_LIBADD = -lm ${sdl2_LIBS}
+libSDL_bgi_la_LDFLAGS = -no-undefined -version-info 1:0:0 +libSDL_bgi_la_LDFLAGS = -no-undefined -version-info 2:0:0
+pkgincludedir = ${includedir}/SDL2 +pkgincludedir = ${includedir}/SDL2
+pkginclude_HEADERS = SDL_bgi.h +pkginclude_HEADERS = SDL_bgi.h
Index: SDL_bgi-2.0.6/test/Makefile.am Index: SDL_bgi-2.0.6/test/Makefile.am