commit: f34a8885b0892a53ecc2fb8280963c7510245ecd Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Nov 12 18:10:39 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Nov 12 18:10:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34a8885
media-libs/libsdl2: drop 2.32.56 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> media-libs/libsdl2/Manifest | 1 - media-libs/libsdl2/libsdl2-2.32.56.ebuild | 59 ------------------------------- 2 files changed, 60 deletions(-) diff --git a/media-libs/libsdl2/Manifest b/media-libs/libsdl2/Manifest index 5c1744a44fc4..7ff7306ebedd 100644 --- a/media-libs/libsdl2/Manifest +++ b/media-libs/libsdl2/Manifest @@ -5,5 +5,4 @@ DIST SDL2-2.32.2.tar.gz 7627192 BLAKE2B 5ea13fe60f2388e2ff61f60413ec71be84a429b6 DIST SDL2-2.32.4.tar.gz 7627336 BLAKE2B 55a24c75c90d77358b647d44c05525ee00bc69f6ed662894bfc32a26dee816254e5ce4a6ab0fdd20e6854b46ff222a13ed83a08d94595e2c26b8bf65e8e012fb SHA512 36e2f9cc743703f03a4fa161b5a8134ded58be8952cd4a1e019ea013c744ece2ef83eac7a79257ee4ce9190dc79d33108cb6f2613d7f935aebe50af8be100a7b DIST SDL2-2.32.6.tar.gz 7627447 BLAKE2B d08c733d87af036e8a015a4ef313bbdf4049d7ddc3968693a820ea69e473f2df486eda02303d8fd6b33c2d166dcb7dee7ac0cba19e0b8198c80db7d996fe4702 SHA512 2dae8ae9f10e160a50f625daddad891d25e782130e5a5e3f02079d94ab8858aca92ab8871ab19fdf5be6aca83ffeb9c1ea03949841c2506066f12d2bf2332d47 DIST SDL2-2.32.8.tar.gz 7627356 BLAKE2B 01cbe46513cffac1bb43e82353448288359d957910e40c96d83cb4993c00a3ed409e95221a42563a3abf720468744c46da54fe889755f212260cc7c2f57b3830 SHA512 484c33638e7bd1002815bb1f6a47a292d1eaf0b963598dde65f4a3e077dfe75ee35b9ea4b3b767365b3ef4f613c4d69ce55b5e96675de562994344e83a978272 -DIST sdl2-compat-2.32.56.tar.gz 2818364 BLAKE2B ffe635f2f2f220715752185587a4c4cc343acbfe1c17cd96afe176a65354926902b9d26d09c1688130a74561036da808aadc2f93467d4634bf692ffe69b26e57 SHA512 6117480fb29df01779b38e54596994a0e21f7c2247791ac3e2c8e416ea4c1048a3c00c04d74610b208076f9a79a5afee47cd4a072bdd69ddcecdf506fb6517b2 DIST sdl2-compat-2.32.58.tar.gz 2821798 BLAKE2B cf0f86cad3e0d5881ba1a83bf790222ba860ac67ddf5d5e99be973e05b908e1fc18b1f3923ebc4e9389d0b29f2c6b35b31ef92242c463f84783ec14e4a36a35e SHA512 e68e4fbbcd7441f829b2b4399637d4dace6f8cc275cc7ae8221f6c6a06267c0163402974bb5770abef91d65893eea6faecf067f675160e730df77d9ec3fbb50c diff --git a/media-libs/libsdl2/libsdl2-2.32.56.ebuild b/media-libs/libsdl2/libsdl2-2.32.56.ebuild deleted file mode 100644 index 30cea28a5b43..000000000000 --- a/media-libs/libsdl2/libsdl2-2.32.56.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib dot-a - -# TODO: switch to new description when non-compat is gone, this is so it is -# not displayed on packages.gentoo.org which may be confusing for users -DESCRIPTION="Simple Direct Media Layer" -#DESCRIPTION="Simple Direct Media Layer 2 compatibility wrapper around SDL3" -HOMEPAGE="https://www.libsdl.org/" -SRC_URI="https://www.libsdl.org/release/sdl2-compat-${PV}.tar.gz" -S=${WORKDIR}/sdl2-compat-${PV} - -LICENSE="ZLIB" -SLOT="0" -# unkeyworded for testing -#KEYWORDS="~amd64" -# this skips most non-compat libsdl2 former IUSE that are not used by revdeps, -# albeit it is questionable that some depend on audio alsa/pipewire (note that -# static-libs is left out because it is useless for static-only builds given -# it will dlopen the shared libsdl3 anyway) -# -# TODO: either update revdeps to have (+) on no-op IUSE (haptic, joystick, -# sound, and video) then cleanup, or don't for less overlay issues and instead -# force in profiles to avoid unnecessary rebuilds -- not forced right now given -# >=2.32.50 would force for a potential future non-compat 2.34.0 fwiw -IUSE=" - X alsa gles2 +haptic +joystick kms opengl pipewire pulseaudio - +sound test +video vulkan wayland -" -REQUIRED_USE="gles2? ( opengl )" -RESTRICT="!test? ( test )" - -# libsdl3 is dlopen'ed and USE at build time should not matter, it enables -# everything but will not work without libsdl3 support at runtime -RDEPEND=" - >=media-libs/libsdl3-3.2.12[X?,alsa?,opengl?,pipewire?,pulseaudio?,vulkan?,wayland?,${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND}" - -src_configure() { - lto-guarantee-fat - - local mycmakeargs=( - -DSDL2COMPAT_TESTS=$(usex test) - ) - - cmake-multilib_src_configure -} - -src_install() { - cmake-multilib_src_install - - strip-lto-bytecode - - rm -r -- "${ED}"/usr/share/licenses || die -}
