Install this version:
emerge -a =media-sound/upplay-1.9.12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/upplay-1.9.12
Or alternatively:
emerge --autounmask-write -a =media-sound/upplay-1.9.12
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.9.12 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
DESCRIPTION="A Qt-based UPnP audio Control point"
HOMEPAGE="https://www.lesbonscomptes.com/upplay/"
SRC_URI="https://www.lesbonscomptes.com/upplay/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/jsoncpp:=
dev-qt/qtbase:6
dev-qt/qtwebchannel:6
dev-qt/qtwebengine:6
>=net-libs/libupnpp-1.0"
RDEPEND="${DEPEND}"
src_prepare() {
eapply_user
sed -e "s:WEBPLATFORM = webkit:WEBPLATFORM = webengine:" \
-i upplay.pro
# Remove pre-generated Makefiles with wrong qmake paths
rm -f amber-mpris/Makefile amber-mpris/*/Makefile amber-mpris/.qmake.stash
}
src_compile() {
eqmake6 PREFIX="/usr"
emake
sed -e "s:Categories=.*$:Categories=Audio;AudioVideo;:" \
-i upplay.desktop
}
src_install() {
emake install INSTALL_ROOT="${D}"
}
dev-libs/jsoncpp:= dev-qt/qtbase:6 dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6 >=net-libs/libupnpp-1.0
dev-libs/jsoncpp:= dev-qt/qtbase:6 dev-qt/qtwebchannel:6 dev-qt/qtwebengine:6 >=net-libs/libupnpp-1.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | upplay-1.9.12.tar.gz | 641510 bytes | https://www.lesbonscomptes.com/upplay/downloads/upplay-1.9.12.tar.gz |