7 Commits

Author SHA256 Message Date
3392a9e4ea Use pkgconfig() to locate build requirements 2025-07-14 16:46:02 +02:00
7142253b9c Add baselibs.conf
Some proprietary 32-bit games need this and don’t provide versions
that work with Tumbleweed.
2025-04-16 01:21:47 +02:00
56ec77c7b2 SDL_image 2.8.8 2025-03-04 00:33:06 +01:00
d275edf3a5 SDL_image 2.8.6 2025-03-02 11:01:32 +01:00
9275ccc8a6 Add keyring 2025-02-01 20:18:27 +01:00
e1b892ba3b SDL_image 2.8.4 2024-12-27 01:14:50 +01:00
6b1ad4b2f4 SDL_image 2.8.3 2024-12-18 01:52:02 +01:00
7 changed files with 81 additions and 13 deletions

View File

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

BIN
SDL2_image-2.8.8.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
SDL2_image-2.8.8.tar.gz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Jul 14 14:45:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Use pkgconfig() to locate build requirements
-------------------------------------------------------------------
Tue Apr 15 23:20:54 UTC 2025 - Mia Herkt <mia@0x0.st>
- Add baselibs.conf
Some proprietary 32-bit games need this and dont provide
versions that work with Tumbleweed.
-------------------------------------------------------------------
Mon Mar 3 23:28:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.8
* Fixed alpha in less-than-32-bit ICO and CUR images
-------------------------------------------------------------------
Sun Mar 2 10:00:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.6
* Fixed partial alpha in ICO and CUR images
* Fixed reading beyond the end of the PNG image when using
stb_image
-------------------------------------------------------------------
Thu Dec 26 23:21:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.4
* Fixed a regression in the last release with certain grayscale
PNG images
-------------------------------------------------------------------
Tue Dec 17 23:27:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.3
* Fixed handling of grayscale images with alpha
-------------------------------------------------------------------
Mon Jan 1 21:44:53 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

25
SDL2_image.keyring Normal file
View File

@@ -0,0 +1,25 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org
mQGiBDpWOb0RBADQwd3d9mzt6KzqlsgXf9mikBuMbpKzYs1SBKYpdzUs9sRY0CnH
vCQTrL5sI57yKLnqEl6SbIiE75ZwrSWwvUDFFTh35Jew5nPZwv64en2kw2y4qrnJ
kBZCHDSU4KgfUZtoJ25Tmeru5MLNbXxCOoMszO5L5OchwMrGMtmFLRA/bwCgy5Th
d1/vJo+bej9tbgv++SJ05o0D/3MPK7EBoxWkQ0I+ScqOsvSMRQXWc/hXy4lyIp8e
xJByBApkv0LiiT3KlPpq/K2gTlDlCZ/JTt6Rv8Ug0g47R3a0aoz9kfc15UjHdiap
UOfF9MWmmbw59Lyx6+y2e0/C5xWzNOR1G4G5y4RZL/GXrp67xz/0fEhI85R+eASq
AEfSBAC5ZxwnBwyl+h+PXeJYKrPQjSUlgtSAkKp7PNBywwlue1LcSb7j4cc+cmgH
QMVuM883LPE59btNzFTAZjlzzIMiaXf5h9EkDARTGQ1wFiO3V5vIbVLh4kAoNfpT
egy7bYn3UrlbKg3V2DbCdEXm1zQufZzK7T0yenA5Ps8xXX7mNrQhU2FtIExhbnRp
bmdhIDxzbG91a2VuQGxpYnNkbC5vcmc+iFcEExECABcFAjpWOb0FCwcKAwQDFQMC
AxYCAQIXgAAKCRAwpZN3p3Y75t9RAJ48WI+nOPes0WK7t381Ij4JfSYxWQCgjpMa
Dg3/ah23HZhYtTKtHUzD9zi5AQ0EOlY5wxAEAPvjB0B5RNAj8hBF/Lq78w5rJ1/f
5RqWXmdfxApuEE/9OEFXUSUXms9f/IWvySdyf48Pk4t2h8b8i7F0f3R+tcCp6m0P
t1BSNHYumfmtonTy5FHqpwBVlEi7I0s5mD3kxO+k8PQbATHH5smFnoz2UTc+MzQj
UdtTzXUkUgqvf9zTAAMGA/9Y/h6rhi3YYXeI6SmbXqcmzsQKzaWVhLew67szejnY
sKIJ1ja4MefYlthCXgmIBriNftxIGtBI0Pcmzwpn0eknRNK6NgpmESbGKCWh59Je
iAK5hdBPe47LSFVct5zSO9vQhRDyLzhzPPtB3XeoKTUkLWxBSLbeZVwcHPIK/wLa
l4hGBBgRAgAGBQI6VjnDAAoJEDClk3endjvmxmUAn3Ne6Z3UULpie8RJP15RBt6K
2MWFAJ9hK/Ls/FeBJ9d50qxmYdZ2RrTXNg==
=toqC
-----END PGP PUBLIC KEY BLOCK-----

View File

@@ -1,7 +1,7 @@
#
# spec file for package SDL2_image
#
# Copyright (c) 2024 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
@@ -18,27 +18,30 @@
Name: SDL2_image
%define lname libSDL2_image-2_0-0
Version: 2.8.2
Version: 2.8.8
Release: 0
Summary: Simple DirectMedia Layer 2 image loading library
License: Zlib
Group: Development/Libraries/X11
URL: https://libsdl.org/projects/SDL_image/
#Hg-Clone: http://hg.libsdl.org/SDL_image/
Source: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz
BuildRequires: SDL2-devel >= 2.24
Source2: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz.sig
Source9: %name.keyring
BuildRequires: automake
BuildRequires: dos2unix
BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(libavif)
BuildRequires: pkgconfig(libjxl)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(sdl2) >= 2.24
Provides: bundled(stb_image) = 2.30
%description
This is a simple library to load images of various formats as SDL
This is a library to load images of various formats as SDL
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
TIFF and WEBP formats.
@@ -48,7 +51,7 @@ Group: System/Libraries
Provides: SDL2_image = %version-%release
%description -n %lname
This is a simple library to load images of various formats as SDL
This is a library to load images of various formats as SDL
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
TIFF and WEBP formats.
@@ -60,7 +63,7 @@ Obsoletes: libSDL2_image-devel < %version-%release
Provides: libSDL2_image-devel = %version-%release
%description devel
This is a simple library to load images of various formats as SDL
This is a library to load images of various formats as SDL
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
TIFF and WEBP formats.
@@ -68,6 +71,7 @@ TIFF and WEBP formats.
%autosetup -p1
dos2unix *.txt
rm -rf external
autoreconf -fi
%build
# --disable-*-shared: Link, rather than dlopen.
@@ -80,8 +84,7 @@ rm -rf external
%make_install
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%license LICENSE.txt

1
baselibs.conf Normal file
View File

@@ -0,0 +1 @@
libSDL2_image-2_0-0