Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: librtprocess-0.11.0
@ 2020-09-05 14:20 andkem
  2020-09-05 14:23 ` [PR PATCH] [Updated] " andkem
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: andkem @ 2020-09-05 14:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andkem/void-packages new-package-librtprocess
https://github.com/void-linux/void-packages/pull/24690

New package: librtprocess-0.11.0
This package is a dependency for the Siril version bump found at https://github.com/void-linux/void-packages/pull/24678.

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

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

From f6e27ebaa0aa21ec77b1ac6ac92a20b2dc988741 Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sat, 5 Sep 2020 16:19:07 +0200
Subject: [PATCH] New package: librtprocess-0.11.0

---
 common/shlibs                 |  1 +
 srcpkgs/librtprocess/template | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/librtprocess/template

diff --git a/common/shlibs b/common/shlibs
index bea5b504701..f0e12782b42 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3990,3 +3990,4 @@ libneatvnc.so.0 neatvnc-0.2.0_1
 libtdjson.so.1.6.0 libtd-1.6.0_1
 libJudy.so.1 judy-1.0.5_1
 libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2
+librtprocess.so.0 librtprocess-0.11.0_1
diff --git a/srcpkgs/librtprocess/template b/srcpkgs/librtprocess/template
new file mode 100644
index 00000000000..871901610e9
--- /dev/null
+++ b/srcpkgs/librtprocess/template
@@ -0,0 +1,24 @@
+# Template file for 'librtprocess'
+pkgname=librtprocess
+version=0.11.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libgomp-devel"
+short_desc="Image processing algorithms from RawTherapee"
+maintainer="Andreas Kempe <kempe@lysator.liu.se>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/CarVac/librtprocess"
+distfiles="https://github.com/CarVac/${pkgname}/archive/${version}.tar.gz"
+checksum=0a1691e6e90742644506a1123c716cdcfc28689adf461747843ab0440a837584
+
+librtprocess-devel_package() {
+	short_desc="Image processing algorithms from RawTherapee - development files"
+	depends="librtprocess>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/lib/librtprocess.so
+		vmove usr/include/rtprocess
+		vmove usr/lib/cmake/rtprocess
+		vmove usr/lib/pkgconfig/rtprocess.pc
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: librtprocess-0.11.0
  2020-09-05 14:20 [PR PATCH] New package: librtprocess-0.11.0 andkem
@ 2020-09-05 14:23 ` andkem
  2020-09-05 15:04 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: andkem @ 2020-09-05 14:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andkem/void-packages new-package-librtprocess
https://github.com/void-linux/void-packages/pull/24690

New package: librtprocess-0.11.0
This package is a dependency for the Siril version bump found at https://github.com/void-linux/void-packages/pull/24678.

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

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

From be798cf9de00faf5b3c05de94833775fd4d7c3a6 Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Sat, 5 Sep 2020 16:19:07 +0200
Subject: [PATCH] New package: librtprocess-0.11.0

---
 common/shlibs                 |  1 +
 srcpkgs/librtprocess-devel    |  1 +
 srcpkgs/librtprocess/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/librtprocess-devel
 create mode 100644 srcpkgs/librtprocess/template

diff --git a/common/shlibs b/common/shlibs
index bea5b504701..f0e12782b42 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3990,3 +3990,4 @@ libneatvnc.so.0 neatvnc-0.2.0_1
 libtdjson.so.1.6.0 libtd-1.6.0_1
 libJudy.so.1 judy-1.0.5_1
 libsignal-protocol-c.so.2 libsignal-protocol-c-2.3.3_2
+librtprocess.so.0 librtprocess-0.11.0_1
diff --git a/srcpkgs/librtprocess-devel b/srcpkgs/librtprocess-devel
new file mode 120000
index 00000000000..95794d1128c
--- /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 00000000000..871901610e9
--- /dev/null
+++ b/srcpkgs/librtprocess/template
@@ -0,0 +1,24 @@
+# Template file for 'librtprocess'
+pkgname=librtprocess
+version=0.11.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libgomp-devel"
+short_desc="Image processing algorithms from RawTherapee"
+maintainer="Andreas Kempe <kempe@lysator.liu.se>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/CarVac/librtprocess"
+distfiles="https://github.com/CarVac/${pkgname}/archive/${version}.tar.gz"
+checksum=0a1691e6e90742644506a1123c716cdcfc28689adf461747843ab0440a837584
+
+librtprocess-devel_package() {
+	short_desc="Image processing algorithms from RawTherapee - development files"
+	depends="librtprocess>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/lib/librtprocess.so
+		vmove usr/include/rtprocess
+		vmove usr/lib/cmake/rtprocess
+		vmove usr/lib/pkgconfig/rtprocess.pc
+	}
+}

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

* Re: New package: librtprocess-0.11.0
  2020-09-05 14:20 [PR PATCH] New package: librtprocess-0.11.0 andkem
  2020-09-05 14:23 ` [PR PATCH] [Updated] " andkem
@ 2020-09-05 15:04 ` ericonr
  2020-09-05 19:37 ` andkem
  2020-09-05 19:37 ` [PR PATCH] [Closed]: " andkem
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-09-05 15:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24690#issuecomment-687623005

Comment:
Why not include this in that same PR?

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

* Re: New package: librtprocess-0.11.0
  2020-09-05 14:20 [PR PATCH] New package: librtprocess-0.11.0 andkem
  2020-09-05 14:23 ` [PR PATCH] [Updated] " andkem
  2020-09-05 15:04 ` ericonr
@ 2020-09-05 19:37 ` andkem
  2020-09-05 19:37 ` [PR PATCH] [Closed]: " andkem
  3 siblings, 0 replies; 5+ messages in thread
From: andkem @ 2020-09-05 19:37 UTC (permalink / raw)
  To: ml

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

New comment by andkem on void-packages repository

https://github.com/void-linux/void-packages/pull/24690#issuecomment-687653578

Comment:
No other reason than me thinking it was proper etiquette handling one package per PR. I'll close this one and put it with Siril.

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

* Re: [PR PATCH] [Closed]: New package: librtprocess-0.11.0
  2020-09-05 14:20 [PR PATCH] New package: librtprocess-0.11.0 andkem
                   ` (2 preceding siblings ...)
  2020-09-05 19:37 ` andkem
@ 2020-09-05 19:37 ` andkem
  3 siblings, 0 replies; 5+ messages in thread
From: andkem @ 2020-09-05 19:37 UTC (permalink / raw)
  To: ml

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

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

New package: librtprocess-0.11.0
https://github.com/void-linux/void-packages/pull/24690

Description:
This package is a dependency for the Siril version bump found at https://github.com/void-linux/void-packages/pull/24678.

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

end of thread, other threads:[~2020-09-05 19:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05 14:20 [PR PATCH] New package: librtprocess-0.11.0 andkem
2020-09-05 14:23 ` [PR PATCH] [Updated] " andkem
2020-09-05 15:04 ` ericonr
2020-09-05 19:37 ` andkem
2020-09-05 19:37 ` [PR PATCH] [Closed]: " andkem

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