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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E72713835A for ; Thu, 10 Jun 2021 00:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A64A2E0920; Thu, 10 Jun 2021 00:51:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 814E4E0922 for ; Thu, 10 Jun 2021 00:51:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF6C7335D77 for ; Thu, 10 Jun 2021 00:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BF1A7A6 for ; Thu, 10 Jun 2021 00:51:39 +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: <1623284357.a8f956e915b79218d56b4af2cb3015b0869c3aaa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/oidn/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/oidn/Manifest media-libs/oidn/metadata.xml media-libs/oidn/oidn-1.3.0.ebuild X-VCS-Directories: media-libs/oidn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a8f956e915b79218d56b4af2cb3015b0869c3aaa X-VCS-Branch: master Date: Thu, 10 Jun 2021 00:51:39 +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: e5785f0c-33e4-4ffb-bf72-1f85e7a489bd X-Archives-Hash: faadd304a0006f51daa7df0b9bb8c70a commit: a8f956e915b79218d56b4af2cb3015b0869c3aaa Author: Sebastian Parborg gmail com> AuthorDate: Tue Apr 27 23:55:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 10 00:19:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f956e9 media-libs/oidn: New package Intel Open Image Denoise is an open source library of high-performance, high-quality denoising filters for images rendered with ray tracing. Signed-off-by: Sebastian Parborg gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/oidn/Manifest | 1 + media-libs/oidn/metadata.xml | 20 ++++++++++++++++++++ media-libs/oidn/oidn-1.3.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/media-libs/oidn/Manifest b/media-libs/oidn/Manifest new file mode 100644 index 00000000000..d2d55abdbfb --- /dev/null +++ b/media-libs/oidn/Manifest @@ -0,0 +1 @@ +DIST oidn-1.3.0.tar.gz 36763571 BLAKE2B 395d7aafd87babf7d2414ed940dd85adf4a488df2138e0e63cc82ac06088dd969879de73d79bead4b35bba0045081ee637b72f2a98770dbfc928ffe7c25da78a SHA512 19de3cf11b9d436ee6f33ff020187a4cdc05da5f43c47509f715ca99e4276bfb64425d0a48f3a6f0569c8c6701b46a7e35378f371fdbacc0b6d488e113ffe17c diff --git a/media-libs/oidn/metadata.xml b/media-libs/oidn/metadata.xml new file mode 100644 index 00000000000..1787e6d6af0 --- /dev/null +++ b/media-libs/oidn/metadata.xml @@ -0,0 +1,20 @@ + + + + + darkdefende@gmail.com + Sebastian Parborg + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Intel Open Image Denoise is an open source library of high-performance, + high-quality denoising filters for images rendered with ray tracing. Intel + Open Image Denoise is part of the IntelĀ® oneAPI Rendering Toolkit and is + + + OpenImageDenoise/oidn + + diff --git a/media-libs/oidn/oidn-1.3.0.ebuild b/media-libs/oidn/oidn-1.3.0.ebuild new file mode 100644 index 00000000000..7e79c737d50 --- /dev/null +++ b/media-libs/oidn/oidn-1.3.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) + +inherit cmake python-single-r1 eutils + +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 ~x86" +fi + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + dev-cpp/tbb + dev-lang/ispc" +DEPEND=" + ${RDEPEND} + dev-util/cmake" + +CMAKE_BUILD_TYPE=Release + +pkg_setup() { + python-single-r1_pkg_setup +}