From 0efca96e40ef77ec71ff94b2dc047bae4349779cd643dc93b7a52c9a50457c38 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 20 Aug 2022 08:17:16 +0000 Subject: [PATCH] - Update to release 2.6.2 OBS-URL: https://build.opensuse.org/package/show/games/SDL2_image?expand=0&rev=35 --- SDL2_image-2.6.1.tar.gz | 3 --- SDL2_image-2.6.2.tar.gz | 3 +++ SDL2_image.changes | 7 +++++++ SDL2_image.spec | 7 ++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 SDL2_image-2.6.1.tar.gz create mode 100644 SDL2_image-2.6.2.tar.gz diff --git a/SDL2_image-2.6.1.tar.gz b/SDL2_image-2.6.1.tar.gz deleted file mode 100644 index 027d925..0000000 --- a/SDL2_image-2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccf7719c55a78356fbc9135a96848ac252fe030e433d217d8a579181694d90fa -size 9811313 diff --git a/SDL2_image-2.6.2.tar.gz b/SDL2_image-2.6.2.tar.gz new file mode 100644 index 0000000..5b45e06 --- /dev/null +++ b/SDL2_image-2.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777 +size 9814907 diff --git a/SDL2_image.changes b/SDL2_image.changes index 3499cac..95b7dbf 100644 --- a/SDL2_image.changes +++ b/SDL2_image.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Aug 20 08:13:36 UTC 2022 - Jan Engelhardt + +- 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 diff --git a/SDL2_image.spec b/SDL2_image.spec index be8350f..14862b9 100644 --- a/SDL2_image.spec +++ b/SDL2_image.spec @@ -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