forked from pool/SDL2_image
- Update to release 2.6.2
OBS-URL: https://build.opensuse.org/package/show/games/SDL2_image?expand=0&rev=35
This commit is contained in:
parent
2d9ebd2e47
commit
0efca96e40
@ -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
3
SDL2_image-2.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
|
||||||
|
size 9814907
|
@ -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>
|
Mon Aug 1 21:46:55 UTC 2022 - 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.6.1
|
Version: 2.6.2
|
||||||
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,13 +27,15 @@ URL: https://libsdl.org/projects/SDL_image/
|
|||||||
|
|
||||||
#Hg-Clone: http://hg.libsdl.org/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
|
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: dos2unix
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: pkgconfig(libavif)
|
||||||
|
BuildRequires: pkgconfig(libjxl)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(libwebp)
|
BuildRequires: pkgconfig(libwebp)
|
||||||
BuildRequires: pkgconfig(sdl2) >= 2.0.8
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a simple library to load images of various formats as SDL
|
This is a simple library to load images of various formats as SDL
|
||||||
@ -43,7 +45,6 @@ TIFF and WEBP formats.
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Simple DirectMedia Layer 2 image loading library
|
Summary: Simple DirectMedia Layer 2 image loading library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: SDL2_image = %version-%release
|
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
This is a simple library to load images of various formats as SDL
|
This is a simple library to load images of various formats as SDL
|
||||||
|
Loading…
Reference in New Issue
Block a user