SHA256
1
0
forked from pool/SDL_bgi

- Update to new upstream release 2.3.0

OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=39
This commit is contained in:
Jan Engelhardt 2019-08-20 18:52:52 +00:00 committed by Git OBS Bridge
parent 02cd078756
commit 0ac766e0e0
5 changed files with 22 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Aug 20 18:51:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.3.0
* Added "auto mode": initgraph() performs automatic screen
refresh when the environment variable SDL_BGI_RATE is set to
"auto" or to the desired refresh rate (e.g. 60). This can be
used as an alternative to "slow mode", and it provides a huge
performance boost. The new function sdlbgiauto() is also
available. BEWARE: automatic refresh may not work on some
NVIDIA graphics cards.
* Added compatibility with C++ programs
* Added a showerrorbox() function
-------------------------------------------------------------------
Mon Nov 19 08:37:19 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package SDL_bgi
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: SDL_bgi
%define lname libSDL_bgi2
Version: 2.2.4
Version: 2.3.0
Release: 0
Summary: BGI-compatible 2D graphics C library with SDL backend
License: Zlib AND GPL-2.0-or-later
@ -31,13 +31,11 @@ BuildRequires: automake >= 1.11
BuildRequires: libtool >= 2
BuildRequires: pkg-config
BuildRequires: pkgconfig(sdl2)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
SDL_bgi is largely compatible with BGI, the Borland Graphics
Interface that was the de-facto standard in PC graphics back in DOS
days. It is easy to use, and it also provides extensions for RGB
colours and mouse support.
Interface that was a standard in PC graphics back in the DOS days.
SDL_bgi also provides extensions for RGB colors and mouse support.
%package -n %lname
Summary: SDL Graphics Routines for Primitives and Other Support Functions

View File

@ -24,7 +24,7 @@ Index: SDL_bgi-2.2.2/configure.ac
--- /dev/null
+++ SDL_bgi-2.2.2/configure.ac
@@ -0,0 +1,9 @@
+AC_INIT([SDL_bgi], [2.2.4])
+AC_INIT([SDL_bgi], [2.3.0])
+AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([m4])
+AC_PROG_CC