Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] darktable: update to 4.4.1.
@ 2023-07-04 23:07 lemmi
  2023-07-04 23:29 ` [PR PATCH] [Updated] " lemmi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: lemmi @ 2023-07-04 23:07 UTC (permalink / raw)
  To: ml

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

There is a new 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/44845

darktable: update to 4.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From 36645393abec72a5387c445bb0d52005140e6c71 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 5 Jul 2023 01:05:38 +0200
Subject: [PATCH] darktable: update to 4.4.1.

---
 srcpkgs/darktable/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index bf6137d46870..d95cf1957c5a 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
-version=4.2.1
-revision=6
+version=4.4.1
+revision=1
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake
@@ -23,7 +23,7 @@ license="GPL-3.0-or-later"
 homepage="https://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=603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac
+checksum=e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
 
 build_options="avif gmic sdl2"
 build_options_default="avif"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] darktable: update to 4.4.1.
  2023-07-04 23:07 [PR PATCH] darktable: update to 4.4.1 lemmi
@ 2023-07-04 23:29 ` lemmi
  2023-07-04 23:30 ` lemmi
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lemmi @ 2023-07-04 23:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 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/44845

darktable: update to 4.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From 36645393abec72a5387c445bb0d52005140e6c71 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 5 Jul 2023 01:05:38 +0200
Subject: [PATCH 1/2] darktable: update to 4.4.1.

---
 srcpkgs/darktable/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index bf6137d46870..d95cf1957c5a 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
-version=4.2.1
-revision=6
+version=4.4.1
+revision=1
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake
@@ -23,7 +23,7 @@ license="GPL-3.0-or-later"
 homepage="https://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=603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac
+checksum=e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
 
 build_options="avif gmic sdl2"
 build_options_default="avif"

From 23d87ca8895a4d92cf04138cd4be4a4ec2b8c7de Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 5 Jul 2023 01:29:38 +0200
Subject: [PATCH 2/2] darktable: remove workarounds for cross and aarch64

---
 srcpkgs/darktable/template | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index d95cf1957c5a..fe134af4c9db 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=4.4.1
-revision=1
+revision=2
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake
@@ -26,18 +26,4 @@ distfiles="https://github.com/darktable-org/darktable/releases/download/release-
 checksum=e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
 
 build_options="avif gmic sdl2"
-build_options_default="avif"
-
-if [ ! "$CROSS_BUILD" ]; then
-	build_options_default+=" gmic sdl2"
-fi
-
-# Temporarily disable OpenMP for aarch64:
-#
-# see https://github.com/void-linux/void-packages/issues/21105
-
-case $XBPS_TARGET_MACHINE in
-	aarch64*)
-		configure_args+=" -DUSE_OPENMP=OFF"
-		;;
-esac
+build_options_default="avif gmic sdl2"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] darktable: update to 4.4.1.
  2023-07-04 23:07 [PR PATCH] darktable: update to 4.4.1 lemmi
  2023-07-04 23:29 ` [PR PATCH] [Updated] " lemmi
@ 2023-07-04 23:30 ` lemmi
  2023-07-04 23:32 ` lemmi
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lemmi @ 2023-07-04 23:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 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/44845

darktable: update to 4.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From 36645393abec72a5387c445bb0d52005140e6c71 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 5 Jul 2023 01:05:38 +0200
Subject: [PATCH 1/2] darktable: update to 4.4.1.

---
 srcpkgs/darktable/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index bf6137d46870..d95cf1957c5a 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
-version=4.2.1
-revision=6
+version=4.4.1
+revision=1
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake
@@ -23,7 +23,7 @@ license="GPL-3.0-or-later"
 homepage="https://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=603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac
+checksum=e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
 
 build_options="avif gmic sdl2"
 build_options_default="avif"

From c073ca1d102acd7f7738687be113d7da6a1a6e94 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 5 Jul 2023 01:29:38 +0200
Subject: [PATCH 2/2] darktable: remove workarounds for cross and aarch64

Closes: #21105
---
 srcpkgs/darktable/template | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index d95cf1957c5a..fe134af4c9db 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=4.4.1
-revision=1
+revision=2
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake
@@ -26,18 +26,4 @@ distfiles="https://github.com/darktable-org/darktable/releases/download/release-
 checksum=e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
 
 build_options="avif gmic sdl2"
-build_options_default="avif"
-
-if [ ! "$CROSS_BUILD" ]; then
-	build_options_default+=" gmic sdl2"
-fi
-
-# Temporarily disable OpenMP for aarch64:
-#
-# see https://github.com/void-linux/void-packages/issues/21105
-
-case $XBPS_TARGET_MACHINE in
-	aarch64*)
-		configure_args+=" -DUSE_OPENMP=OFF"
-		;;
-esac
+build_options_default="avif gmic sdl2"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: darktable: update to 4.4.1.
  2023-07-04 23:07 [PR PATCH] darktable: update to 4.4.1 lemmi
  2023-07-04 23:29 ` [PR PATCH] [Updated] " lemmi
  2023-07-04 23:30 ` lemmi
@ 2023-07-04 23:32 ` lemmi
  2023-07-08  0:05 ` [PR PATCH] [Updated] " lemmi
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lemmi @ 2023-07-04 23:32 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/44845#issuecomment-1620829703

Comment:
@Sturmflut seems like the workarounds for #21105 aren't necessary anymore. Could you give this a try?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] darktable: update to 4.4.1.
  2023-07-04 23:07 [PR PATCH] darktable: update to 4.4.1 lemmi
                   ` (2 preceding siblings ...)
  2023-07-04 23:32 ` lemmi
@ 2023-07-08  0:05 ` lemmi
  2023-07-08  1:04 ` [PR PATCH] [Closed]: " lemmi
  2023-07-08  1:04 ` [PR PATCH] [Updated] " lemmi
  5 siblings, 0 replies; 7+ messages in thread
From: lemmi @ 2023-07-08  0:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 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/44845

darktable: update to 4.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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

From 2cbf40b1ff6e5a24ea9e99dad6c8e50d9c006f43 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 5 Jul 2023 01:05:38 +0200
Subject: [PATCH 1/2] darktable: update to 4.4.1.

---
 srcpkgs/darktable/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index 6f6d24ac27a7..d95cf1957c5a 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
-version=4.2.1
-revision=7
+version=4.4.1
+revision=1
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake
@@ -23,7 +23,7 @@ license="GPL-3.0-or-later"
 homepage="https://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=603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac
+checksum=e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
 
 build_options="avif gmic sdl2"
 build_options_default="avif"

From 8de52b6246aad347492e16e78ef82463e4b2b462 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 5 Jul 2023 01:29:38 +0200
Subject: [PATCH 2/2] darktable: remove workarounds for cross and aarch64

Closes: #21105
---
 srcpkgs/darktable/template | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template
index d95cf1957c5a..fe134af4c9db 100644
--- a/srcpkgs/darktable/template
+++ b/srcpkgs/darktable/template
@@ -1,7 +1,7 @@
 # Template file for 'darktable'
 pkgname=darktable
 version=4.4.1
-revision=1
+revision=2
 # upstream only supports these archs:
 archs="x86_64* aarch64* ppc64le*"
 build_style=cmake
@@ -26,18 +26,4 @@ distfiles="https://github.com/darktable-org/darktable/releases/download/release-
 checksum=e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d
 
 build_options="avif gmic sdl2"
-build_options_default="avif"
-
-if [ ! "$CROSS_BUILD" ]; then
-	build_options_default+=" gmic sdl2"
-fi
-
-# Temporarily disable OpenMP for aarch64:
-#
-# see https://github.com/void-linux/void-packages/issues/21105
-
-case $XBPS_TARGET_MACHINE in
-	aarch64*)
-		configure_args+=" -DUSE_OPENMP=OFF"
-		;;
-esac
+build_options_default="avif gmic sdl2"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: darktable: update to 4.4.1.
  2023-07-04 23:07 [PR PATCH] darktable: update to 4.4.1 lemmi
                   ` (3 preceding siblings ...)
  2023-07-08  0:05 ` [PR PATCH] [Updated] " lemmi
@ 2023-07-08  1:04 ` lemmi
  2023-07-08  1:04 ` [PR PATCH] [Updated] " lemmi
  5 siblings, 0 replies; 7+ messages in thread
From: lemmi @ 2023-07-08  1:04 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

darktable: update to 4.4.1.
https://github.com/void-linux/void-packages/pull/44845

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] darktable: update to 4.4.1.
  2023-07-04 23:07 [PR PATCH] darktable: update to 4.4.1 lemmi
                   ` (4 preceding siblings ...)
  2023-07-08  1:04 ` [PR PATCH] [Closed]: " lemmi
@ 2023-07-08  1:04 ` lemmi
  5 siblings, 0 replies; 7+ messages in thread
From: lemmi @ 2023-07-08  1:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 473 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/44845

darktable: update to 4.4.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**


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

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-08  1:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 23:07 [PR PATCH] darktable: update to 4.4.1 lemmi
2023-07-04 23:29 ` [PR PATCH] [Updated] " lemmi
2023-07-04 23:30 ` lemmi
2023-07-04 23:32 ` lemmi
2023-07-08  0:05 ` [PR PATCH] [Updated] " lemmi
2023-07-08  1:04 ` [PR PATCH] [Closed]: " lemmi
2023-07-08  1:04 ` [PR PATCH] [Updated] " lemmi

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).