summaryrefslogtreecommitdiff
path: root/media-libs/oidn/oidn-1.4.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-30 19:43:03 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-30 19:43:03 +0100
commit162945d2a91899b637bbb9e163b406350de12906 (patch)
tree49cc2cc66f724a7c6f033f93aaba4ae3be1f2259 /media-libs/oidn/oidn-1.4.1.ebuild
parentf660c6de84558324d784218831d8f0782ee41e2e (diff)
gentoo resync : 30.10.2021
Diffstat (limited to 'media-libs/oidn/oidn-1.4.1.ebuild')
-rw-r--r--media-libs/oidn/oidn-1.4.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-libs/oidn/oidn-1.4.1.ebuild b/media-libs/oidn/oidn-1.4.1.ebuild
deleted file mode 100644
index 86732c4f1ae6..000000000000
--- a/media-libs/oidn/oidn-1.4.1.ebuild
+++ /dev/null
@@ -1,38 +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"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- dev-cpp/tbb
- dev-lang/ispc"
-BDEPEND="
- ${RDEPEND}
- dev-util/cmake"
-
-CMAKE_BUILD_TYPE=Release
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}