net-misc/nxplayer - 9.5.7 (bentoo)

Search

Install

Install this version:

emerge -a =net-misc/nxplayer-9.5.7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/nxplayer-9.5.7

Or alternatively:

emerge --autounmask-write -a =net-misc/nxplayer-9.5.7

Package Information

Description:
Client for NoMachine remote servers
Homepage:
https://www.nomachine.com
License:
nomachine

Ebuild Details

Version EAPI Keywords Slot
9.5.7 8 -* ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit unpacker

MY_P="nomachine_${PV}_2"

DESCRIPTION="Client for NoMachine remote servers"
HOMEPAGE="https://www.nomachine.com"
SRC_URI="amd64? ( https://web9001.nomachine.com/download/$(ver_cut 1-2)/Linux/${MY_P}_amd64.deb )
	x86? ( https://web9001.nomachine.com/download/$(ver_cut 1-2)/Linux/${MY_P}_i386.deb )"
S="${WORKDIR}/usr/share/NX/packages/server"

LICENSE="nomachine"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"

RDEPEND="
	|| (
		sys-libs/libxcrypt[compat]
		sys-libs/glibc[crypt(-)]
	)
	dev-libs/glib:2
	dev-libs/openssl:0
"

QA_PREBUILT="*"
RESTRICT="bindist mirror strip"

src_install() {
	dodir /opt
	tar xozf nxrunner.tar.gz -C "${ED}"/opt || die
	tar xozf nxplayer.tar.gz -C "${ED}"/opt || die

	doenvd "${FILESDIR}"/50nxplayer
	dosym -r /opt/NX/bin/nxplayer /opt/bin/nxplayer
}

Inherited Eclasses

Dependencies

RDEPEND

	|| (
		sys-libs/libxcrypt[compat]
		sys-libs/glibc[crypt(-)]
	)
	dev-libs/glib:2
	dev-libs/openssl:0