mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
@@ -1,2 +1,3 @@
|
||||
DIST re-4.3.0.tar.gz 628213 BLAKE2B d10fce954be886bd21c709bf769093436d17dd76edab863c7193c61f905451b072a1856ed146e1423ac0cf5ca4d2d11214dca8cc4bf915d8459f8b7096f4888e SHA512 bfb205721f7a515478241aefce27c841296c290448fdc5e1b744e0e0f31e5c4e67ff1c1c8c46fafc251f05d14432c28286f3a69cbd04910fdecf85b0597966b5
|
||||
DIST re-4.4.0.tar.gz 629739 BLAKE2B a12169ca31b3d603ba808c506a26d4313008933a18d37f78d43da8f1b908703fe39ffe88665bde8f52b6a05392034ae2ed387f6e686bc052a27a42bf2ff82aa8 SHA512 69110578a0a086efe55ea61d98882a352aad4ce35fd522b99f990156c946c5b9f89bf516dadf3ace47c126866cd4afb2121e9ffe3b1de93d41d2f084150f76d5
|
||||
DIST re-4.6.0.tar.gz 633787 BLAKE2B 8f4117f66385e07071f9dbf5ca2a4dc6df557aa0078b711abbaef6c9bc8420a7cf12eb3874e937bbf0984a87ee7f65aaa68936c97c82228abaed249fe13d60d6 SHA512 37cbc2e4954b80126ebfd5ff1b7ac87f2c65175c26dd405ec388e161985e8f8a23764105205814fc8964d5dacddcc60f69983a0004595bf7aa13328a7b0380a6
|
||||
|
||||
30
net-voip/re/re-4.6.0.ebuild
Normal file
30
net-voip/re/re-4.6.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Generic library for real-time communications with async IO support"
|
||||
HOMEPAGE="https://github.com/baresip/re"
|
||||
SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="static-libs"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/openssl:0=
|
||||
virtual/zlib:=
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user