Install this version:
emerge -a =media-libs/libxmp-4.7.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/libxmp-4.7.2
Or alternatively:
emerge --autounmask-write -a =media-libs/libxmp-4.7.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.7.2 | 8 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit multilib-minimal
DESCRIPTION="Library that renders module files to PCM data"
HOMEPAGE="https://github.com/libxmp/libxmp"
SRC_URI="https://github.com/libxmp/libxmp/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT 0BSD public-domain"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
src_prepare() {
default
multilib_copy_sources
}
multilib_src_compile() {
emake V=1
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libxmp-4.7.2.tar.gz | 857784 bytes | https://github.com/libxmp/libxmp/releases/download/libxmp-4.7.2/libxmp-4.7.2.tar.gz |