From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 214961581F0 for ; Fri, 17 Jan 2025 09:41:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E867E0919; Fri, 17 Jan 2025 09:41:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30EA8E0919 for ; Fri, 17 Jan 2025 09:41:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CE5F3431DD for ; Fri, 17 Jan 2025 09:41:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62B342578 for ; Fri, 17 Jan 2025 09:41:36 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1736947993.5d2cc575dda8486a4c66da9dbde78d58ef7bf791.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-voip/re/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-voip/re/Manifest net-voip/re/re-3.19.0.ebuild X-VCS-Directories: net-voip/re/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 5d2cc575dda8486a4c66da9dbde78d58ef7bf791 X-VCS-Branch: master Date: Fri, 17 Jan 2025 09:41:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62e05700-e1f8-41b5-9036-28c33b9551d3 X-Archives-Hash: 3a275fade4fed7e7fc65ca5f411b28f1 commit: 5d2cc575dda8486a4c66da9dbde78d58ef7bf791 Author: Dale Showers fictx com> AuthorDate: Wed Jan 15 13:30:55 2025 +0000 Commit: David Roman gmail com> CommitDate: Wed Jan 15 13:33:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d2cc575 net-voip/re: add 3.19.0 Signed-off-by: Dale Showers fictx.com> net-voip/re/Manifest | 1 + net-voip/re/re-3.19.0.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/net-voip/re/Manifest b/net-voip/re/Manifest index 8e07c9938..eed27c780 100644 --- a/net-voip/re/Manifest +++ b/net-voip/re/Manifest @@ -1,2 +1,3 @@ DIST re-3.17.0.tar.gz 613304 BLAKE2B 9bd59655cde615ffe31c658ed47bc0be15a44063d073aa5d3bafc346f5110f00c27151b1f1c98d2ea0d7552976768dbbab03360cedd6d27dbb5180d118ded07a SHA512 8de8d847d317b18333813a0e5c28fab4aebb16e5e383c8acb6e963d1cf8b0a90e11fc46a3438c5202ae3ecfc8b6572a649161b6ea45b4467764413b689caad58 DIST re-3.18.0.tar.gz 613187 BLAKE2B 584f360c388f1c4d2937348a2a1c2824b885381905f4f66aeb3e6fea0a6ebb397dca86c94fe7b6c2b54de569032a9b35a3676d4bef35668c66cfed8620836dec SHA512 db9c67a60803a224a87aa4104d5a0a349d09946b5bf7c8b18fd121ed7517d25a5412b0516dfc6a386218db9d5020b65ac1253966052a4978075e6bfcb71dc908 +DIST re-3.19.0.tar.gz 613021 BLAKE2B 304db418274e99adb93d6b14e114c8ebdfde64e835e18a4e9a01fc8f744914b7276ee7daee58d6f4ad3c58f798721c1fceaae93ba41d4f0dcc5aa897bb9ad40f SHA512 3714112a84add97b4e96cd74352ec13ba5def2ddefc6d549956caec3b4a9122942dd667359b8b66ba51b2a8c597373cb8d45f5b48c0aff782394b8bbdc43e836 diff --git a/net-voip/re/re-3.19.0.ebuild b/net-voip/re/re-3.19.0.ebuild new file mode 100644 index 000000000..6c3757c7a --- /dev/null +++ b/net-voip/re/re-3.19.0.ebuild @@ -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= + sys-libs/zlib + " + +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF) + ) + cmake_src_configure +}