net-libs/bzrtp - 5.4.119 (nest)

Search

Install

Install this version:

emerge -a =net-libs/bzrtp-5.4.119

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-libs/bzrtp-5.4.119

Or alternatively:

emerge --autounmask-write -a =net-libs/bzrtp-5.4.119

Package Information

Description:
Media Path Key Agreement for Unicast Secure RTP
Homepage:
https://gitlab.linphone.org/BC/public/bzrtp
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
5.4.119 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Media Path Key Agreement for Unicast Secure RTP"
HOMEPAGE="https://gitlab.linphone.org/BC/public/bzrtp"
SRC_URI="https://gitlab.linphone.org/BC/public/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
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
}

USE Flags

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

Global/Standard Flags

doc

Inherited Eclasses

Dependencies

DEPEND

net-libs/bctoolbox:=[test?]
	sqlite? ( dev-db/sqlite:3=
		dev-libs/libxml2:2= )

RDEPEND

net-libs/bctoolbox:=[test?]
	sqlite? ( dev-db/sqlite:3=
		dev-libs/libxml2:2= )

BDEPEND

virtual/pkgconfig

Manifest for 5.4.119

Type File Size Source URLs
DIST bzrtp-5.4.119.tar.bz2 154368 bytes https://gitlab.linphone.org/BC/public/bzrtp/-/archive/5.4.119/bzrtp-5.4.119.tar.bz2