net-libs/libdatachannel - 0.24.2 (2xsaiko)

Search

Install

Install this version:

emerge -a =net-libs/libdatachannel-0.24.2

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

autounmask =net-libs/libdatachannel-0.24.2

Or alternatively:

emerge --autounmask-write -a =net-libs/libdatachannel-0.24.2

Package Information

Description:
C/C++ WebRTC network library
Homepage:
https://libdatachannel.org/
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
0.24.2 8 ~amd64 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="C/C++ WebRTC network library"
HOMEPAGE="https://libdatachannel.org/"
SRC_URI="https://github.com/paullouisageneau/libdatachannel/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-cpp/nlohmann_json
	dev-libs/plog
	net-libs/libjuice
	net-libs/libsrtp
	net-libs/usrsctp
"

DEPEND="${RDEPEND}"

src_configure() {
	local mycmakeargs=(
		-DPREFER_SYSTEM_LIB=YES
	)

	cmake_src_configure
}

Inherited Eclasses

Dependencies

DEPEND

	dev-cpp/nlohmann_json
	dev-libs/plog
	net-libs/libjuice
	net-libs/libsrtp
	net-libs/usrsctp

RDEPEND

	dev-cpp/nlohmann_json
	dev-libs/plog
	net-libs/libjuice
	net-libs/libsrtp
	net-libs/usrsctp

Manifest for 0.24.2

Type File Size Source URLs
DIST libdatachannel-0.24.2.tar.gz 52651733 bytes https://github.com/paullouisageneau/libdatachannel/archive/refs/tags/v0.24.2.tar.gz