Github messages for voidlinux
 help / color / mirror / Atom feed
From: andkem <andkem@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: librtprocess-0.11.0
Date: Sat, 05 Sep 2020 16:20:48 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24690@inbox.vuxu.org> (raw)

[-- 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
+	}
+}

             reply	other threads:[~2020-09-05 14:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-05 14:20 andkem [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24690@inbox.vuxu.org \
    --to=andkem@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).