10 Commits

Author SHA256 Message Date
ced8ec2fc5 Accepting request 1252665 from games
- Require x11/xproto (optional components) for building
  sdl12-compat itself

OBS-URL: https://build.opensuse.org/request/show/1252665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sdl12_compat?expand=0&rev=8
2025-03-13 14:04:22 +00:00
OBS User unknown
3ea33b30b8 [info=a365ca992c705fa4e65e913f69bc654177f2702a7fcf99d50eb7ccd590acea19]
OBS-URL: https://build.opensuse.org/package/show/games/sdl12_compat?expand=0&rev=27
2025-03-13 08:19:11 +00:00
OBS User unknown
189bd2070b [info=45481ab5787682099ad65fa8c4d13816c7fa7f81102f9b116debafa066298760]
OBS-URL: https://build.opensuse.org/package/show/games/sdl12_compat?expand=0&rev=26
2025-03-13 08:00:11 +00:00
842d44b030 Accepting request 1251885 from games
- Delete self-conflicts

OBS-URL: https://build.opensuse.org/request/show/1251885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sdl12_compat?expand=0&rev=7
2025-03-11 19:42:14 +00:00
OBS User unknown
222e64fddc [info=6cb784db470d7b5916de4c68f8779110e20d40cd0010ab97c5dfacb33e9b41f6]
OBS-URL: https://build.opensuse.org/package/show/games/sdl12_compat?expand=0&rev=25
2025-03-10 19:22:13 +00:00
ab5869e2fa [info=ae637b04dd8c9b4795fe53e479dd848b1a9a4450f75b038d2bef635c5fb6548e]
OBS-URL: https://build.opensuse.org/package/show/games/sdl12_compat?expand=0&rev=24
2024-08-21 13:15:57 +00:00
ae637b04dd Accepting request 1113762 from games
- Update to release 1.2.68

OBS-URL: https://build.opensuse.org/request/show/1113762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sdl12_compat?expand=0&rev=6
2023-09-29 19:13:07 +00:00
d2f309b650 - Update to release 1.2.68
OBS-URL: https://build.opensuse.org/package/show/games/sdl12_compat?expand=0&rev=22
2023-09-26 19:06:13 +00:00
d2b70472ea Accepting request 1090453 from games
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1090453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sdl12_compat?expand=0&rev=5
2023-06-04 14:41:24 +00:00
54f6aaaf3d - Update to release 1.2.64
OBS-URL: https://build.opensuse.org/package/show/games/sdl12_compat?expand=0&rev=20
2023-05-26 08:20:42 +00:00
6 changed files with 51 additions and 6 deletions

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1741853942
commit: a365ca992c705fa4e65e913f69bc654177f2702a7fcf99d50eb7ccd590acea19
url: https://src.opensuse.org/jengelh/sdl12_compat
revision: master

3
build.specials.obscpio Normal file
View File

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

BIN
release-1.2.60.tar.gz (Stored with Git LFS)

Binary file not shown.

3
release-1.2.68.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Mar 13 08:18:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Require x11/xproto (optional components) for building
sdl12-compat itself
-------------------------------------------------------------------
Mon Mar 10 19:20:29 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Delete self-conflicts
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package sdl12_compat
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 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
@@ -31,6 +31,11 @@ Source9: %name-rpmlintrc
BuildRequires: cmake
BuildRequires: pkg-config
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xproto)
# 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.
@@ -40,7 +45,6 @@ against SDL 1.2, but it uses SDL 2.0 behind the scenes.
%package -n %lname
Summary: SDL Graphics Routines for Primitives and Other Support Functions
Group: System/Libraries
Conflicts: libSDL-1_2-0
%requires_eq %(rpm --qf "%%{name}" -qf $(readlink -f %{_libdir}/libSDL2.so))
%description -n %lname