Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
3392a9e4ea | |||
7142253b9c
|
|||
56ec77c7b2 | |||
d275edf3a5 | |||
9275ccc8a6 | |||
e1b892ba3b | |||
6b1ad4b2f4 |
BIN
SDL2_image-2.8.4.tar.gz
(Stored with Git LFS)
BIN
SDL2_image-2.8.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
SDL2_image-2.8.8.tar.gz
(Stored with Git LFS)
Normal file
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
BIN
SDL2_image-2.8.8.tar.gz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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 don’t 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>
|
Thu Dec 26 23:21:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: SDL2_image
|
Name: SDL2_image
|
||||||
%define lname libSDL2_image-2_0-0
|
%define lname libSDL2_image-2_0-0
|
||||||
Version: 2.8.4
|
Version: 2.8.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple DirectMedia Layer 2 image loading library
|
Summary: Simple DirectMedia Layer 2 image loading library
|
||||||
License: Zlib
|
License: Zlib
|
||||||
@@ -27,7 +27,6 @@ URL: https://libsdl.org/projects/SDL_image/
|
|||||||
Source: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz
|
Source: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz
|
||||||
Source2: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz.sig
|
Source2: https://github.com/libsdl-org/SDL_image/releases/download/release-%version/SDL2_image-%version.tar.gz.sig
|
||||||
Source9: %name.keyring
|
Source9: %name.keyring
|
||||||
BuildRequires: SDL2-devel >= 2.24
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
@@ -38,6 +37,8 @@ BuildRequires: pkgconfig(libavif)
|
|||||||
BuildRequires: pkgconfig(libjxl)
|
BuildRequires: pkgconfig(libjxl)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(libwebp)
|
BuildRequires: pkgconfig(libwebp)
|
||||||
|
BuildRequires: pkgconfig(sdl2) >= 2.24
|
||||||
|
Provides: bundled(stb_image) = 2.30
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a library to load images of various formats as SDL
|
This is a library to load images of various formats as SDL
|
||||||
|
@@ -1,4 +0,0 @@
|
|||||||
mtime: 1738437507
|
|
||||||
commit: 9275ccc8a651097ae3a24c0054e87dc92206366e703101cd14596d26fe018b1d
|
|
||||||
url: https://src.opensuse.org/jengelh/SDL2_image
|
|
||||||
revision: master
|
|
1
baselibs.conf
Normal file
1
baselibs.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
libSDL2_image-2_0-0
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9fa16dad5561f95334bf284a5a45258ef35380015dfa89a7d028662004f07839
|
|
||||||
size 256
|
|
Reference in New Issue
Block a user