Install this version:
emerge -a =media-libs/vo-amrwbenc-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/vo-amrwbenc-9999
Or alternatively:
emerge --autounmask-write -a =media-libs/vo-amrwbenc-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | ~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib-minimal
if [[ ${PV} == *9999 ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/mstorsjo/vo-amrwbenc.git"
else
SRC_URI="https://downloads.sourceforge.net/opencore-amr/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
fi
DESCRIPTION="VisualOn AMR-WB encoder library"
HOMEPAGE="https://sourceforge.net/projects/opencore-amr/"
LICENSE="Apache-2.0"
SLOT="0"
IUSE="examples static-libs"
src_prepare() {
default
[[ ${PV} == *9999 ]] && eautoreconf
}
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
$(multilib_native_use_enable examples example) \
$(use_enable static-libs static)
}
multilib_src_install_all() {
einstalldocs
# package provides .pc files
find "${D}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p media-libs/vo-amrwbenc |
euse -E <flag> -p media-libs/vo-amrwbenc |
euse -D <flag> -p media-libs/vo-amrwbenc