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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2613715800F for ; Thu, 16 Feb 2023 21:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B70EE0863; Thu, 16 Feb 2023 21:36:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4CDEBE0863 for ; Thu, 16 Feb 2023 21:36:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D40034109F for ; Thu, 16 Feb 2023 21:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 932B58AA for ; Thu, 16 Feb 2023 21:36:04 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1676583362.81132cfdb4283d8978f37e6c5057f979bfeb490b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb/files/, app-misc/openrgb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openrgb/files/OpenRGB-0.8-includes.patch app-misc/openrgb/openrgb-0.8-r1.ebuild X-VCS-Directories: app-misc/openrgb/files/ app-misc/openrgb/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 81132cfdb4283d8978f37e6c5057f979bfeb490b X-VCS-Branch: master Date: Thu, 16 Feb 2023 21:36:04 +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: 37966790-1aa0-4efe-b982-462f732f7697 X-Archives-Hash: 8075cb13c87a20ac54e9886e8c3c7e7b commit: 81132cfdb4283d8978f37e6c5057f979bfeb490b Author: Alexey Sokolov asokolov org> AuthorDate: Thu Feb 16 20:40:59 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Feb 16 21:36:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81132cfd app-misc/openrgb: fix build on musl Closes: https://bugs.gentoo.org/894558 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/29622 Signed-off-by: Maciej Barć gentoo.org> app-misc/openrgb/files/OpenRGB-0.8-includes.patch | 24 +++++++++++++++++++++++ app-misc/openrgb/openrgb-0.8-r1.ebuild | 1 + 2 files changed, 25 insertions(+) diff --git a/app-misc/openrgb/files/OpenRGB-0.8-includes.patch b/app-misc/openrgb/files/OpenRGB-0.8-includes.patch new file mode 100644 index 000000000000..8ed341b06029 --- /dev/null +++ b/app-misc/openrgb/files/OpenRGB-0.8-includes.patch @@ -0,0 +1,24 @@ +From 8c893fba4fcec17e6221f2d754def4aa71b020b8 Mon Sep 17 00:00:00 2001 +From: Sirn Thanabulpong +Date: Wed, 28 Dec 2022 00:49:47 +0900 +Subject: [PATCH] Fix build on musl in Nanoleaf settings + +--- + qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp +index 1e3c926b3..55ed5fcaa 100644 +--- a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp ++++ b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp +@@ -8,6 +8,7 @@ + #else + #include + #include ++#include + #endif + + #include "mdns.h" +-- +GitLab + diff --git a/app-misc/openrgb/openrgb-0.8-r1.ebuild b/app-misc/openrgb/openrgb-0.8-r1.ebuild index 10549d214ac7..672546f43e85 100644 --- a/app-misc/openrgb/openrgb-0.8-r1.ebuild +++ b/app-misc/openrgb/openrgb-0.8-r1.ebuild @@ -42,6 +42,7 @@ BDEPEND=" PATCHES+=( "${FILESDIR}"/OpenRGB-0.7-r1-udev.patch + "${FILESDIR}"/OpenRGB-0.8-includes.patch ) src_prepare() {