commit: 6e5a3eb7206f60feab1fff76a634b2fc8a757533 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Nov 13 21:43:39 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Nov 13 21:45:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5a3eb7
app-emulation/faudio: drop 25.09 Closes: https://bugs.gentoo.org/963098 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-emulation/faudio/Manifest | 1 - app-emulation/faudio/faudio-25.09.ebuild | 41 -------------------------------- 2 files changed, 42 deletions(-) diff --git a/app-emulation/faudio/Manifest b/app-emulation/faudio/Manifest index e6d088add0d4..35a09e208438 100644 --- a/app-emulation/faudio/Manifest +++ b/app-emulation/faudio/Manifest @@ -1,2 +1 @@ -DIST faudio-25.09.tar.gz 1130925 BLAKE2B f6f7e78ed39b73fbd9a9ea0d9e1d4d9cf0752e4741d66a160d0fbed6653e6fd5f719503eda97c703171ce101d4e9d7355a93215eb07c1a85f5b1b03065581923 SHA512 3327827801658027709ea3108b2ead2703b4755b9e83d2df2b028be8f9799bcd3b7ecd351fe44200b8c98b417f32adfeccb4cc105ac89709ef5f3fae64f22380 DIST faudio-25.10.tar.gz 1130943 BLAKE2B a4c6f4fa057c0258fdaf396be1714649ee9feb584479462c62b865cddfbb3b0be2857fcd87011e1c22d0afb836d4519250e1e0b6d29414fbdadab8f141aedb46 SHA512 08f4f8ca74c2c8d885b88388d420691358ca357b1f3f03bb1aa778cb0b9115e4ed7446fedaaa83c5b95e8a306ad596acb090fe6dfa11055b7588a342f8bf185c diff --git a/app-emulation/faudio/faudio-25.09.ebuild b/app-emulation/faudio/faudio-25.09.ebuild deleted file mode 100644 index bce49deb91f5..000000000000 --- a/app-emulation/faudio/faudio-25.09.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake-multilib flag-o-matic - -DESCRIPTION="Accuracy-focused XAudio reimplementation for open platforms" -HOMEPAGE="https://fna-xna.github.io/" -SRC_URI="https://github.com/FNA-XNA/FAudio/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/FAudio-${PV}" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug dumpvoices sdl3 test" -RESTRICT="!test? ( test )" - -RDEPEND=" - sdl3? ( media-libs/libsdl3[${MULTILIB_USEDEP}] ) - !sdl3? ( media-libs/libsdl2[${MULTILIB_USEDEP},sound] ) -" -DEPEND="${RDEPEND}" - -src_configure() { - append-cppflags -D_DEFAULT_SOURCE # usleep() in tests - use debug || append-cppflags -DFAUDIO_DISABLE_DEBUGCONFIGURATION - - local mycmakeargs=( - -DBUILD_SDL3="$(usex sdl3)" - -DBUILD_TESTS="$(usex test)" - -DDUMP_VOICES="$(usex dumpvoices)" - ) - - cmake-multilib_src_configure -} - -multilib_src_test() { - einfo "Running faudio_tests, this may take some time without output..." - SDL_AUDIODRIVER=dummy "${BUILD_DIR}"/faudio_tests || die -}
