9 Commits

Author SHA256 Message Date
d3e9da2c48 Accepting request 1198600 from games
- Update to release 2.30.7

OBS-URL: https://build.opensuse.org/request/show/1198600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=68
2024-09-05 13:46:11 +00:00
OBS User unknown
4e203e98db [info=24c6ba383f86ecade811a7da4514216bb2b3a2e1eabffcede45fa4e683a8de5d]
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=191
2024-09-03 23:57:57 +00:00
970a14c8de Accepting request 1197426 from games
- Don't build with fcitx support

OBS-URL: https://build.opensuse.org/request/show/1197426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=67
2024-08-30 11:29:18 +00:00
OBS User unknown
5e0dc6e3cc [info=6cf087f53a0538c2096fc56bb068ba3f818a2f9027fcda1b82ff7a1b4a5137d9]
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=190
2024-08-29 09:29:38 +00:00
865ed0dbee Accepting request 1194251 from games
- Update to release 2.30.6

OBS-URL: https://build.opensuse.org/request/show/1194251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=66
2024-08-17 10:40:48 +00:00
OBS User unknown
783168c3e6 [info=c2e6b65d02c849f35c5f1966e48a2013c66d2fdcd6add96f0c3cad0b554b8c9c]
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=189
2024-08-16 09:02:01 +00:00
9bee9c0209 [info=e6f4d93d59c74c04ff7ff7226e89fffa485bc260838bffb7a89112f783b32f36]
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=188
2024-07-10 08:33:18 +00:00
9241d3816c Accepting request 1181406 from games
- Update to release 2.30.4

OBS-URL: https://build.opensuse.org/request/show/1181406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=65
2024-06-18 20:50:41 +00:00
47d815b7ca - Update to release 2.30.4
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=186
2024-06-18 07:33:06 +00:00
8 changed files with 52 additions and 9 deletions

View File

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

Binary file not shown.

BIN
SDL2-2.30.7.tar.gz LFS Normal file

Binary file not shown.

BIN
SDL2-2.30.7.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue Sep 3 23:59:48 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.30.7
* Added support for the Retro-bit Controller in PS3 mode
* Fixed the cursor becoming visible when using relative mode
under XWayland
* Fixed Direct Rendering Manager initialization failure on some
Linux systems
* Fixed a crash when the current mouse capture window is
destroyed
-------------------------------------------------------------------
Thu Aug 29 09:07:45 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Don't build with fcitx support. fcitx support was just added
because of a bug (boo#1025413) that could be fixed by building
with fcitx support but upstream SDL2 developers fixed it
in 2.0.5 when building without fcitx support too. Also fcitx
support has always been disabled in SLE/Leap and in Factory
it's built against fcitx 4.2.9.9, not the newer fcitx5 so
let's disable it in order to reduce dependencies.
-------------------------------------------------------------------
Fri Aug 16 08:57:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.30.6
* Improved detection of Nintendo Switch Pro controller report mode
* Fixed a rare crash when a controller is disconnected
-------------------------------------------------------------------
Tue Jun 18 07:32:33 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.30.4
* Added support for the Saitek Cyborg V.3 Rumble Pad in PS3 mode
* Added support for the Razer Kitsune in PS5 mode
* Added Linux bindings for the Qanba Drone 2 Arcade Joystick
* Leave Nintendo Online controllers in simple report mode so
they work with DirectInput games
* Enable using libusb for GameCube controllers when available
-------------------------------------------------------------------
Wed May 1 19:03:52 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -19,7 +19,7 @@
%define sle_version 0
Name: SDL2
%define lname libSDL2-2_0-0
Version: 2.30.3
Version: 2.30.7
Release: 0
Summary: Simple DirectMedia Layer Library
License: Zlib
@@ -37,9 +37,6 @@ BuildRequires: libdecor-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(alsa) >= 1.0.11
BuildRequires: pkgconfig(dbus-1)
%if !0%{?sle_version}
BuildRequires: pkgconfig(fcitx)
%endif
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glesv1_cm)
@@ -117,9 +114,7 @@ perl -i -pe 's{\r\n}{\n}g' *.txt README.md
# In this instance, we do want --with-pic because of libSDL2main.a.
%configure --with-pic --disable-alsa-shared --disable-video-directfb \
--enable-video-kmsdrm --enable-video-wayland \
%if 0%{?sle_version}
--disable-fcitx \
%endif
%ifarch ix86
--enable-sse2=no \
%endif

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1725408177
commit: 24c6ba383f86ecade811a7da4514216bb2b3a2e1eabffcede45fa4e683a8de5d
url: https://src.opensuse.org/jengelh/SDL2
revision: master

BIN
build.specials.obscpio LFS Normal file

Binary file not shown.