media-libs/libmysofa - 1.3.5 (gentoo)

Search

Install

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

Package Information

Description:
Library for reading AES SOFA (Spatially Oriented Format for Acoustics) files
Homepage:
https://github.com/hoene/libmysofa
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.3.5 8 ~amd64 0
View Raw Ebuild
# 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
}

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

virtual/zlib:=

RDEPEND

virtual/zlib:=

BDEPEND

	test? ( dev-util/cunit )

Manifest for 1.3.5

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