Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ART-1.9.1
@ 2021-07-02 22:36 notthewave
  2021-07-18  9:53 ` [PR PATCH] [Updated] " notthewave
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: notthewave @ 2021-07-02 22:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.1
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From f02d4faf71d8a316c15b2b72394cf3a9b9af029f Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH] New package: ART-1.9.1

Chose ART as pkgname as art is too conventional (tar.gz has no name in it)
---
 srcpkgs/ART/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..d18b89d15177
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,16 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.1
+revision=1
+wrksrc=agriggio-art-6f6e53ff3d59
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
+checksum=2539c0d93d13b115211b78ab9288b8c1eda936639183cecf51fe0e927721cd09

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.1
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
@ 2021-07-18  9:53 ` notthewave
  2021-07-18  9:59 ` notthewave
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-18  9:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.1
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From f02d4faf71d8a316c15b2b72394cf3a9b9af029f Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH 1/2] New package: ART-1.9.1

Chose ART as pkgname as art is too conventional (tar.gz has no name in it)
---
 srcpkgs/ART/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..d18b89d15177
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,16 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.1
+revision=1
+wrksrc=agriggio-art-6f6e53ff3d59
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
+checksum=2539c0d93d13b115211b78ab9288b8c1eda936639183cecf51fe0e927721cd09

From 45dcffd8d0b8feec8904470f9e008673c3544ca4 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sun, 18 Jul 2021 11:53:13 +0200
Subject: [PATCH 2/2] Update ART to 1.9.3

---
 srcpkgs/ART/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
index d18b89d15177..9f8c6626682a 100644
--- a/srcpkgs/ART/template
+++ b/srcpkgs/ART/template
@@ -1,16 +1,16 @@
 # Template file for 'ART'
 pkgname=ART
-version=1.9.1
+version=1.9.3
 revision=1
-wrksrc=agriggio-art-6f6e53ff3d59
+wrksrc=agriggio-art-9c48af96d2e6
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
  libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Fork of RawTherapee with additional features"
-maintainer="notthewave <winklbauer@protonmail.com>"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="GPL-3.0-or-later"
 homepage="https://bitbucket.org/agriggio/art/wiki/Home"
 distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
-checksum=2539c0d93d13b115211b78ab9288b8c1eda936639183cecf51fe0e927721cd09
+checksum=1fa6826e0c37e8980780a2b73bf0fe155a88f637c0de1459afdfedafa690698d

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.1
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
  2021-07-18  9:53 ` [PR PATCH] [Updated] " notthewave
@ 2021-07-18  9:59 ` notthewave
  2021-07-24  8:28 ` notthewave
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-18  9:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.1
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From f02d4faf71d8a316c15b2b72394cf3a9b9af029f Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH 1/2] New package: ART-1.9.1

Chose ART as pkgname as art is too conventional (tar.gz has no name in it)
---
 srcpkgs/ART/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..d18b89d15177
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,16 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.1
+revision=1
+wrksrc=agriggio-art-6f6e53ff3d59
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
+checksum=2539c0d93d13b115211b78ab9288b8c1eda936639183cecf51fe0e927721cd09

From 45dcffd8d0b8feec8904470f9e008673c3544ca4 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sun, 18 Jul 2021 11:53:13 +0200
Subject: [PATCH 2/2] Update ART to 1.9.3

---
 srcpkgs/ART/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
index d18b89d15177..9f8c6626682a 100644
--- a/srcpkgs/ART/template
+++ b/srcpkgs/ART/template
@@ -1,16 +1,16 @@
 # Template file for 'ART'
 pkgname=ART
-version=1.9.1
+version=1.9.3
 revision=1
-wrksrc=agriggio-art-6f6e53ff3d59
+wrksrc=agriggio-art-9c48af96d2e6
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
  libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Fork of RawTherapee with additional features"
-maintainer="notthewave <winklbauer@protonmail.com>"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="GPL-3.0-or-later"
 homepage="https://bitbucket.org/agriggio/art/wiki/Home"
 distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
-checksum=2539c0d93d13b115211b78ab9288b8c1eda936639183cecf51fe0e927721cd09
+checksum=1fa6826e0c37e8980780a2b73bf0fe155a88f637c0de1459afdfedafa690698d

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.1
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
  2021-07-18  9:53 ` [PR PATCH] [Updated] " notthewave
  2021-07-18  9:59 ` notthewave
@ 2021-07-24  8:28 ` notthewave
  2021-07-25 22:04 ` notthewave
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-24  8:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.1
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From f02d4faf71d8a316c15b2b72394cf3a9b9af029f Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH 1/2] New package: ART-1.9.1

Chose ART as pkgname as art is too conventional (tar.gz has no name in it)
---
 srcpkgs/ART/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..d18b89d15177
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,16 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.1
+revision=1
+wrksrc=agriggio-art-6f6e53ff3d59
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
+checksum=2539c0d93d13b115211b78ab9288b8c1eda936639183cecf51fe0e927721cd09

From 45dcffd8d0b8feec8904470f9e008673c3544ca4 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sun, 18 Jul 2021 11:53:13 +0200
Subject: [PATCH 2/2] Update ART to 1.9.3

---
 srcpkgs/ART/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
index d18b89d15177..9f8c6626682a 100644
--- a/srcpkgs/ART/template
+++ b/srcpkgs/ART/template
@@ -1,16 +1,16 @@
 # Template file for 'ART'
 pkgname=ART
-version=1.9.1
+version=1.9.3
 revision=1
-wrksrc=agriggio-art-6f6e53ff3d59
+wrksrc=agriggio-art-9c48af96d2e6
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
  libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Fork of RawTherapee with additional features"
-maintainer="notthewave <winklbauer@protonmail.com>"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
 license="GPL-3.0-or-later"
 homepage="https://bitbucket.org/agriggio/art/wiki/Home"
 distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
-checksum=2539c0d93d13b115211b78ab9288b8c1eda936639183cecf51fe0e927721cd09
+checksum=1fa6826e0c37e8980780a2b73bf0fe155a88f637c0de1459afdfedafa690698d

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.1
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (2 preceding siblings ...)
  2021-07-24  8:28 ` notthewave
@ 2021-07-25 22:04 ` notthewave
  2021-07-25 22:16 ` [PR PATCH] [Updated] New package: ART-1.9.3 notthewave
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-25 22:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.1
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From f92d11fdb4332afa794c35eb5524d35ad868d531 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH] New package: ART-1.9.3

Chose ART as pkgname as art is too conventional (tar.gz has no name in it)
---
 srcpkgs/ART/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..9f8c6626682a
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,16 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.3
+revision=1
+wrksrc=agriggio-art-9c48af96d2e6
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
+checksum=1fa6826e0c37e8980780a2b73bf0fe155a88f637c0de1459afdfedafa690698d

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (3 preceding siblings ...)
  2021-07-25 22:04 ` notthewave
@ 2021-07-25 22:16 ` notthewave
  2021-07-30 17:38 ` notthewave
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-25 22:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.3
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From 124dfd5f7413912917dc7d810eff67d70ea4ecc6 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH] New package: ART-1.9.3

Chose ART as pkgname as art is too conventional (tar.gz has no name in it)
---
 srcpkgs/ART/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..9f8c6626682a
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,16 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.3
+revision=1
+wrksrc=agriggio-art-9c48af96d2e6
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
+checksum=1fa6826e0c37e8980780a2b73bf0fe155a88f637c0de1459afdfedafa690698d

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (4 preceding siblings ...)
  2021-07-25 22:16 ` [PR PATCH] [Updated] New package: ART-1.9.3 notthewave
@ 2021-07-30 17:38 ` notthewave
  2021-07-30 18:59 ` notthewave
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-30 17:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.3
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From 124dfd5f7413912917dc7d810eff67d70ea4ecc6 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH] New package: ART-1.9.3

Chose ART as pkgname as art is too conventional (tar.gz has no name in it)
---
 srcpkgs/ART/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..9f8c6626682a
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,16 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.3
+revision=1
+wrksrc=agriggio-art-9c48af96d2e6
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
+checksum=1fa6826e0c37e8980780a2b73bf0fe155a88f637c0de1459afdfedafa690698d

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (5 preceding siblings ...)
  2021-07-30 17:38 ` notthewave
@ 2021-07-30 18:59 ` notthewave
  2021-07-30 19:00 ` notthewave
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-30 18:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.3
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From 124dfd5f7413912917dc7d810eff67d70ea4ecc6 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH] New package: ART-1.9.3

Chose ART as pkgname as art is too conventional (tar.gz has no name in it)
---
 srcpkgs/ART/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..9f8c6626682a
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,16 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.3
+revision=1
+wrksrc=agriggio-art-9c48af96d2e6
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/get/${version}.tar.gz"
+checksum=1fa6826e0c37e8980780a2b73bf0fe155a88f637c0de1459afdfedafa690698d

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

* Re: New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (6 preceding siblings ...)
  2021-07-30 18:59 ` notthewave
@ 2021-07-30 19:00 ` notthewave
  2021-07-31 11:14 ` [PR REVIEW] " sgn
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-30 19:00 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/31769#issuecomment-890092691

Comment:
I'll not use githubs gui again. Causes too much trouble.

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

* Re: [PR REVIEW] New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (7 preceding siblings ...)
  2021-07-30 19:00 ` notthewave
@ 2021-07-31 11:14 ` sgn
  2021-07-31 11:50 ` [PR PATCH] [Updated] " notthewave
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: sgn @ 2021-07-31 11:14 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/31769#discussion_r680346168

Comment:
`https://bitbucket.org/agriggio/art/downloads/ART-1.9.3.tar.xz`

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (8 preceding siblings ...)
  2021-07-31 11:14 ` [PR REVIEW] " sgn
@ 2021-07-31 11:50 ` notthewave
  2021-07-31 12:54 ` notthewave
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-31 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.3
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
Chose ART as pkgname as art is too conventional (tar.gz has no name in it)

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From 40d4d797dd8e4f639eed370a35fd636fe2d8e1a8 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH] New package: ART-1.9.3

---
 srcpkgs/ART/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..d84f8c8aa9af
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,15 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.3
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/downloads/${pkgname}-${version}.tar.xz"
+checksum=4e3bacec3f7a01ee72cc565b3f522bb5939c47f0279ac44f85bb344a000bcb8e

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

* Re: New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (9 preceding siblings ...)
  2021-07-31 11:50 ` [PR PATCH] [Updated] " notthewave
@ 2021-07-31 12:54 ` notthewave
  2021-07-31 20:24 ` notthewave
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-31 12:54 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/31769#issuecomment-890344291

Comment:
Honestly don't know why I didn't grab it from the download page. 

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

* Re: New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (10 preceding siblings ...)
  2021-07-31 12:54 ` notthewave
@ 2021-07-31 20:24 ` notthewave
  2021-08-04 20:03 ` notthewave
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-07-31 20:24 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/31769#issuecomment-890092691

Comment:
I'll not use githubs web-gui again. Causes too much trouble.

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

* Re: New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (11 preceding siblings ...)
  2021-07-31 20:24 ` notthewave
@ 2021-08-04 20:03 ` notthewave
  2021-08-04 20:03 ` notthewave
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-08-04 20:03 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/31769#issuecomment-890092691

Comment:
I'll not use githubs web-gui again. Causes too much trouble.

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

* Re: New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (12 preceding siblings ...)
  2021-08-04 20:03 ` notthewave
@ 2021-08-04 20:03 ` notthewave
  2021-08-07  0:44 ` ericonr
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: notthewave @ 2021-08-04 20:03 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/31769#issuecomment-890344291

Comment:
Honestly don't know why I didn't grab it from the download page. 

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

* Re: New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (13 preceding siblings ...)
  2021-08-04 20:03 ` notthewave
@ 2021-08-07  0:44 ` ericonr
  2021-08-07  1:55 ` [PR PATCH] [Updated] " ericonr
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-08-07  0:44 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31769#issuecomment-894579304

Comment:
Ok, I will give this some testing locally and merge if nothing bad appears.

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

* Re: [PR PATCH] [Updated] New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (14 preceding siblings ...)
  2021-08-07  0:44 ` ericonr
@ 2021-08-07  1:55 ` ericonr
  2021-08-07  1:55 ` [PR PATCH] [Merged]: " ericonr
  2021-08-07  1:55 ` ericonr
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-08-07  1:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/31769

New package: ART-1.9.3
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
~~Chose ART as pkgname as art is too conventional (tar.gz has no name in it)~~

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

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

From 74f87855f7e2716e157fc51d5e9ea78f6be64193 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Sat, 3 Jul 2021 00:25:52 +0200
Subject: [PATCH] New package: ART-1.9.3.

Since ART is a RawTherapee fork, the template is basically the same,
with the addition of exiv2 as a dependency.
---
 srcpkgs/ART/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/ART/template

diff --git a/srcpkgs/ART/template b/srcpkgs/ART/template
new file mode 100644
index 000000000000..d84f8c8aa9af
--- /dev/null
+++ b/srcpkgs/ART/template
@@ -0,0 +1,15 @@
+# Template file for 'ART'
+pkgname=ART
+version=1.9.3
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="fftw-devel gtkmm-devel lensfun-devel libatomic-devel
+ libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel exiv2-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Fork of RawTherapee with additional features"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-3.0-or-later"
+homepage="https://bitbucket.org/agriggio/art/wiki/Home"
+distfiles="https://bitbucket.org/agriggio/art/downloads/${pkgname}-${version}.tar.xz"
+checksum=4e3bacec3f7a01ee72cc565b3f522bb5939c47f0279ac44f85bb344a000bcb8e

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

* Re: [PR PATCH] [Merged]: New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (15 preceding siblings ...)
  2021-08-07  1:55 ` [PR PATCH] [Updated] " ericonr
@ 2021-08-07  1:55 ` ericonr
  2021-08-07  1:55 ` ericonr
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-08-07  1:55 UTC (permalink / raw)
  To: ml

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

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

New package: ART-1.9.3
https://github.com/void-linux/void-packages/pull/31769

Description:
ART is a fork of RawTherapee with at least a dozen useful changes. It also takes some code from Darktable.
~~Chose ART as pkgname as art is too conventional (tar.gz has no name in it)~~

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl) runs great, edited several photos!
- Did not test on other platforms, but should run fine as the template is basically the same as RawTherapee's, the only difference being exiv2 as an additional dependency.

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

* Re: New package: ART-1.9.3
  2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
                   ` (16 preceding siblings ...)
  2021-08-07  1:55 ` [PR PATCH] [Merged]: " ericonr
@ 2021-08-07  1:55 ` ericonr
  17 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-08-07  1:55 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31769#issuecomment-894588838

Comment:
Thanks!

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

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

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02 22:36 [PR PATCH] New package: ART-1.9.1 notthewave
2021-07-18  9:53 ` [PR PATCH] [Updated] " notthewave
2021-07-18  9:59 ` notthewave
2021-07-24  8:28 ` notthewave
2021-07-25 22:04 ` notthewave
2021-07-25 22:16 ` [PR PATCH] [Updated] New package: ART-1.9.3 notthewave
2021-07-30 17:38 ` notthewave
2021-07-30 18:59 ` notthewave
2021-07-30 19:00 ` notthewave
2021-07-31 11:14 ` [PR REVIEW] " sgn
2021-07-31 11:50 ` [PR PATCH] [Updated] " notthewave
2021-07-31 12:54 ` notthewave
2021-07-31 20:24 ` notthewave
2021-08-04 20:03 ` notthewave
2021-08-04 20:03 ` notthewave
2021-08-07  0:44 ` ericonr
2021-08-07  1:55 ` [PR PATCH] [Updated] " ericonr
2021-08-07  1:55 ` [PR PATCH] [Merged]: " ericonr
2021-08-07  1:55 ` ericonr

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