dev-libs/libdatachannel: treeclean

This commit is contained in:
odrling 2024-04-15 19:38:49 +02:00
parent 5bd8fe3535
commit 6bc74894ad
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5
4 changed files with 0 additions and 66 deletions

View file

@ -1 +0,0 @@
DIST libdatachannel-0.20.2.gh.tar.gz 52629980 BLAKE2B bbec94cef68a2c24d6105db585f0c014c8182150e11ce40f423e8e1e0fde511d4732bfb6784a7d7414a574120222772d5595a76a867f9f03a009000effcbe57c SHA512 ee18abf72828746678ae6154da02afa4cd2dd7ad6c0cae9fa3583fd2e5d253a7f1a4e09369750ef5b0697c93f66a068dad8684a2c081e466c3d6cb50fa1a1509

View file

@ -1 +0,0 @@
libdatachannel-9999.ebuild

View file

@ -1,47 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://github.com/paullouisageneau/${PN}"
inherit git-r3
else
SRC_URI="https://github.com/paullouisageneau/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="C/C++ WebRTC network library"
HOMEPAGE="https://github.com/paullouisageneau/libdatachannel"
LICENSE="MPL-2.0"
SLOT="0"
IUSE="nice"
RDEPEND="
dev-libs/openssl
net-libs/usrsctp
dev-cpp/plog
net-libs/libsrtp[openssl]
dev-cpp/nlohmann_json
nice? ( net-libs/libnice ) || ( dev-libs/libjuice )
"
DEPEND="
${RDEPEND}
"
src_configure() {
local mycmakeargs=(
-DUSE_SYSTEM_SRTP=1
-DUSE_SYSTEM_USRSCTP=1
-DUSE_SYSTEM_PLOG=1
-DUSE_SYSTEM_JSON=1
-DUSE_SYSTEM_JUICE=1
-DUSE_GNUTLS=0
-DUSE_NICE=$(usex nice)
)
cmake_src_configure
}

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>florianbadie@odrling.xyz</email>
<name>odrling</name>
</maintainer>
<longdescription>
C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
</longdescription>
<use>
<flag name="nice">Build with libnice.</flag>
</use>
<upstream>
<remote-id type="github">paullouisageneau/libdatachannel</remote-id>
</upstream>
</pkgmetadata>