flash-player-projector-32.0.0.465nymphos
download
# Copyright 2026 NymphOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Adobe Flash Player Projector"
HOMEPAGE="https://www.adobe.com/support/flashplayer/debug_downloads.html"
WB_URI="https://web.archive.org/web"
AF_URI="https://fpdownload.macromedia.com/pub/flashplayer/updaters/${PV%%.*}"
SRC_URI="
!debug? (
${WB_URI}/20220331041207if_/${AF_URI}/flash_player_sa_linux.x86_64.tar.gz -> flash_player_sa_linux-${PV}-x86_64.tar.gz
)
debug? (
${WB_URI}/20220331041147if_/${AF_URI}/flash_player_sa_linux_debug.x86_64.tar.gz -> flash_player_sa_linux_debug-${PV}-x86_64.tar.gz
)"
S="${WORKDIR}"
LICENSE="AdobeFlash"
SLOT="0"
KEYWORDS="~amd64"
IUSE="debug"
RESTRICT="bindist mirror strip"
RDEPEND="
dev-libs/nss
media-libs/mesa
x11-libs/gtk+:2"
QA_PREBUILT="usr/*"
src_install() {
if use debug; then
dobin flashplayerdebugger
else
dobin flashplayer
fi
}