forked from jengelh/SDL2
Accepting request 1046656 from games
- Update to release 2.26.2 OBS-URL: https://build.opensuse.org/request/show/1046656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=48
This commit is contained in:
commit
080083c094
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:02537cc7ebd74071631038b237ec4bfbb3f4830ba019e569434da33f42373e04
|
|
||||||
size 8084125
|
|
Binary file not shown.
3
SDL2-2.26.2.tar.gz
Normal file
3
SDL2-2.26.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95d39bc3de037fbdfa722623737340648de4f180a601b0afad27645d150b99e0
|
||||||
|
size 8084120
|
BIN
SDL2-2.26.2.tar.gz.sig
Normal file
BIN
SDL2-2.26.2.tar.gz.sig
Normal file
Binary file not shown.
11
SDL2.changes
11
SDL2.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 3 22:40:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.26.2
|
||||||
|
* Fixed long delay at startup when a Razer keyboard is
|
||||||
|
connected
|
||||||
|
* Fixed not receiving SDLK_5 or SDL_SCANCODE_5 when using the
|
||||||
|
AZERTY keyboard layout on Linux
|
||||||
|
- Enable libsamplerate and libdecor components
|
||||||
|
- Remove unused tslib build requirement
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 1 20:38:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Thu Dec 1 20:38:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL2
|
# spec file for package SDL2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define sle_version 0
|
%define sle_version 0
|
||||||
Name: SDL2
|
Name: SDL2
|
||||||
%define lname libSDL2-2_0-0
|
%define lname libSDL2-2_0-0
|
||||||
Version: 2.26.1
|
Version: 2.26.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple DirectMedia Layer Library
|
Summary: Simple DirectMedia Layer Library
|
||||||
License: Zlib
|
License: Zlib
|
||||||
@ -33,6 +33,7 @@ Source4: baselibs.conf
|
|||||||
Patch1: sdl2-symvers.patch
|
Patch1: sdl2-symvers.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: libdecor-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(alsa) >= 1.0.11
|
BuildRequires: pkgconfig(alsa) >= 1.0.11
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
@ -52,7 +53,7 @@ BuildRequires: pkgconfig(gbm) >= 11.1.0
|
|||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.82
|
BuildRequires: pkgconfig(libdrm) >= 2.4.82
|
||||||
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
|
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(tslib)
|
BuildRequires: pkgconfig(samplerate)
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
BuildRequires: pkgconfig(wayland-client) >= 1.18
|
BuildRequires: pkgconfig(wayland-client) >= 1.18
|
||||||
BuildRequires: pkgconfig(wayland-cursor)
|
BuildRequires: pkgconfig(wayland-cursor)
|
||||||
|
Loading…
Reference in New Issue
Block a user