# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit meson-multilib poly-c_ebuilds DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com" HOMEPAGE="https://www.audiocoding.com" SRC_URI="https://github.com/knik0/faac/archive/refs/tags/${MY_P}.tar.gz" S="${WORKDIR}"/${PN}-${MY_P} LICENSE="LGPL-2.1 MPEG-4" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" multilib_src_configure() { local emesonargs=( $(meson_native_true frontend) ) meson_src_configure } multilib_src_install_all() { einstalldocs }