dev-libs/libdatachannel: add 0.19.3, drop 0.19.2

This commit is contained in:
odrling 2023-10-22 00:26:19 +02:00
parent f404d4a7eb
commit 3bb113122b
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75
4 changed files with 49 additions and 49 deletions

View file

@ -1 +1 @@
DIST libdatachannel-0.19.2.gh.tar.gz 52629190 BLAKE2B b7b13de5e8dc229e0cb72c453378024b513f525badf91ec3f1308dc8882ad6ce89976e2d09c7380a8c3449f0d0764dfdf783e0cce5d94b1b627ec3f9880a37cc SHA512 7347966dcb0b456e8d2c2acd3971438dd5bae78b646ab0ef796fd4534fefc83175fa5b83569043371d6811989c34bccf7d2bb39eee577b358d393ee78b31ddf8
DIST libdatachannel-0.19.3.gh.tar.gz 52629111 BLAKE2B 77c9c0d160c5b8b274810ffd9838f9177dec479bd4ae195b0b3fce390c64baa1767775859738c2a4584d3b7dfdfdbba3596e211563489919dae50ee15999adb5 SHA512 47dfe50965f38d9ab275d300cb2467c23509dc44e490e9a2386e09164f345d02ac8a078d76ab7206477dce9405b7a251ffd33769e02c992084b6f8559d0788e2

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 featuring Data Channels, Media Transport, and WebSockets"
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

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

View file

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

View file

@ -0,0 +1,47 @@
# 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 featuring Data Channels, Media Transport, and WebSockets"
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
}