media-libs/libresidfp - 1.0.2 (gentoo)

Search

Install

Install this version:

emerge -a =media-libs/libresidfp-1.0.2

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

autounmask =media-libs/libresidfp-1.0.2

Or alternatively:

emerge --autounmask-write -a =media-libs/libresidfp-1.0.2

Package Information

Description:
Library to software emulation of the MOS 6581/8580 SID chip
Homepage:
https://github.com/libsidplayfp/libresidfp
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.0.2 8 ~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86 0/3
View Raw Ebuild
# 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/3"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

src_configure() {
	local myeconfargs=(
		$(use_enable test tests)
	)

	econf "${myeconfargs[@]}"
}

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

USE Flags

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

Global/Standard Flags

Manifest for 1.0.2

Type File Size Source URLs
DIST libresidfp-1.0.2.tar.gz 533485 bytes https://github.com/libsidplayfp/libresidfp/releases/download/v1.0.2/libresidfp-1.0.2.tar.gz