1
0
forked from pool/SDL2_image

Accepting request 998297 from games

- Update to release 2.6.2

OBS-URL: https://build.opensuse.org/request/show/998297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2_image?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-08-21 14:35:19 +00:00 committed by Git OBS Bridge
commit 099836f9fc
4 changed files with 14 additions and 6 deletions

View File

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

3
SDL2_image-2.6.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
size 9814907

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 20 08:13:36 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.6.2
* Build updates for non-Linux platforms
- Enable AVIF, JXL
-------------------------------------------------------------------
Mon Aug 1 21:46:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
Name: SDL2_image
%define lname libSDL2_image-2_0-0
Version: 2.6.1
Version: 2.6.2
Release: 0
Summary: Simple DirectMedia Layer 2 image loading library
License: Zlib
@ -27,13 +27,15 @@ 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: dos2unix
BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(libavif)
BuildRequires: pkgconfig(libjxl)
BuildRequires: pkgconfig(libpng)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(sdl2) >= 2.0.8
%description
This is a simple library to load images of various formats as SDL
@ -43,7 +45,6 @@ TIFF and WEBP formats.
%package -n %lname
Summary: Simple DirectMedia Layer 2 image loading library
Group: System/Libraries
Provides: SDL2_image = %version-%release
%description -n %lname
This is a simple library to load images of various formats as SDL