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 51EDF158041 for ; Tue, 12 Mar 2024 00:39:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 973ABE2A14; Tue, 12 Mar 2024 00:39:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CD2CE2A14 for ; Tue, 12 Mar 2024 00:39:55 +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 BC45B340943 for ; Tue, 12 Mar 2024 00:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322D3FCB for ; Tue, 12 Mar 2024 00:39:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710203981.a7796141b51a1c4f2eb0da0221fab1e128e7f667.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/hugin/hugin-2022.0.0-r1.ebuild media-gfx/hugin/hugin-2022.0.0-r2.ebuild media-gfx/hugin/hugin-2023.0.0-r1.ebuild media-gfx/hugin/hugin-2023.0.0.ebuild media-gfx/hugin/hugin-9999.ebuild X-VCS-Directories: media-gfx/hugin/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7796141b51a1c4f2eb0da0221fab1e128e7f667 X-VCS-Branch: master Date: Tue, 12 Mar 2024 00:39:53 +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: 61b3190d-5508-4088-80c0-cc33ac7da6b1 X-Archives-Hash: bfc9e986e1ad342eea31d8190b33a315 commit: a7796141b51a1c4f2eb0da0221fab1e128e7f667 Author: Sam James gentoo org> AuthorDate: Tue Mar 12 00:35:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 12 00:39:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7796141 media-gfx/hugin: drop stale zthread dependency Dropped upstream in https://sourceforge.net/p/hugin/hugin/ci/7811fb3dab6c7d5cfd1133df40e1f0845a173d62/ from 2014. Someone posted about this on /r/gentoo a few weeks ago and I found it curious but didn't dig into it more. After coming across bug #924925 for zthread, I thought I'd take a deeper look. hugin still has the CMake module for zthread but it's not called anywhere, and the bundled copy in foreign/ it references is long-gone too. Note that hugin also, since 2014, supports OpenMP as a replacement, but handling that in a separate commit as can't do that in stable like we are here. Bug: https://bugs.gentoo.org/924925 Bug: https://bugs.gentoo.org/926788 Signed-off-by: Sam James gentoo.org> media-gfx/hugin/{hugin-2022.0.0-r1.ebuild => hugin-2022.0.0-r2.ebuild} | 3 +-- media-gfx/hugin/{hugin-2023.0.0.ebuild => hugin-2023.0.0-r1.ebuild} | 3 +-- media-gfx/hugin/hugin-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/media-gfx/hugin/hugin-2022.0.0-r1.ebuild b/media-gfx/hugin/hugin-2022.0.0-r2.ebuild similarity index 97% rename from media-gfx/hugin/hugin-2022.0.0-r1.ebuild rename to media-gfx/hugin/hugin-2022.0.0-r2.ebuild index 8fe47c8a270b..1902077f9eda 100644 --- a/media-gfx/hugin/hugin-2022.0.0-r1.ebuild +++ b/media-gfx/hugin/hugin-2022.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,6 @@ IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})" CDEPEND=" dev-db/sqlite:3 dev-libs/boost:= - dev-libs/zthread >=media-gfx/enblend-4.0 media-gfx/exiv2:= media-libs/freeglut diff --git a/media-gfx/hugin/hugin-2023.0.0.ebuild b/media-gfx/hugin/hugin-2023.0.0-r1.ebuild similarity index 97% rename from media-gfx/hugin/hugin-2023.0.0.ebuild rename to media-gfx/hugin/hugin-2023.0.0-r1.ebuild index 934bab607e9c..d5b856010292 100644 --- a/media-gfx/hugin/hugin-2023.0.0.ebuild +++ b/media-gfx/hugin/hugin-2023.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,6 @@ IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})" CDEPEND=" dev-db/sqlite:3 dev-libs/boost:= - dev-libs/zthread >=media-gfx/enblend-4.0 media-gfx/exiv2:= media-libs/freeglut diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild index 06c2a45cde7f..aec868af9672 100644 --- a/media-gfx/hugin/hugin-9999.ebuild +++ b/media-gfx/hugin/hugin-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,6 @@ IUSE="debug lapack python raw sift $(echo ${LANGS//\ /\ l10n_})" CDEPEND=" dev-db/sqlite:3 dev-libs/boost:= - dev-libs/zthread >=media-gfx/enblend-4.0 media-gfx/exiv2:= media-libs/freeglut