media-libs/libmysofa - 1.2 (sft)

Search

Package Information

Description:
Reader for AES SOFA files to get better HRTFs
Homepage:
https://github.com/hoene/libmysofa
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.2 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="Reader for AES SOFA files to get better HRTFs"
HOMEPAGE="https://github.com/hoene/libmysofa"
SRC_URI="https://github.com/hoene/libmysofa/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

RDEPEND="
	sys-libs/zlib
"
DEPEND="${RDEPEND}"

src_configure() {
	local mycmakeargs=(
		-DBUILD_TESTS=OFF
	)
	cmake_src_configure
}

USE Flags

Dependencies

DEPEND

	sys-libs/zlib

RDEPEND

	sys-libs/zlib

Manifest for 1.2

Type File Size Source URLs
DIST libmysofa-1.2.tar.gz 199998224 bytes https://github.com/hoene/libmysofa/archive/v1.2.tar.gz