Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Librtprocess
@ 2023-10-18  2:10 Calandracas606
  2023-10-19 10:27 ` [PR REVIEW] New package: librtprocess, adopt rawtherapee ahesford
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Calandracas606 @ 2023-10-18  2:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages librtprocess
https://github.com/void-linux/void-packages/pull/46757

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

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From ab1b5058556c0bf89f2b79794cc8f052378e4cce Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@airmail.cc>
Date: Tue, 17 Oct 2023 20:57:18 -0400
Subject: [PATCH 1/2] rawtherapee: adopt.

---
 srcpkgs/rawtherapee/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rawtherapee/template b/srcpkgs/rawtherapee/template
index 463d9cfb3f127..80f95c2884607 100644
--- a/srcpkgs/rawtherapee/template
+++ b/srcpkgs/rawtherapee/template
@@ -1,7 +1,7 @@
 # Template file for 'rawtherapee'
 pkgname=rawtherapee
 version=5.9
-revision=2
+revision=3
 build_style=cmake
 configure_args="-DCACHE_NAME_SUFFIX=\"\""
 hostmakedepends="pkg-config"
@@ -9,7 +9,7 @@ makedepends="fftw-devel gtkmm-devel lensfun-devel
  libcanberra-devel libgomp-devel libiptcdata-devel librsvg-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="Free RAW converter and digital photo processing software"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Daniel Martinez <danielmartinez@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://rawtherapee.com/"
 distfiles="https://rawtherapee.com/shared/source/rawtherapee-${version}.tar.xz"

From 6544e99d27fd34e474d7260abc90e931c36082f6 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@airmail.cc>
Date: Tue, 17 Oct 2023 20:58:00 -0400
Subject: [PATCH 2/2] New package: librtprocess-0.12.0

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

diff --git a/srcpkgs/librtprocess/template b/srcpkgs/librtprocess/template
new file mode 100644
index 0000000000000..57ac63aabd580
--- /dev/null
+++ b/srcpkgs/librtprocess/template
@@ -0,0 +1,16 @@
+# Template file for 'librtprocess'
+pkgname=librtprocess
+version=0.12.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libgomp-devel"
+short_desc="RawTherapee's processing algorithms"
+maintainer="Daniel Martinez <danielmartinez@airmail.cc>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/CarVac/librtprocess"
+distfiles="https://github.com/CarVac/librtprocess/archive/refs/tags/${version}.tar.gz"
+checksum=ed6862b1491559e71dbebe8cbb299008fb16e230acf3bb9d42bd52942644c4d9
+
+CFLAGS="-O3"
+CXXFLAGS="-O3"

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

* Re: [PR REVIEW] New package: librtprocess, adopt rawtherapee
  2023-10-18  2:10 [PR PATCH] Librtprocess Calandracas606
@ 2023-10-19 10:27 ` ahesford
  2023-10-19 17:51 ` [PR PATCH] [Updated] " Calandracas606
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2023-10-19 10:27 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46757#discussion_r1365275825

Comment:
As noted in your other PR, please delay adoption of this package until you've established a history of package maintenance.

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

* Re: [PR PATCH] [Updated] New package: librtprocess, adopt rawtherapee
  2023-10-18  2:10 [PR PATCH] Librtprocess Calandracas606
  2023-10-19 10:27 ` [PR REVIEW] New package: librtprocess, adopt rawtherapee ahesford
@ 2023-10-19 17:51 ` Calandracas606
  2023-10-20 23:22 ` [PR PATCH] [Updated] New package: librtprocess-0.12.0 Calandracas606
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Calandracas606 @ 2023-10-19 17:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages librtprocess
https://github.com/void-linux/void-packages/pull/46757

New package: librtprocess, adopt rawtherapee
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 8a9a02f6e3dc1bb0d3ab16f836645ac5b5363a7e Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@airmail.cc>
Date: Thu, 19 Oct 2023 13:51:13 -0400
Subject: [PATCH] New package: librtprocess-0.12.0

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

diff --git a/srcpkgs/librtprocess/template b/srcpkgs/librtprocess/template
new file mode 100644
index 0000000000000..57ac63aabd580
--- /dev/null
+++ b/srcpkgs/librtprocess/template
@@ -0,0 +1,16 @@
+# Template file for 'librtprocess'
+pkgname=librtprocess
+version=0.12.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libgomp-devel"
+short_desc="RawTherapee's processing algorithms"
+maintainer="Daniel Martinez <danielmartinez@airmail.cc>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/CarVac/librtprocess"
+distfiles="https://github.com/CarVac/librtprocess/archive/refs/tags/${version}.tar.gz"
+checksum=ed6862b1491559e71dbebe8cbb299008fb16e230acf3bb9d42bd52942644c4d9
+
+CFLAGS="-O3"
+CXXFLAGS="-O3"

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

* Re: [PR PATCH] [Updated] New package: librtprocess-0.12.0
  2023-10-18  2:10 [PR PATCH] Librtprocess Calandracas606
  2023-10-19 10:27 ` [PR REVIEW] New package: librtprocess, adopt rawtherapee ahesford
  2023-10-19 17:51 ` [PR PATCH] [Updated] " Calandracas606
@ 2023-10-20 23:22 ` Calandracas606
  2024-01-19  1:47 ` github-actions
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Calandracas606 @ 2023-10-20 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages librtprocess
https://github.com/void-linux/void-packages/pull/46757

New package: librtprocess-0.12.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 97fad90bfb2037c684bc319282cb397999e62de9 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@airmail.cc>
Date: Thu, 19 Oct 2023 13:51:13 -0400
Subject: [PATCH] New package: librtprocess-0.12.0

---
 srcpkgs/librtprocess-devel    |  1 +
 srcpkgs/librtprocess/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/librtprocess-devel
 create mode 100644 srcpkgs/librtprocess/template

diff --git a/srcpkgs/librtprocess-devel b/srcpkgs/librtprocess-devel
new file mode 120000
index 0000000000000..95794d1128ce2
--- /dev/null
+++ b/srcpkgs/librtprocess-devel
@@ -0,0 +1 @@
+librtprocess
\ No newline at end of file
diff --git a/srcpkgs/librtprocess/template b/srcpkgs/librtprocess/template
new file mode 100644
index 0000000000000..1c32ee0a361a8
--- /dev/null
+++ b/srcpkgs/librtprocess/template
@@ -0,0 +1,27 @@
+# Template file for 'librtprocess'
+pkgname=librtprocess
+version=0.12.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libgomp-devel"
+short_desc="RawTherapee's processing algorithms"
+maintainer="Daniel Martinez <danielmartinez@airmail.cc>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/CarVac/librtprocess"
+distfiles="https://github.com/CarVac/librtprocess/archive/refs/tags/${version}.tar.gz"
+checksum=ed6862b1491559e71dbebe8cbb299008fb16e230acf3bb9d42bd52942644c4d9
+
+CFLAGS="-O3"
+CXXFLAGS="-O3"
+
+librtprocess-devel_package() {
+	depends="${makedepends} librtprocess>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove usr/lib/cmake
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: librtprocess-0.12.0
  2023-10-18  2:10 [PR PATCH] Librtprocess Calandracas606
                   ` (2 preceding siblings ...)
  2023-10-20 23:22 ` [PR PATCH] [Updated] New package: librtprocess-0.12.0 Calandracas606
@ 2024-01-19  1:47 ` github-actions
  2024-01-26 14:36 ` [PR PATCH] [Closed]: " Calandracas606
  2024-01-26 14:36 ` Calandracas606
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-01-19  1:47 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46757#issuecomment-1899505331

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: librtprocess-0.12.0
  2023-10-18  2:10 [PR PATCH] Librtprocess Calandracas606
                   ` (3 preceding siblings ...)
  2024-01-19  1:47 ` github-actions
@ 2024-01-26 14:36 ` Calandracas606
  2024-01-26 14:36 ` Calandracas606
  5 siblings, 0 replies; 7+ messages in thread
From: Calandracas606 @ 2024-01-26 14:36 UTC (permalink / raw)
  To: ml

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

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

New package: librtprocess-0.12.0
https://github.com/void-linux/void-packages/pull/46757

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

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

* Re: New package: librtprocess-0.12.0
  2023-10-18  2:10 [PR PATCH] Librtprocess Calandracas606
                   ` (4 preceding siblings ...)
  2024-01-26 14:36 ` [PR PATCH] [Closed]: " Calandracas606
@ 2024-01-26 14:36 ` Calandracas606
  5 siblings, 0 replies; 7+ messages in thread
From: Calandracas606 @ 2024-01-26 14:36 UTC (permalink / raw)
  To: ml

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

New comment by Calandracas606 on void-packages repository

https://github.com/void-linux/void-packages/pull/46757#issuecomment-1912167448

Comment:
No packages depend on this, for now it doesn't serve much use outside of my person projects

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

end of thread, other threads:[~2024-01-26 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18  2:10 [PR PATCH] Librtprocess Calandracas606
2023-10-19 10:27 ` [PR REVIEW] New package: librtprocess, adopt rawtherapee ahesford
2023-10-19 17:51 ` [PR PATCH] [Updated] " Calandracas606
2023-10-20 23:22 ` [PR PATCH] [Updated] New package: librtprocess-0.12.0 Calandracas606
2024-01-19  1:47 ` github-actions
2024-01-26 14:36 ` [PR PATCH] [Closed]: " Calandracas606
2024-01-26 14:36 ` Calandracas606

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