Github messages for voidlinux
 help / color / mirror / Atom feed
From: lemmi <lemmi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] darktable: update to 3.4.0.
Date: Thu, 24 Dec 2020 19:13:52 +0100	[thread overview]
Message-ID: <20201224181352.HDfFC5keYJnrULjBYiWzBRdCOyQjDa2mDmOZlW6Nw8U@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27402@inbox.vuxu.org>

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

There is an updated pull request by lemmi against master on the void-packages repository

https://github.com/lemmi/void-packages darktable
https://github.com/void-linux/void-packages/pull/27402

darktable: update to 3.4.0.


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

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

From 957cf066a4956552375b416fa41875dacaa40a6f Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Thu, 24 Dec 2020 13:45:47 +0100
Subject: [PATCH] darktable: update to 3.4.0.

---
 .../patches/disable_sse_aarch64.patch         | 30 +++++++++++++++++++
 srcpkgs/darktable/template                    |  4 +--
 2 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/darktable/patches/disable_sse_aarch64.patch

diff --git a/srcpkgs/darktable/patches/disable_sse_aarch64.patch b/srcpkgs/darktable/patches/disable_sse_aarch64.patch
new file mode 100644
index 00000000000..2e13ad859c8
--- /dev/null
+++ b/srcpkgs/darktable/patches/disable_sse_aarch64.patch
@@ -0,0 +1,30 @@
+From d10c290fb3b47bbc8fd90d6d1d7935b900c1caf6 Mon Sep 17 00:00:00 2001
+From: Pascal Obry <pascal@obry.net>
+Date: Thu, 24 Dec 2020 16:17:19 +0100
+Subject: [PATCH] guided_filter: include xmmintrin.h only if SSE defined.
+
+Fixes #7428.
+---
+ src/common/guided_filter.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/common/guided_filter.h b/src/common/guided_filter.h
+index 36be0de04b9..59c8b2af999 100644
+--- a/src/common/guided_filter.h
++++ b/src/common/guided_filter.h
+@@ -18,6 +18,7 @@
+ 
+ #pragma once
+ 
++#if defined(__SSE__)
+ #ifdef __PPC64__
+ #ifdef NO_WARN_X86_INTRINSICS
+ #include <xmmintrin.h>
+@@ -29,6 +30,7 @@
+ #else
+ #include <xmmintrin.h>
+ #endif // __PPC64__
++#endif
+ 
+ #include "common/darktable.h"
+ #include "common/opencl.h"
diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index 20734edd8fc..eba6fd5a7c0 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,6 +1,6 @@
 # Template file for 'darktable'
 pkgname=darktable
-version=3.2.1
+version=3.4.0
 revision=1
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
@@ -22,7 +22,7 @@ license="GPL-3.0-or-later"
 homepage="http://www.darktable.org/"
 changelog="https://github.com/darktable-org/darktable/releases"
 distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz"
-checksum=6e3683ea88dc0a0271be7eca4fd594b9e46b1b7194847825a8d0a0c12bdeb90c
+checksum=6dd3de1f5ea9f94af92838c0be5ff30fdaa599aa1d737dcb562f9e0b2b2dbdda
 
 build_options="gmic"
 

  parent reply	other threads:[~2020-12-24 18:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-24 13:51 [PR PATCH] " lemmi
2020-12-24 13:51 ` lemmi
2020-12-24 18:13 ` lemmi [this message]
2020-12-24 18:44 ` [PR PATCH] [Updated] " lemmi
2020-12-26  4:57 ` ericonr
2020-12-29 22:16 ` ericonr
2020-12-30 15:24 ` ericonr
2021-01-29  3:54 ` ericonr
2021-01-29  8:41 ` lemmi
2021-02-06 16:21 ` [PR PATCH] [Updated] " lemmi
2021-02-06 20:47 ` [PR PATCH] [Closed]: " lemmi

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=20201224181352.HDfFC5keYJnrULjBYiWzBRdCOyQjDa2mDmOZlW6Nw8U@z \
    --to=lemmi@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).