Install this version:
emerge -a =media-libs/adplug-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/adplug-9999
Or alternatively:
emerge --autounmask-write -a =media-libs/adplug-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools git-r3 out-of-source
DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
HOMEPAGE="https://adplug.github.io/"
EGIT_REPO_URI="https://github.com/adplug/${PN}.git"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="debug static-libs"
RDEPEND=">=dev-cpp/libbinio-1.4"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}
my_src_configure() {
econf \
$(use_enable debug) \
$(use_enable static-libs static)
}
my_src_install_all() {
einstalldocs
find "${ED}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p media-libs/adplug |
euse -E <flag> -p media-libs/adplug |
euse -D <flag> -p media-libs/adplug
>=dev-cpp/libbinio-1.4
>=dev-cpp/libbinio-1.4
virtual/pkgconfig