Install this version:
emerge -a =media-sound/sidplayfp-3.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/sidplayfp-3.1.0
Or alternatively:
emerge --autounmask-write -a =media-sound/sidplayfp-3.1.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Sidplay2 fork with resid-fp"
HOMEPAGE="https://github.com/libsidplayfp/sidplayfp"
SRC_URI="https://github.com/libsidplayfp/sidplayfp/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-libs/libfmt-11.0.0:=
media-libs/libsidplayfp:=
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=(
# PR pending https://github.com/libsidplayfp/sidplayfp/pull/135.patch
"${FILESDIR}"/${PN}-3.1.0-unbundle_fmt.patch
)
src_prepare() {
default
# unbundle libfmt
rm -r libs/fmt || die
# for unbundled_fmt.patch
eautoreconf
}
src_configure() {
econf --with-system-fmt
}
>=dev-libs/libfmt-11.0.0:= media-libs/libsidplayfp:=
>=dev-libs/libfmt-11.0.0:= media-libs/libsidplayfp:=
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | sidplayfp-3.1.0.tar.gz | 1049417 bytes | https://github.com/libsidplayfp/sidplayfp/releases/download/v3.1.0/sidplayfp-3.1.0.tar.gz |