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 126AB15803E for ; Fri, 5 Jan 2024 10:36:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FF0F2BC142; Fri, 5 Jan 2024 10:36:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1F82D2BC142 for ; Fri, 5 Jan 2024 10:36:14 +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 1513D3430C8 for ; Fri, 5 Jan 2024 10:36:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8BF21300 for ; Fri, 5 Jan 2024 10:36:11 +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: <1704450773.b1d7684da16b55f8e0f3b9283e757167b399951b.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/files/, media-sound/guitarix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch media-sound/guitarix/files/guitarix-0.44.1-py3.11.patch media-sound/guitarix/guitarix-0.44.1.ebuild media-sound/guitarix/guitarix-9999.ebuild X-VCS-Directories: media-sound/guitarix/ media-sound/guitarix/files/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: b1d7684da16b55f8e0f3b9283e757167b399951b X-VCS-Branch: master Date: Fri, 5 Jan 2024 10:36:11 +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: ead236fc-5c54-4715-80b1-388d1f816552 X-Archives-Hash: 87f83f7117bbc83d171321389b3d60a6 commit: b1d7684da16b55f8e0f3b9283e757167b399951b Author: Alexander Tsoy tsoy me> AuthorDate: Wed Jan 3 12:32:26 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jan 5 10:32:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d7684d media-sound/guitarix: restore parallel build Build system messes with the build jobs count, so that waf build always respects the number of jobs passed to waf configure. And since waf-utils eclass passes --jobs=1 to waf configure, we are always building using only 1 job. Pass --jobs with the correct number of jobs to waf configure as a workaround. Closes: https://bugs.gentoo.org/908690 Signed-off-by: Alexander Tsoy tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/34639 Signed-off-by: Miroslav Šulc gentoo.org> .../{guitarix-0.41.0-py3.11.patch => guitarix-0.44.1-py3.11.patch} | 0 media-sound/guitarix/guitarix-0.44.1.ebuild | 7 ++++--- media-sound/guitarix/guitarix-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch b/media-sound/guitarix/files/guitarix-0.44.1-py3.11.patch similarity index 100% rename from media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch rename to media-sound/guitarix/files/guitarix-0.44.1-py3.11.patch diff --git a/media-sound/guitarix/guitarix-0.44.1.ebuild b/media-sound/guitarix/guitarix-0.44.1.ebuild index 60b76beb379f..7296f64747af 100644 --- a/media-sound/guitarix/guitarix-0.44.1.ebuild +++ b/media-sound/guitarix/guitarix-0.44.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE='threads(+)' -inherit python-any-r1 waf-utils xdg +inherit multiprocessing python-any-r1 waf-utils xdg DESCRIPTION="Virtual guitar amplifier for Linux" HOMEPAGE="https://guitarix.org/" @@ -63,8 +63,8 @@ DOCS=( changelog README ) PATCHES=( "${FILESDIR}"/${PN}-0.41.0-nostrip.patch - "${FILESDIR}"/${PN}-0.41.0-py3.11.patch - "${FILESDIR}"/${PN}-0.44.1-zita-resampler-1.10.patch + "${FILESDIR}"/${P}-py3.11.patch + "${FILESDIR}"/${P}-zita-resampler-1.10.patch "${FILESDIR}"/${P}-gcc-13.patch ) @@ -82,6 +82,7 @@ src_configure() { --no-faust --no-ldconfig --shared-lib + --jobs=$(makeopts_jobs) $(use_enable nls) $(usex bluetooth "" "--no-bluez") $(usex debug "--debug" "") diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild index ed2429d53f6d..490d308775b1 100644 --- a/media-sound/guitarix/guitarix-9999.ebuild +++ b/media-sound/guitarix/guitarix-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE='threads(+)' EGIT_OVERRIDE_REPO_ENYOJS_BOOTPLATE="https://github.com/enyojs/bootplate.git" EGIT_OVERRIDE_BRANCH_ENYOJS_BOOTPLATE="master" -inherit python-any-r1 waf-utils xdg git-r3 +inherit multiprocessing python-any-r1 waf-utils xdg git-r3 DESCRIPTION="Virtual guitar amplifier for Linux" HOMEPAGE="https://guitarix.org/" @@ -79,6 +79,7 @@ src_configure() { --no-faust --no-ldconfig --shared-lib + --jobs=$(makeopts_jobs) $(use_enable nls) $(usex bluetooth "" "--no-bluez") $(usex debug "--debug" "")