Github messages for voidlinux
 help / color / mirror / Atom feed
From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] openimagedenoise: update to 1.2.0
Date: Wed, 22 Apr 2020 10:40:59 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21238@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

There is a new pull request by teldra against master on the void-packages repository

https://github.com/teldra/void-packages openimagedenoise-update
https://github.com/void-linux/void-packages/pull/21238

openimagedenoise: update to 1.2.0


A patch file from https://github.com/void-linux/void-packages/pull/21238.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openimagedenoise-update-21238.patch --]
[-- Type: text/x-diff, Size: 2361 bytes --]

From 5d5fe54b19f5b2768d8783ac418325c2f2e88415 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 22 Apr 2020 10:40:13 +0200
Subject: [PATCH 1/2] openimagedenoise: update to 1.2.0

Since version 1.2.0, OpenimageDenoise needs ispc, which is not available on x86_64-musl.
---
 srcpkgs/openimagedenoise/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/openimagedenoise/template b/srcpkgs/openimagedenoise/template
index 721be30f5d5..dae5311e9fb 100644
--- a/srcpkgs/openimagedenoise/template
+++ b/srcpkgs/openimagedenoise/template
@@ -1,18 +1,18 @@
 # Template file for 'openimagedenoise'
 pkgname=openimagedenoise
-version=1.1.0
+version=1.2.0
 revision=1
-archs="x86_64*"
+archs="x86_64"
 wrksrc=oidn-${version}
 build_style=cmake
 hostmakedepends="python3"
-makedepends="tbb-devel"
+makedepends="tbb-devel ispc"
 short_desc="Intel(R) Open Image Denoise library"
 maintainer="teldra <teldra@rotce.de>"
 license="Apache-2.0"
 homepage="https://openimagedenoise.github.io"
 distfiles="https://github.com/OpenImageDenoise/oidn/releases/download/v${version}/oidn-${version}.src.tar.gz"
-checksum=4dd484abea8a0b3d12d346343fcb1ab7abef8f94318d8c537f69a20c2a75c4eb
+checksum=041f59758e79f4ea29a9b7a952f2c096426820678a5a713880b6d8a6519a75d0
 
 openimagedenoise-devel_package() {
 	short_desc+=" - development files"

From 8257a404a6e8c06485cc3693a5e58e5e9c7b44c3 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 22 Apr 2020 10:40:24 +0200
Subject: [PATCH 2/2] blender: revbump for openimagedenoise-1.2.0

Since version 1.2.0, OpenimageDenoise needs ispc, which is not available on x86_64-musl.
---
 srcpkgs/blender/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index e89ca7443ee..6944d55ecef 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=2.82
-revision=3
+revision=4
 build_style="cmake"
 makedepends="
  libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
@@ -54,7 +54,7 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 case "$XBPS_TARGET_MACHINE" in
-x86_64*)
+x86_64)
 	# Enable Intel Open Image Denoise on x86_64
 	makedepends+=" openimagedenoise-devel"
 	configure_args+=" -DWITH_OPENIMAGEDENOISE=ON"

             reply	other threads:[~2020-04-22  8:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-22  8:40 teldra [this message]
2020-04-24  0:37 ` [PR PATCH] [Updated] " teldra
2020-04-24  0:38 ` teldra
2020-05-03 12:36 ` [PR PATCH] [Updated] " teldra
2020-05-05  8:10 ` [PR PATCH] [Closed]: " teldra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21238@inbox.vuxu.org \
    --to=teldra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).