Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
ae637b04dd | |||
d2f309b650 | |||
d2b70472ea | |||
54f6aaaf3d |
BIN
release-1.2.60.tar.gz
(Stored with Git LFS)
BIN
release-1.2.60.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
release-1.2.68.tar.gz
Normal file
3
release-1.2.68.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63c6e4dcc1154299e6f363c872900be7f3dcb3e42b9f8f57e05442ec3d89d02d
|
||||
size 460180
|
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 19:02:23 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.68
|
||||
* sync dr_mp3 with mainstream
|
||||
* Add null check to SDL_LoadWAV_RW to avoid crashes
|
||||
* Add quirk entry: deactivate GL scaling for Trine (2011 Humble
|
||||
Bundle version) and Mark of the Ninja (HB)
|
||||
* Add quirk entry: set Hyperspace Delivery Boy to run in 16bpp mode
|
||||
* Add quirk handling: add ability to force XInitThreads before
|
||||
main()
|
||||
* Allocate the video surface object statically as a global
|
||||
* Add a hint to clamp the reported screen bit depth
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 26 08:13:33 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2.64
|
||||
* Some games started working: Steel Storm Burning Retribution,
|
||||
Maelstrom, Quake 2 XP, boswars, pink-pony, Sid Meier's Alpha
|
||||
Centauri (Loki version), xrick, grafx2, MLT, tuxfootball,
|
||||
freedroid.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 16:54:07 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sdl12_compat
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
Name: sdl12_compat
|
||||
%define lname libSDL-1_2-0
|
||||
%global _lto_cflags %_lto_cflags -ffat-lto-objects
|
||||
Version: 1.2.60
|
||||
Version: 1.2.68
|
||||
Release: 0
|
||||
Summary: SDL-1.2 Compatibility Layer for Simple DirectMedia Layer 2.0
|
||||
License: MIT
|
||||
@@ -32,6 +32,9 @@ BuildRequires: cmake
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
|
||||
# A list of known apps/issues is at
|
||||
# docs.google.com/spreadsheets/d/1u8Rq3LVQYYgu28sBuxrZ371QolbiZu5z_LjENc4ddZs/edit
|
||||
|
||||
%description
|
||||
This is the "Simple DirectMedia Layer" library built from sdl12_compat.
|
||||
it provides a binary and source compatible API for programs written
|
||||
|
Reference in New Issue
Block a user