media-libs/libldac - 2.0.2.3 (gentoo)

Search

Install

Install this version:

emerge -a =media-libs/libldac-2.0.2.3

Package Information

Description:
LDAC codec library from AOSP
Homepage:
https://android.googlesource.com/platform/external/libldac/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.0.2.3 8 ~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake-multilib

DESCRIPTION="LDAC codec library from AOSP"
HOMEPAGE="https://android.googlesource.com/platform/external/libldac/"
SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.tar.gz"
S="${WORKDIR}/ldacBT"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"

PATCHES=( "${FILESDIR}/${P}-cmake4.patch" ) # bugs #951991, #964517

multilib_src_configure() {
	local mycmakeargs=(
		-DLDAC_SOFT_FLOAT=OFF
		-DINSTALL_LIBDIR=/usr/$(get_libdir)
	)

	cmake_src_configure
}

Inherited Eclasses

Manifest for 2.0.2.3

Type File Size Source URLs
DIST ldacBT-2.0.2.3.tar.gz 75708 bytes https://github.com/EHfive/ldacBT/releases/download/v2.0.2.3/ldacBT-2.0.2.3.tar.gz