firestorm-bin-6.3.2-r2didos
download
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit eutils desktop
REVISION=58052
DESCRIPTION="An open source metaverse viewer"
HOMEPAGE="http://www.firestormviewer.org/"
MY_P="Phoenix_Firestorm-Releasex64_x86_64_${PV}.${REVISION}"
# SRC_URI="https://downloads.firestormviewer.org/preview/linux/${MY_P}.tar.xz"
SRC_URI="http://downloads.firestormviewer.org/linux/${MY_P}.tar.xz"
# http://downloads.firestormviewer.org/linux/Phoenix_Firestorm-Releasex64_x86_64_6.3.2.58052.tar.xz
RESTRICT="mirror"
LICENSE="GPL-2-with-Linden-Lab-FLOSS-exception"
SLOT="0"
KEYWORDS="~amd64 -*"
IUSE=""
INST_DIR="opt/firestorm-bin"
QA_PREBUILT="${INST_DIR}/*"
RDEPEND="
sys-libs/glibc
sys-apps/dbus
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXinerama
dev-libs/libgcrypt
dev-libs/libgpg-error
dev-libs/openssl
dev-libs/boost
media-libs/freetype
media-libs/libogg
media-libs/libsdl
media-libs/libvorbis
media-libs/gstreamer
media-libs/openal
media-plugins/gst-plugins-meta
net-libs/gnutls
net-misc/curl
net-dns/c-ares
sys-libs/zlib
virtual/glu
virtual/opengl
"
DEPEND="${RDEPEND}
app-admin/chrpath
"
S="${WORKDIR}/${MY_P}"
src_prepare() {
# shouldn't need to null RPATH with chrpath - but scanelf
# reports 'Security problem NULL DT_RPATH' otherwise
chrpath -r '' lib/libffi.so.5.0.10
scanelf -Xr lib/libffi.so.5.0.10
chrpath -r '' lib/libalut.so.0.0.0
scanelf -Xr lib/libalut.so.0.0.0
eapply_user
}
src_install() {
mkdir -p "${D}/${INST_DIR}/"
cp -a . "${D}/${INST_DIR}/" || die
dosym /${INST_DIR}/firestorm /usr/bin/firestorm-bin
insinto /etc/revdep-rebuild
doins "${FILESDIR}"/70${PN}
make_desktop_entry firestorm-bin "Phoenix Firestorm Viewer (bin)" /${INST_DIR}/firestorm_icon.png
}