diff options
author | Sam James <sam@gentoo.org> | 2024-03-12 00:35:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-12 00:39:41 +0000 |
commit | a7796141b51a1c4f2eb0da0221fab1e128e7f667 (patch) | |
tree | ff6456719fa856dcbf243196d9199cffa0791e72 /media-gfx/hugin | |
parent | linux-info.eclass: improve binpkg handling (diff) | |
download | gentoo-a7796141b51a1c4f2eb0da0221fab1e128e7f667.tar.gz gentoo-a7796141b51a1c4f2eb0da0221fab1e128e7f667.tar.bz2 gentoo-a7796141b51a1c4f2eb0da0221fab1e128e7f667.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'media-gfx/hugin')
-rw-r--r-- | media-gfx/hugin/hugin-2022.0.0-r2.ebuild (renamed from media-gfx/hugin/hugin-2022.0.0-r1.ebuild) | 3 | ||||
-rw-r--r-- | media-gfx/hugin/hugin-2023.0.0-r1.ebuild (renamed from media-gfx/hugin/hugin-2023.0.0.ebuild) | 3 | ||||
-rw-r--r-- | 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 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 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 |