media-libs/adplug - 2.4 (stuff)

Search

Install

Install this version:

emerge -a =media-libs/adplug-2.4

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

autounmask =media-libs/adplug-2.4

Or alternatively:

emerge --autounmask-write -a =media-libs/adplug-2.4

Package Information

Description:
A free, cross-platform, hardware independent AdLib sound player library
Homepage:
https://adplug.github.io/
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
2.4 8 ~amd64 ~x86 0/2.4
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit out-of-source

DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
HOMEPAGE="https://adplug.github.io/"
SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="debug static-libs"

RDEPEND=">=dev-cpp/libbinio-1.4"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

my_src_configure() {
	econf \
		$(use_enable debug) \
		$(use_enable static-libs static)
}

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

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

>=dev-cpp/libbinio-1.4

RDEPEND

>=dev-cpp/libbinio-1.4

BDEPEND

virtual/pkgconfig

Manifest for 2.4

Type File Size Source URLs
DIST adplug-2.4.tar.bz2 2362644 bytes https://github.com/adplug/adplug/releases/download/adplug-2.4/adplug-2.4.tar.bz2