Update to version 3.4.1
OBS-URL: https://build.opensuse.org/package/show/graphics:darktable/darktable?expand=0&rev=16
This commit is contained in:
parent
809de316fb
commit
36dfed3e82
@ -1,30 +0,0 @@
|
||||
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"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dd3de1f5ea9f94af92838c0be5ff30fdaa599aa1d737dcb562f9e0b2b2dbdda
|
||||
size 4444452
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCX9nFjQAKCRAY3KEj+Um9
|
||||
O/6iAKDbj09ZzfWf6cj7n93r97ot135HWACgqriBVHB6P0iWvVGq2L/CrEO8BYA=
|
||||
=qa5M
|
||||
-----END PGP SIGNATURE-----
|
3
darktable-3.4.1.tar.xz
Normal file
3
darktable-3.4.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fc3f851da9bcd7c5053ecd09f21aa3eb6103be98a6c58f52010b6f22174941e
|
||||
size 4456192
|
6
darktable-3.4.1.tar.xz.asc
Normal file
6
darktable-3.4.1.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCYBrTiQAKCRAY3KEj+Um9
|
||||
O6rdAJ9yx4GRjpss4biOnlLJUpeteCVxbgCeInuCZaioxIxNuKXchp8d52FuiS8=
|
||||
=6TVX
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 4 14:29:34 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Update to version 3.4.1
|
||||
* https://github.com/darktable-org/darktable/releases/tag/release-3.4.1
|
||||
- Removed d10c290fb3b47bbc8fd90d6d1d7935b900c1caf6.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 12:59:25 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
||||
%endif
|
||||
|
||||
Name: darktable
|
||||
Version: 3.4.0
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
%define pkg_name darktable
|
||||
%define pkg_version %{version}
|
||||
@ -106,7 +106,6 @@ Source98: debian.tar.xz
|
||||
Source99: README.openSUSE
|
||||
#
|
||||
Patch0: darktable-old-glib.patch
|
||||
Patch1: https://github.com/darktable-org/darktable/commit/d10c290fb3b47bbc8fd90d6d1d7935b900c1caf6.patch
|
||||
#
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||
# build time tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user