commit:     fff550b1bccbb4d61bba3189229e3888e3c783fe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 19 08:58:51 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 19 08:59:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff550b1

media-libs/sdl2-image: depend on >=dev-libs/libsdl2-2.30.0

For libsdl2, SDL_PIXELFORMAT_RGBX32 was added in:

commit 1bb5448fe80160a7e7549fee043e91c63da0b209
Author: Cameron Cawley <ccawley2011 <AT> gmail.com>
Date:   Fri Nov 17 18:40:50 2023 +0000

    Use the correct pixel formats for OpenGL ES on big endian

Revbump given the bound was quite low before and may well have been
missing actual functions needed.

Closes: https://bugs.gentoo.org/953472
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../sdl2-image/{sdl2-image-2.8.5.ebuild => sdl2-image-2.8.5-r1.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-image/sdl2-image-2.8.5.ebuild 
b/media-libs/sdl2-image/sdl2-image-2.8.5-r1.ebuild
similarity index 98%
rename from media-libs/sdl2-image/sdl2-image-2.8.5.ebuild
rename to media-libs/sdl2-image/sdl2-image-2.8.5-r1.ebuild
index b24bdc86ad59..93a13ddec662 100644
--- a/media-libs/sdl2-image/sdl2-image-2.8.5.ebuild
+++ b/media-libs/sdl2-image/sdl2-image-2.8.5-r1.ebuild
@@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( jpeg png )"
 
 RDEPEND="
-       >=media-libs/libsdl2-2.0.9[${MULTILIB_USEDEP}]
+       >=media-libs/libsdl2-2.30.0[${MULTILIB_USEDEP}]
        >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
        avif? ( >=media-libs/libavif-1.0.0:=[${MULTILIB_USEDEP}] )
        png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )

Reply via email to