# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit desktop xdg DESCRIPTION="A free-to-win rhythm game. Rhythm is just a click away!" HOMEPAGE="https://osu.ppy.sh/ https://github.com/ppy/osu" SRC_URI="https://github.com/ppy/osu/releases/download/${PV}-lazer/osu.AppImage -> osu-lazer-${PV}.AppImage" S="${WORKDIR}/squashfs-root" LICENSE="MIT CC-BY-NC-4.0" SLOT="0/stable" KEYWORDS="-* ~amd64" IUSE="complete-icon gamemode pipewire sdl2 system-ffmpeg +system-sdl" RESTRICT="bindist mirror" RDEPEND=" !games-arcade/osu-lazer dev-util/lttng-ust:0/2.12 gamemode? ( games-util/gamemode ) pipewire? ( media-video/pipewire[pipewire-alsa] ) system-ffmpeg? ( media-video/ffmpeg-compat:4 ) system-sdl? ( sdl2? ( osu-lazer <