commit: a6ddff8b6bf00f0c56e93c0fb7f2107b2b1a1183 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Jan 1 04:56:25 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Jan 1 05:43:29 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ddff8b
media-libs/libsdl2: drop 2.32.58 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> media-libs/libsdl2/Manifest | 1 - media-libs/libsdl2/libsdl2-2.32.58.ebuild | 66 ------------------------------- 2 files changed, 67 deletions(-) diff --git a/media-libs/libsdl2/Manifest b/media-libs/libsdl2/Manifest index b77461bf9776..cfa5fb63e56b 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.58.tar.gz 2821798 BLAKE2B cf0f86cad3e0d5881ba1a83bf790222ba860ac67ddf5d5e99be973e05b908e1fc18b1f3923ebc4e9389d0b29f2c6b35b31ef92242c463f84783ec14e4a36a35e SHA512 e68e4fbbcd7441f829b2b4399637d4dace6f8cc275cc7ae8221f6c6a06267c0163402974bb5770abef91d65893eea6faecf067f675160e730df77d9ec3fbb50c DIST sdl2-compat-2.32.60.tar.gz 2822837 BLAKE2B b6d0ed62f904cafbf302933a6e11beaef14080a0e93c28eddac9d3f99a4aa5ad4649dca0a8dd56eda54f8606bd42f7f8a83bfdf3f20f0c23588be1dea0a58022 SHA512 3dbb86f27a7fd19c78b6b69d0d5cd2ea608077d79e58b7a9fe6dbf431e9d273a9e9d77509b0ceec6d583f74eebdbb32c4e7d29f0bd8333f5cb41714f30cdee80 diff --git a/media-libs/libsdl2/libsdl2-2.32.58.ebuild b/media-libs/libsdl2/libsdl2-2.32.58.ebuild deleted file mode 100644 index 60245d3094b3..000000000000 --- a/media-libs/libsdl2/libsdl2-2.32.58.ebuild +++ /dev/null @@ -1,66 +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 except X, it -# enables everything else 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} - X? ( - x11-base/xorg-proto - x11-libs/libX11 - ) -" - -src_configure() { - lto-guarantee-fat - - local mycmakeargs=( - -DSDL2COMPAT_TESTS=$(usex test) - -DSDL2COMPAT_X11=$(usex X) - ) - - cmake-multilib_src_configure -} - -src_install() { - cmake-multilib_src_install - - strip-lto-bytecode - - rm -r -- "${ED}"/usr/share/licenses || die -}
