forked from pool/SDL2_image
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
deb07bb2c4 | ||
|
db513b246b | ||
|
3244469834 | ||
|
8291d20dda | ||
e8e4f2afd0 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f486bbfbcf8464dd58c9e5d93394ab0255ce68b51c5a966a918244820a76ddc
|
||||
size 11362515
|
BIN
SDL2_image-2.8.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
SDL2_image-2.8.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: SDL2_image
|
||||
%define lname libSDL2_image-2_0-0
|
||||
Version: 2.8.2
|
||||
Version: 2.8.4
|
||||
Release: 0
|
||||
Summary: Simple DirectMedia Layer 2 image loading library
|
||||
License: Zlib
|
||||
@ -28,9 +28,11 @@ 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
|
||||
BuildRequires: automake
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libavif)
|
||||
BuildRequires: pkgconfig(libjxl)
|
||||
@ -68,6 +70,7 @@ TIFF and WEBP formats.
|
||||
%autosetup -p1
|
||||
dos2unix *.txt
|
||||
rm -rf external
|
||||
autoreconf -fi
|
||||
|
||||
%build
|
||||
# --disable-*-shared: Link, rather than dlopen.
|
||||
|
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1735258490
|
||||
commit: e1b892ba3b81301055a9b411248551169a431cbecae59f6dc1e8f53aba8ed9f6
|
||||
url: https://src.opensuse.org/jengelh/SDL2_image
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11e51baa3fadec245995bdd1b0e003fdd59e46358d46207720cecdadd02ff172
|
||||
size 256
|
Loading…
Reference in New Issue
Block a user