Install this version:
emerge -a =media-sound/mac-12.62
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/mac-12.62
Or alternatively:
emerge --autounmask-write -a =media-sound/mac-12.62
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 12.62 | 8 | ~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 | 0/15 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CMAKE_BUILD_TYPE=Release
inherit cmake
DESCRIPTION="Monkey's Audio Codecs"
HOMEPAGE="https://www.monkeysaudio.com"
SRC_URI="https://monkeysaudio.com/files/MAC_${PV/.}_SDK.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0/15"
KEYWORDS="~alpha ~amd64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
BDEPEND="app-arch/unzip"
PATCHES=(
"${FILESDIR}/${PN}-11.02-output.patch"
)
src_unpack() {
mkdir -p "${S}" || die
cd "${S}" || die
default
}
app-arch/unzip
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mac-12.62.zip | 1776075 bytes | https://monkeysaudio.com/files/MAC_1262_SDK.zip |