Install this version:
emerge -a =media-libs/libmysofa-1.3.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/libmysofa-1.3.5
Or alternatively:
emerge --autounmask-write -a =media-libs/libmysofa-1.3.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.3.5 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Library for reading AES SOFA (Spatially Oriented Format for Acoustics) files"
HOMEPAGE="https://github.com/hoene/libmysofa"
SRC_URI="https://github.com/hoene/libmysofa/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="virtual/zlib:="
DEPEND="${RDEPEND}"
BDEPEND="
test? ( dev-util/cunit )
"
src_configure() {
local mycmakeargs=(
-DBUILD_STATIC_LIBS=OFF
-DBUILD_TESTS=$(usex test)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p media-libs/libmysofa |
euse -E <flag> -p media-libs/libmysofa |
euse -D <flag> -p media-libs/libmysofa
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libmysofa-1.3.5.tar.gz | 208427964 bytes | https://github.com/hoene/libmysofa/archive/refs/tags/v1.3.5.tar.gz |