From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb/
Date: Thu, 20 Jun 2024 14:05:30 +0000 (UTC) [thread overview]
Message-ID: <1718892327.07ff1130ba2ce6f23d4c1565173beb0ab5fa70cd.xgqt@gentoo> (raw)
commit: 07ff1130ba2ce6f23d4c1565173beb0ab5fa70cd
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 13:40:13 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 14:05:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ff1130
app-misc/openrgb: workaround cpp-httplib lib name change
Closes: https://bugs.gentoo.org/934576
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-misc/openrgb/openrgb-0.9.ebuild | 13 +++++++++++--
app-misc/openrgb/openrgb-9999.ebuild | 13 +++++++++++--
2 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/app-misc/openrgb/openrgb-0.9.ebuild b/app-misc/openrgb/openrgb-0.9.ebuild
index 9c15691b3b6b..72260835c3d0 100644
--- a/app-misc/openrgb/openrgb-0.9.ebuild
+++ b/app-misc/openrgb/openrgb-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -63,10 +63,19 @@ src_configure() {
# > warning: ‘-pipe’ ignored because ‘-save-temps’ specified
filter-flags -pipe
+ # cpp-httplib >=0.16.0 changed the library name from "httplib" to "cpp-httplib".
+ # See bug: https://bugs.gentoo.org/934576
+ local -a libs=()
+ if has_version "<dev-cpp/cpp-httplib-0.16.0" ; then
+ libs+=( -lhttplib )
+ else
+ libs+=( -lcpp-httplib )
+ fi
+
eqmake5 \
INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
DEFINES+="OPENRGB_EXTRA_PLUGIN_DIRECTORY=\\\\\"\\\"${EPREFIX}/usr/$(get_libdir)/OpenRGB/plugins\\\\\"\\\"" \
- LIBS+=-lhttplib
+ LIBS+="${libs[@]}"
}
src_install() {
diff --git a/app-misc/openrgb/openrgb-9999.ebuild b/app-misc/openrgb/openrgb-9999.ebuild
index 9fdf9377f299..bc8761ad746a 100644
--- a/app-misc/openrgb/openrgb-9999.ebuild
+++ b/app-misc/openrgb/openrgb-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -63,10 +63,19 @@ src_configure() {
# > warning: ‘-pipe’ ignored because ‘-save-temps’ specified
filter-flags -pipe
+ # cpp-httplib >=0.16.0 changed the library name from "httplib" to "cpp-httplib".
+ # See bug: https://bugs.gentoo.org/934576
+ local -a libs=()
+ if has_version "<dev-cpp/cpp-httplib-0.16.0" ; then
+ libs+=( -lhttplib )
+ else
+ libs+=( -lcpp-httplib )
+ fi
+
eqmake5 \
INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
DEFINES+="OPENRGB_EXTRA_PLUGIN_DIRECTORY=\\\\\"\\\"${EPREFIX}/usr/$(get_libdir)/OpenRGB/plugins\\\\\"\\\"" \
- LIBS+=-lhttplib
+ LIBS+="${libs[@]}"
}
src_install() {
next reply other threads:[~2024-06-20 14:05 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 14:05 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 22:43 [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb/ Andreas Sturmlechner
2025-03-11 18:56 Maciej Barć
2025-03-05 0:04 Sam James
2025-01-09 21:22 Maciej Barć
2025-01-09 21:22 Maciej Barć
2025-01-06 22:18 Maciej Barć
2024-09-10 22:43 Maciej Barć
2023-12-16 21:45 Maciej Barć
2023-08-22 14:32 Maciej Barć
2023-08-20 17:37 Arthur Zamarin
2023-07-17 12:33 Maciej Barć
2023-04-20 10:36 WANG Xuerui
2023-04-20 10:36 WANG Xuerui
2023-02-27 9:04 Joonas Niilola
2023-02-07 23:06 Sam James
2023-01-24 23:55 Sam James
2023-01-06 14:10 Maciej Barć
2023-01-05 14:31 Maciej Barć
2022-08-04 8:03 Agostino Sarubbo
2022-01-11 22:15 Patrick McLean
2021-09-22 0:05 Patrick McLean
2021-06-22 23:00 Patrick McLean
2021-06-22 23:00 Patrick McLean
2021-06-08 23:13 [gentoo-commits] repo/gentoo:master commit in: app-misc/OpenRGB/ Patrick McLean
2020-11-19 23:50 Patrick McLean
2020-11-19 23:50 Patrick McLean
2020-09-16 2:54 Patrick McLean
2020-09-16 2:54 Patrick McLean
2020-09-16 2:54 Patrick McLean
2020-08-27 22:17 Patrick McLean
2020-08-27 22:17 Patrick McLean
2020-08-27 22:17 Patrick McLean
2020-08-27 21:25 Patrick McLean
2020-07-28 1:47 Patrick McLean
2020-07-28 1:35 Patrick McLean
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=1718892327.07ff1130ba2ce6f23d4c1565173beb0ab5fa70cd.xgqt@gentoo \
--to=xgqt@gentoo.org \
--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