From: "Dale Showers" <gentoo@fictx.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/re/
Date: Mon, 1 Apr 2024 20:22:47 +0000 (UTC) [thread overview]
Message-ID: <1712002916.f5659edf6d98011a6a6cb7409f0ce2405b610688.gentoo@gentoo> (raw)
commit: f5659edf6d98011a6a6cb7409f0ce2405b610688
Author: Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Mon Apr 1 20:21:56 2024 +0000
Commit: Dale Showers <gentoo <AT> fictx <DOT> com>
CommitDate: Mon Apr 1 20:21:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5659edf
net-voip/re: Added static-libs use flag
Signed-off-by: Dale Showers <gentoo <AT> fictx.com>
net-voip/re/re-3.10.0.ebuild | 11 ++++++++++-
net-voip/re/re-3.7.0.ebuild | 11 ++++++++++-
net-voip/re/re-3.8.0.ebuild | 11 ++++++++++-
net-voip/re/re-3.9.0.ebuild | 11 ++++++++++-
4 files changed, 40 insertions(+), 4 deletions(-)
diff --git a/net-voip/re/re-3.10.0.ebuild b/net-voip/re/re-3.10.0.ebuild
index dd6abc01ce..67c2e68cf0 100644
--- a/net-voip/re/re-3.10.0.ebuild
+++ b/net-voip/re/re-3.10.0.ebuild
@@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
+
+IUSE="static-libs"
+
+src_configure() {
+ local mycmakeargs=(
+ -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
+ )
+ cmake_src_configure
+}
diff --git a/net-voip/re/re-3.7.0.ebuild b/net-voip/re/re-3.7.0.ebuild
index dd6abc01ce..67c2e68cf0 100644
--- a/net-voip/re/re-3.7.0.ebuild
+++ b/net-voip/re/re-3.7.0.ebuild
@@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
+
+IUSE="static-libs"
+
+src_configure() {
+ local mycmakeargs=(
+ -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
+ )
+ cmake_src_configure
+}
diff --git a/net-voip/re/re-3.8.0.ebuild b/net-voip/re/re-3.8.0.ebuild
index dd6abc01ce..67c2e68cf0 100644
--- a/net-voip/re/re-3.8.0.ebuild
+++ b/net-voip/re/re-3.8.0.ebuild
@@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
+
+IUSE="static-libs"
+
+src_configure() {
+ local mycmakeargs=(
+ -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
+ )
+ cmake_src_configure
+}
diff --git a/net-voip/re/re-3.9.0.ebuild b/net-voip/re/re-3.9.0.ebuild
index dd6abc01ce..67c2e68cf0 100644
--- a/net-voip/re/re-3.9.0.ebuild
+++ b/net-voip/re/re-3.9.0.ebuild
@@ -11,4 +11,13 @@ SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
+
+IUSE="static-libs"
+
+src_configure() {
+ local mycmakeargs=(
+ -DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
+ )
+ cmake_src_configure
+}
next reply other threads:[~2024-04-01 20:22 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-01 20:22 Dale Showers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-30 19:47 [gentoo-commits] repo/proj/guru:dev commit in: net-voip/re/ Dale Showers
2024-05-31 14:09 Dale Showers
2024-06-04 15:53 Dale Showers
2024-06-24 20:15 Dale Showers
2024-06-24 20:27 Dale Showers
2024-07-30 14:49 Dale Showers
2024-07-30 14:59 Dale Showers
2024-08-30 18:38 Dale Showers
2024-08-30 18:41 Dale Showers
2024-10-03 15:39 Dale Showers
2024-10-03 15:40 Dale Showers
2024-11-07 15:49 Dale Showers
2024-11-07 18:47 Dale Showers
2024-12-17 14:04 Dale Showers
2024-12-17 14:04 Dale Showers
2025-01-15 13:33 Dale Showers
2025-01-15 13:33 Dale Showers
2025-02-20 12:45 Dale Showers
2025-02-20 12:45 Dale Showers
2025-03-28 17:47 Dale Showers
2025-03-28 17:47 Dale Showers
2025-04-30 17:51 Dale Showers
2025-04-30 17:51 Dale Showers
2025-06-08 14:15 Dale Showers
2025-06-08 14:15 Dale Showers
2025-07-18 5:41 Dale Showers
2025-07-18 5:41 Dale Showers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1712002916.f5659edf6d98011a6a6cb7409f0ce2405b610688.gentoo@gentoo \
--to=gentoo@fictx.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox