diff options
author | 2022-12-20 23:10:24 +0100 | |
---|---|---|
committer | 2022-12-24 15:06:24 +0100 | |
commit | 93c1be909c25e9d128da3c40ac3d7e25c533cadd (patch) | |
tree | 421254ce257c6b2bcc580d7b6f78416151262ea7 /media-libs/oidn/oidn-1.3.0-r1.ebuild | |
parent | dev-lang/ispc: Revert "drop 1.17.0-r2" (diff) | |
download | gentoo-93c1be909c25e9d128da3c40ac3d7e25c533cadd.tar.gz gentoo-93c1be909c25e9d128da3c40ac3d7e25c533cadd.tar.bz2 gentoo-93c1be909c25e9d128da3c40ac3d7e25c533cadd.zip |
media-libs/oidn: drop 1.3.0-r1, 1.4.1-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/oidn/oidn-1.3.0-r1.ebuild')
-rw-r--r-- | media-libs/oidn/oidn-1.3.0-r1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/media-libs/oidn/oidn-1.3.0-r1.ebuild b/media-libs/oidn/oidn-1.3.0-r1.ebuild deleted file mode 100644 index d4457dbdc0d2..000000000000 --- a/media-libs/oidn/oidn-1.3.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) - -inherit cmake python-single-r1 - -DESCRIPTION="Intel(R) Open Image Denoise library" -HOMEPAGE="http://www.openimagedenoise.org/" - -if [[ ${PV} = *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/OpenImageDenoise/oidn.git" - EGIT_BRANCH="master" -else - SRC_URI="https://github.com/OpenImageDenoise/${PN}/releases/download/v${PV}/${P}.src.tar.gz -> ${P}.tar.gz" - SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-glibc.patch.bz2" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="Apache-2.0" -SLOT="0" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - dev-cpp/tbb:= - dev-lang/ispc" -DEPEND="${RDEPEND}" -BDEPEND="dev-util/cmake" - -CMAKE_BUILD_TYPE=Release - -PATCHES=( "${WORKDIR}"/oidn-1.3.0-glibc.patch ) - -pkg_setup() { - python-single-r1_pkg_setup -} |