# Copyright 2024-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit desktop xdg _PN="${PN%-bin}" 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 -> ${_PN}-${PV}.AppImage https://github.com/ppy/osu/raw/refs/heads/master/LICENCE -> ${_PN}-LICENCE https://github.com/ppy/osu-resources/raw/refs/heads/master/LICENCE.md -> ${_PN}-resources-LICENCE.md " S="${WORKDIR}" LICENSE="MIT CC-BY-NC-4.0" SLOT="0" KEYWORDS="-* ~amd64" IUSE="complete-icon gamemode pipewire sdl2 system-ffmpeg +system-sdl" RESTRICT="mirror" DEPEND=" !games-arcade/osu-lazer !games-arcade/osu-lazer-tachyon-bin x11-themes/hicolor-icon-theme " RDEPEND=" ${DEPEND} 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? ( "${_PN}" <