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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D684138239 for ; Mon, 8 Feb 2021 08:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA96DE08FA; Mon, 8 Feb 2021 08:59:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5181E08FA for ; Mon, 8 Feb 2021 08:59:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A49C2340C40 for ; Mon, 8 Feb 2021 08:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4210347 for ; Mon, 8 Feb 2021 08:59:31 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1612774767.44275d01ee6eddbe7f0ae824c0998fd8b598839e.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jalv/, media-sound/jalv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jalv/files/jalv-1.6.6-suil-always.patch media-sound/jalv/jalv-1.6.6.ebuild X-VCS-Directories: media-sound/jalv/ media-sound/jalv/files/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 44275d01ee6eddbe7f0ae824c0998fd8b598839e X-VCS-Branch: master Date: Mon, 8 Feb 2021 08:59:31 +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: 20e05aed-e630-40e7-bb2f-fb4196574046 X-Archives-Hash: 0f0a1842766d9078977988c6d03eb4a4 commit: 44275d01ee6eddbe7f0ae824c0998fd8b598839e Author: Miroslav Šulc gentoo org> AuthorDate: Mon Feb 8 08:59:16 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Feb 8 08:59:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44275d01 media-sound/jalv: resolved missing include in 1.6.6 when gui disabled Closes: https://bugs.gentoo.org/764473 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/jalv/files/jalv-1.6.6-suil-always.patch | 14 ++++++++++++++ media-sound/jalv/jalv-1.6.6.ebuild | 4 ++++ 2 files changed, 18 insertions(+) diff --git a/media-sound/jalv/files/jalv-1.6.6-suil-always.patch b/media-sound/jalv/files/jalv-1.6.6-suil-always.patch new file mode 100644 index 00000000000..938f34ee055 --- /dev/null +++ b/media-sound/jalv/files/jalv-1.6.6-suil-always.patch @@ -0,0 +1,14 @@ +diff --git a/wscript b/wscript +index 06f74f2..a269b14 100644 +--- a/wscript ++++ b/wscript +@@ -170,8 +170,7 @@ def configure(conf): + conf.env.HAVE_QT4 or + conf.env.HAVE_QT5) + +- if have_gui: +- conf.check_pkg('suil-0 >= 0.10.0', uselib_store='SUIL') ++ conf.check_pkg('suil-0 >= 0.10.0', uselib_store='SUIL') + + if conf.env.HAVE_JACK: + conf.check_function( diff --git a/media-sound/jalv/jalv-1.6.6.ebuild b/media-sound/jalv/jalv-1.6.6.ebuild index 17bf69398ae..cbef73cf0fa 100644 --- a/media-sound/jalv/jalv-1.6.6.ebuild +++ b/media-sound/jalv/jalv-1.6.6.ebuild @@ -41,6 +41,10 @@ BDEPEND=" " DOCS=( AUTHORS NEWS README.md ) +PATCHES=( + "${FILESDIR}/${P}-suil-always.patch" +) + src_configure() { use qt5 && export PATH="$(qt5_get_bindir):${PATH}" waf-utils_src_configure \