Install this version:
emerge -a =media-libs/libresidfp-1.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/libresidfp-1.1.1
Or alternatively:
emerge --autounmask-write -a =media-libs/libresidfp-1.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 | 0/$(ver_cut 1-2) |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Library to software emulation of the MOS 6581/8580 SID chip"
HOMEPAGE="https://github.com/libsidplayfp/libresidfp"
SRC_URI="https://github.com/libsidplayfp/libresidfp/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
PATCHES=(
# PR merged
"${FILESDIR}"/${P}-fix_typo.patch
)
src_configure() {
local myeconfargs=(
$(use_enable test tests)
)
econf "${myeconfargs[@]}"
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p media-libs/libresidfp |
euse -E <flag> -p media-libs/libresidfp |
euse -D <flag> -p media-libs/libresidfp
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libresidfp-1.1.1.tar.gz | 538828 bytes | https://github.com/libsidplayfp/libresidfp/releases/download/v1.1.1/libresidfp-1.1.1.tar.gz |