Install this version:
emerge -a =media-libs/bcg729-1.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake edo
TEST_SUFFIX="tests-20210101"
DESCRIPTION="Encoder and decoder of the ITU G729 Annex A/B speech codec"
HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
SRC_URI="https://github.com/BelledonneCommunications/${PN}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" test? ( http://www.belledonne-communications.com/bc-downloads/${PN}-patterns.zip -> ${PN}-${TEST_SUFFIX}.zip )"
S="${WORKDIR}/${P/_/-}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
IUSE="test"
# Not all passing yet
# TODO: Report upstream
RESTRICT="!test? ( test ) test"
BDEPEND="test? ( app-arch/unzip )"
RDEPEND="!media-plugins/mediastreamer-bcg729"
PATCHES=(
"${FILESDIR}"/${PN}-1.1.1-cmake-4.patch
)
src_prepare() {
sed -i -e 's/-Werror //' CMakeLists.txt || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DENABLE_STATIC=no
-DENABLE_TESTS=$(usex test)
)
cmake_src_configure
}
src_test() {
cd "${BUILD_DIR}/test" || die
mv "${WORKDIR}/patterns" "${BUILD_DIR}/test/" || die
edo ./testCampaignAll
}
src_install() {
cmake_src_install
find "${ED}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p media-libs/bcg729 |
euse -E <flag> -p media-libs/bcg729 |
euse -D <flag> -p media-libs/bcg729
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | bcg729-1.1.1.tar.gz | 122475 bytes | https://github.com/BelledonneCommunications/bcg729/archive/1.1.1.tar.gz |
| DIST | bcg729-tests-20210101.zip | 33438219 bytes | http://www.belledonne-communications.com/bc-downloads/bcg729-patterns.zip |