media-sound/sidplayfp - 3.1.0 (gentoo)

Search

Install

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

Package Information

Description:
Sidplay2 fork with resid-fp
Homepage:
https://github.com/libsidplayfp/sidplayfp
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
3.1.0 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

	>=dev-libs/libfmt-11.0.0:=
	media-libs/libsidplayfp:=

RDEPEND

	>=dev-libs/libfmt-11.0.0:=
	media-libs/libsidplayfp:=

BDEPEND

virtual/pkgconfig

Manifest for 3.1.0

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