- Update to release 2.0.27

OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=29
This commit is contained in:
Jan Engelhardt 2024-04-12 10:52:13 +00:00 committed by Git OBS Bridge
parent 2348e94969
commit 0347585d20
5 changed files with 22 additions and 19 deletions

BIN
SDL_gfx-2.0.26.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
SDL_gfx-2.0.27.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 12 10:49:39 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.0.27
* fixed rotozoom locking bug and colorkey bug
-------------------------------------------------------------------
Fri Aug 17 21:09:08 UTC 2018 - bjorn.lie@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package SDL_gfx
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define lname libSDL_gfx15
%define lname libSDL_gfx16
Name: SDL_gfx
Version: 2.0.26
Version: 2.0.27
Release: 0
Summary: SDL Graphics Routines for Primitives and Other Support Functions
License: Zlib
@ -26,6 +26,7 @@ Group: Development/Libraries/X11
URL: http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/%name-%version.tar.gz
Source2: baselibs.conf
#https://sourceforge.net/p/sdlgfx/code/HEAD/tree/ChangeLog
BuildRequires: dos2unix
BuildRequires: pkgconfig
BuildRequires: pkgconfig(sdl)
@ -61,13 +62,10 @@ provided basic drawing routines such as lines, circles or polygons and
SDL_rotozoom which implemented a interpolating rotozoomer for SDL
surfaces. The current components of the SDL_gfx library are:
- Graphic Primitives (SDL_gfxPrimitves.h)
- Rotozoomer (SDL_rotozoom.h)
- Framerate control (SDL_framerate.h)
- MMX image filters (SDL_imageFilter.h)
* Graphic Primitives (SDL_gfxPrimitves.h)
* Rotozoomer (SDL_rotozoom.h)
* Framerate control (SDL_framerate.h)
* MMX image filters (SDL_imageFilter.h)
The library is backwards compatible to the above mentioned code. It is
written in plain C and can be used in C++ code.
@ -87,13 +85,12 @@ chmod 644 LICENSE AUTHORS ChangeLog NEWS README
%make_install
find %buildroot -type f -name "*.la" -delete -print
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%license LICENSE
%doc AUTHORS ChangeLog NEWS README
%_libdir/libSDL_gfx.so.15*
%_libdir/libSDL_gfx.so.[0-9]*
%files -n libSDL_gfx-devel
%_includedir/SDL/

View File

@ -1,6 +1,6 @@
libSDL_gfx15
libSDL_gfx16
provides "SDL_gfx-<targettype> = <version>"
obsoletes "SDL_gfx-<targettype> <= <version>"
libSDL_gfx-devel
requires -libSDL_gfx-<targettype>
requires "libSDL_gfx15-<targettype> = <version>"
requires "libSDL_gfx16-<targettype> = <version>"