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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 015A8158042 for ; Fri, 8 Nov 2024 13:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B829E07EA; Fri, 8 Nov 2024 13:54:21 +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 2054AE07EA for ; Fri, 8 Nov 2024 13:54:21 +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 15D93340836 for ; Fri, 8 Nov 2024 13:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A561A26 for ; Fri, 8 Nov 2024 13:54:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1731074034.1b3adbf3f0555f461325df2b64cc3398b66bf02b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pivy/, dev-python/pivy/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch dev-python/pivy/pivy-0.6.8.ebuild X-VCS-Directories: dev-python/pivy/ dev-python/pivy/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1b3adbf3f0555f461325df2b64cc3398b66bf02b X-VCS-Branch: master Date: Fri, 8 Nov 2024 13:54:18 +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: 2e1a97ac-293e-43a4-87bc-455200eb5b31 X-Archives-Hash: 540b14e589de7b4e166a8f1b5e33a955 commit: 1b3adbf3f0555f461325df2b64cc3398b66bf02b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 8 13:52:58 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Nov 8 13:53:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3adbf3 dev-python/pivy: Fix build if media-libs/SoQt is installed This is at least dealing with the immediate issue. Bug: https://bugs.gentoo.org/920482 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch | 14 ++++++++++++++ dev-python/pivy/pivy-0.6.8.ebuild | 8 ++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch b/dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch new file mode 100644 index 000000000000..2150f9806139 --- /dev/null +++ b/dev-python/pivy/files/pivy-0.6.8-SoQtViewer-w-cmath.patch @@ -0,0 +1,14 @@ +From a5fad6bb07d994d6e727d5759965611c6e4d57d6 Mon Sep 17 00:00:00 2001 +From: Konstantin Podsvirov +Date: Fri, 24 Nov 2023 21:09:53 +0300 +Subject: [PATCH] Add fake header for recently introduced cmath include in + SoQtViewer.h + +--- + fake_headers/cmath | 0 + 1 file changed, 0 insertions(+), 0 deletions(-) + create mode 100644 fake_headers/cmath + +diff --git a/fake_headers/cmath b/fake_headers/cmath +new file mode 100644 +index 00000000..e69de29b diff --git a/dev-python/pivy/pivy-0.6.8.ebuild b/dev-python/pivy/pivy-0.6.8.ebuild index 73dc11cf83dd..3095dba32c74 100644 --- a/dev-python/pivy/pivy-0.6.8.ebuild +++ b/dev-python/pivy/pivy-0.6.8.ebuild @@ -49,10 +49,10 @@ PATCHES=( "${FILESDIR}"/${PN}-0.6.6-0001-fix-CMakeLists.txt-for-distutils_cmake.patch "${FILESDIR}"/${PN}-0.6.6-0002-Gentoo-specific-clear-swig-deprecation-warning.patch "${FILESDIR}"/${PN}-0.6.7-find-qmake.patch - # https://github.com/coin3d/pivy/issues/105 - "${FILESDIR}"/${PN}-0.6.8-python312.patch - # https://github.com/coin3d/pivy/pull/109 - "${DISTDIR}"/${PN}-0.6.8-python312-unittests.patch + # in 0.6.9: + "${FILESDIR}"/${P}-python312.patch # https://github.com/coin3d/pivy/issues/105 + "${DISTDIR}"/${P}-python312-unittests.patch # https://github.com/coin3d/pivy/pull/109 + "${FILESDIR}"/${P}-SoQtViewer-w-cmath.patch # bug 920482 ) DOCS=( AUTHORS HACKING NEWS README.md THANKS )