Install this version:
emerge -a =media-sound/spotify-qt-4.0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/spotify-qt-4.0.3
Or alternatively:
emerge --autounmask-write -a =media-sound/spotify-qt-4.0.3
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="Lightweight Spotify client using Qt"
HOMEPAGE="https://github.com/kraxarn/spotify-qt"
SRC_URI="https://github.com/kraxarn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-qt/qtbase:6[dbus,gui,network,widgets]
dev-qt/qtsvg:6"
dev-qt/qtbase:6[dbus,gui,network,widgets] dev-qt/qtsvg:6
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | spotify-qt-4.0.3.tar.gz | 778934 bytes | https://github.com/kraxarn/spotify-qt/archive/v4.0.3.tar.gz |