Github messages for voidlinux
 help / color / mirror / Atom feed
From: agausmann <agausmann@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: SatDump-1.0.3
Date: Sun, 24 Sep 2023 20:04:23 +0200	[thread overview]
Message-ID: <20230924180423.B64yxTHj66CRoWHIUpMwiObMuZXS4Zf40P6LmI4pe3E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45340@inbox.vuxu.org>

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

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

https://github.com/agausmann/void-packages satdump
https://github.com/void-linux/void-packages/pull/45340

New package: SatDump-1.0.3
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a3d9dbff83e5376c5ad983ab6d8fa576a23ed3b8 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Sun, 30 Jul 2023 22:45:34 -0500
Subject: [PATCH 1/2] New package: nng-1.5.2

---
 common/shlibs        |  1 +
 srcpkgs/nng-devel    |  1 +
 srcpkgs/nng/template | 27 +++++++++++++++++++++++++++
 3 files changed, 29 insertions(+)
 create mode 120000 srcpkgs/nng-devel
 create mode 100644 srcpkgs/nng/template

diff --git a/common/shlibs b/common/shlibs
index 2d7f32eee393b..48a788a35b655 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4287,3 +4287,4 @@ libchafa.so.0 libchafa-1.12.5_1
 libcppdap.so cppdap-1.58.0+a_1
 libkeyfinder.so.2 libkeyfinder-2.2.7_1
 libb64.so.0 libb64-1.2.1_1
+libnng.so.1 nng-1.5.2_1
diff --git a/srcpkgs/nng-devel b/srcpkgs/nng-devel
new file mode 120000
index 0000000000000..cb46bd4614848
--- /dev/null
+++ b/srcpkgs/nng-devel
@@ -0,0 +1 @@
+nng
\ No newline at end of file
diff --git a/srcpkgs/nng/template b/srcpkgs/nng/template
new file mode 100644
index 0000000000000..576ff799b1acf
--- /dev/null
+++ b/srcpkgs/nng/template
@@ -0,0 +1,27 @@
+# Template file for 'nng'
+pkgname=nng
+version=1.5.2
+revision=1
+build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=on"
+short_desc="Nanomsg next-generation"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="MIT"
+homepage="https://github.com/nanomsg/nng"
+changelog="https://github.com/nanomsg/nng/releases"
+distfiles="https://github.com/nanomsg/nng/archive/refs/tags/v${version}.tar.gz"
+checksum=f8b25ab86738864b1f2e3128e8badab581510fa8085ff5ca9bb980d317334c46
+
+post_install() {
+	vlicense LICENSE.txt
+}
+
+nng-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove "usr/include"
+		vmove "usr/lib/cmake"
+		vmove "usr/lib/*.so"
+	}
+}

From ad8b2102ac50c0fb881032f1d796ea1fd2d4e753 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Sun, 30 Jul 2023 22:46:56 -0500
Subject: [PATCH 2/2] New package: SatDump-1.1.0

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

diff --git a/srcpkgs/SatDump/template b/srcpkgs/SatDump/template
new file mode 100644
index 0000000000000..c6f1833df98a8
--- /dev/null
+++ b/srcpkgs/SatDump/template
@@ -0,0 +1,17 @@
+# Template file for 'SatDump'
+pkgname=SatDump
+version=1.1.0
+revision=1
+build_style=cmake
+hostmakedepends="pkgconf"
+makedepends="fftw-devel volk-devel libpng-devel LuaJIT-devel nng-devel
+ librtlsdr-devel libhackrf-devel libairspy-devel libairspyhf-devel glew-devel
+ glfw-devel libzstd-devel libgomp-devel ocl-icd-devel LimeSuite-devel
+ uhd-devel portaudio-cpp-devel"
+short_desc="Satellite data processing"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/SatDump/SatDump"
+changelog="https://github.com/SatDump/SatDump/releases"
+distfiles="https://github.com/SatDump/SatDump/archive/refs/tags/${version}.tar.gz"
+checksum=db032609fafa6d847f37a9511801aa198e3b9e52bdfb94a1751533c342ee372d

  parent reply	other threads:[~2023-09-24 18:04 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31  3:48 [PR PATCH] " agausmann
2023-07-31  4:18 ` agausmann
2023-08-04  8:36 ` abenson
2023-08-04  8:36 ` abenson
2023-08-04 20:13 ` agausmann
2023-09-24 17:44 ` [PR PATCH] [Updated] " agausmann
2023-09-24 18:04 ` agausmann [this message]
2023-09-24 18:42 ` agausmann
2023-09-24 19:55 ` agausmann
2023-09-24 19:56 ` agausmann
2023-09-26  3:31 ` agausmann
2023-09-26  3:32 ` New package: SatDump-1.1.0 agausmann
2023-09-26  3:32 ` agausmann
2023-09-26  3:34 ` agausmann
2023-09-26  3:36 ` agausmann
2023-09-27  3:28 ` agausmann
2023-09-27  3:28 ` agausmann
2023-12-06 19:40 ` [PR PATCH] [Updated] " agausmann
2024-03-06  1:44 ` New package: SatDump-1.1.2 github-actions
2024-03-12  0:01 ` agausmann
2024-03-12  0:04 ` [PR PATCH] [Updated] " agausmann

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=20230924180423.B64yxTHj66CRoWHIUpMwiObMuZXS4Zf40P6LmI4pe3E@z \
    --to=agausmann@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).