commit: 5c3be4beea998cea3ff10ebd3db5345e8890b448 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Tue May 6 19:28:35 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 8 06:26:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3be4be
media-libs/embree: move homepage Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41967 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/embree/embree-3.13.4.ebuild | 10 +++++----- media-libs/embree/embree-3.13.5-r1.ebuild | 8 ++++---- media-libs/embree/embree-4.3.1-r1.ebuild | 10 +++++----- media-libs/embree/embree-4.3.3.ebuild | 8 ++++---- media-libs/embree/files/embree-3.13.5-fix-arm64.patch | 2 +- media-libs/embree/metadata.xml | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/media-libs/embree/embree-3.13.4.ebuild b/media-libs/embree/embree-3.13.4.ebuild index 9786e02cfb22..771fbef76e1e 100644 --- a/media-libs/embree/embree-3.13.4.ebuild +++ b/media-libs/embree/embree-3.13.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit cmake flag-o-matic linux-info toolchain-funcs DESCRIPTION="Collection of high-performance ray tracing kernels" -HOMEPAGE="https://github.com/embree/embree" -SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/RenderKit/embree" +SRC_URI="https://github.com/RenderKit/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="3" @@ -59,7 +59,7 @@ src_prepare() { src_configure() { # -Werror=odr # https://bugs.gentoo.org/859838 - # https://github.com/embree/embree/issues/481 + # https://github.com/RenderKit/embree/issues/481 filter-lto # NOTE: You can make embree accept custom CXXFLAGS by turning off @@ -68,7 +68,7 @@ src_configure() { # different supported ISAs and picks the correct one at runtime. # "m*" will pull in cpu instructions that shouldn't be in specific modules # and it fails to link properly. - # https://github.com/embree/embree/issues/115 + # https://github.com/RenderKit/embree/issues/115 filter-flags -m* diff --git a/media-libs/embree/embree-3.13.5-r1.ebuild b/media-libs/embree/embree-3.13.5-r1.ebuild index 0796af736b74..291ffde21b5c 100644 --- a/media-libs/embree/embree-3.13.5-r1.ebuild +++ b/media-libs/embree/embree-3.13.5-r1.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit cmake flag-o-matic linux-info toolchain-funcs DESCRIPTION="Collection of high-performance ray tracing kernels" -HOMEPAGE="https://github.com/embree/embree" -SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/RenderKit/embree" +SRC_URI="https://github.com/RenderKit/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="3" @@ -59,7 +59,7 @@ src_prepare() { src_configure() { # -Werror=odr # https://bugs.gentoo.org/859838 - # https://github.com/embree/embree/issues/481 + # https://github.com/RenderKit/embree/issues/481 filter-lto # NOTE: You can make embree accept custom CXXFLAGS by turning off @@ -68,7 +68,7 @@ src_configure() { # different supported ISAs and picks the correct one at runtime. # "m*" will pull in cpu instructions that shouldn't be in specific modules # and it fails to link properly. - # https://github.com/embree/embree/issues/115 + # https://github.com/RenderKit/embree/issues/115 filter-flags -m* diff --git a/media-libs/embree/embree-4.3.1-r1.ebuild b/media-libs/embree/embree-4.3.1-r1.ebuild index 7459d7d763b4..2dc35428d37a 100644 --- a/media-libs/embree/embree-4.3.1-r1.ebuild +++ b/media-libs/embree/embree-4.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit cmake flag-o-matic linux-info toolchain-funcs DESCRIPTION="Collection of high-performance ray tracing kernels" -HOMEPAGE="https://github.com/embree/embree" -SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/RenderKit/embree" +SRC_URI="https://github.com/RenderKit/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="$(ver_cut 1)" @@ -64,7 +64,7 @@ src_prepare() { src_configure() { # -Werror=odr # https://bugs.gentoo.org/859838 - # https://github.com/embree/embree/issues/481 + # https://github.com/RenderKit/embree/issues/481 filter-lto # NOTE: You can make embree accept custom CXXFLAGS by turning off @@ -73,7 +73,7 @@ src_configure() { # different supported ISAs and picks the correct one at runtime. # "m*" will pull in cpu instructions that shouldn't be in specific modules # and it fails to link properly. - # https://github.com/embree/embree/issues/115 + # https://github.com/RenderKit/embree/issues/115 filter-flags -m* diff --git a/media-libs/embree/embree-4.3.3.ebuild b/media-libs/embree/embree-4.3.3.ebuild index f7a64831d453..4a52a4e4b8f5 100644 --- a/media-libs/embree/embree-4.3.3.ebuild +++ b/media-libs/embree/embree-4.3.3.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit cmake flag-o-matic linux-info toolchain-funcs DESCRIPTION="Collection of high-performance ray tracing kernels" -HOMEPAGE="https://github.com/embree/embree" -SRC_URI="https://github.com/embree/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/RenderKit/embree" +SRC_URI="https://github.com/RenderKit/embree/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="$(ver_cut 1)" @@ -68,7 +68,7 @@ src_prepare() { src_configure() { # -Werror=odr # https://bugs.gentoo.org/859838 - # https://github.com/embree/embree/issues/481 + # https://github.com/RenderKit/embree/issues/481 filter-lto # NOTE: You can make embree accept custom CXXFLAGS by turning off @@ -77,7 +77,7 @@ src_configure() { # different supported ISAs and picks the correct one at runtime. # "m*" will pull in cpu instructions that shouldn't be in specific modules # and it fails to link properly. - # https://github.com/embree/embree/issues/115 + # https://github.com/RenderKit/embree/issues/115 filter-flags -m* diff --git a/media-libs/embree/files/embree-3.13.5-fix-arm64.patch b/media-libs/embree/files/embree-3.13.5-fix-arm64.patch index ae6e39c43e75..4f2a21b34bd9 100644 --- a/media-libs/embree/files/embree-3.13.5-fix-arm64.patch +++ b/media-libs/embree/files/embree-3.13.5-fix-arm64.patch @@ -1,4 +1,4 @@ -Based on: https://github.com/embree/embree/commit/82ca6b5ccb7abe0403a658a0e079926478f04cb1 +Based on: https://github.com/RenderKit/embree/commit/82ca6b5ccb7abe0403a658a0e079926478f04cb1 Tested in: https://bugs.gentoo.org/851705 Without this patch, it will only build on ARM Mac computers diff --git a/media-libs/embree/metadata.xml b/media-libs/embree/metadata.xml index 54868cf0b86a..486d92b82d52 100644 --- a/media-libs/embree/metadata.xml +++ b/media-libs/embree/metadata.xml @@ -38,6 +38,6 @@ </flag> </use> <upstream> - <remote-id type="github">embree/embree</remote-id> + <remote-id type="github">RenderKit/embree</remote-id> </upstream> </pkgmetadata>
