Install this version:
emerge -a =net-libs/bzrtp-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-libs/bzrtp-9999
Or alternatively:
emerge --autounmask-write -a =net-libs/bzrtp-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="Media Path Key Agreement for Unicast Secure RTP"
HOMEPAGE="https://gitlab.linphone.org/BC/public/bzrtp"
EGIT_REPO_URI="https://gitlab.linphone.org/BC/public/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
IUSE="doc sqlite test"
RESTRICT="!test? ( test )"
RDEPEND="net-libs/bctoolbox[test?]
sqlite? ( dev-db/sqlite:3
dev-libs/libxml2:2 )"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DENABLE_DOC="$(usex doc)"
-DENABLE_STRICT=NO
-DENABLE_UNIT_TESTS="$(usex test)"
-DENABLE_ZIDCACHE="$(usex sqlite)"
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p net-libs/bzrtp |
euse -E <flag> -p net-libs/bzrtp |
euse -D <flag> -p net-libs/bzrtp
net-libs/bctoolbox[test?] sqlite? ( dev-db/sqlite:3 dev-libs/libxml2:2 )
net-libs/bctoolbox[test?] sqlite? ( dev-db/sqlite:3 dev-libs/libxml2:2 )
virtual/pkgconfig