Github messages for voidlinux
 help / color / mirror / Atom feed
From: Calandracas606 <Calandracas606@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: librtprocess-0.12.0
Date: Sat, 21 Oct 2023 01:22:31 +0200	[thread overview]
Message-ID: <20231020232231.SmXx4eNbM8wwgAzyx1vUYf3BMVAsUU0NAjY8Zrnt-eU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46757@inbox.vuxu.org>

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

  parent reply	other threads:[~2023-10-20 23:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2024-01-19  1:47 ` New package: librtprocess-0.12.0 github-actions
2024-01-26 14:36 ` [PR PATCH] [Closed]: " Calandracas606
2024-01-26 14:36 ` Calandracas606

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=20231020232231.SmXx4eNbM8wwgAzyx1vUYf3BMVAsUU0NAjY8Zrnt-eU@z \
    --to=calandracas606@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).