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.1.0
Date: Wed, 06 Dec 2023 20:40:39 +0100	[thread overview]
Message-ID: <20231206194039.tFdfdDcDHCXSB_jvo5YM7dRdJQ5QSOcl87fnkjihX2U@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.1.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, (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: 3301 bytes --]

From e6a703e256d17ca6d314f4feb9bd7801941f8eec 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 | 34 ++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 120000 srcpkgs/nng-devel
 create mode 100644 srcpkgs/nng/template

diff --git a/common/shlibs b/common/shlibs
index f7046cbb6c206..03eaa0c215342 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4276,3 +4276,4 @@ libdraco.so.8 draco-1.5.6_1
 libpdal_base.so.15 libpdal-2.5.6_1
 libpdal_util.so.15 libpdal-2.5.6_1
 libdisplay-info.so.1 libdisplay-info-0.1.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..3940d202fa9ed
--- /dev/null
+++ b/srcpkgs/nng/template
@@ -0,0 +1,34 @@
+# 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
+
+do_check() {
+	# nng.platform.resolver_test passes on host machine,
+	# but fails in void-packages chroot
+	cd ${cmake_builddir:=build}
+	ctest -E 'nng\.platform\.resolver_test'
+}
+
+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 4d5cad9e3c5fdbd094663ad0fee805d8b6030379 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Wed, 6 Dec 2023 13:40:24 -0600
Subject: [PATCH 2/2] New package: SatDump-1.1.2

---
 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..d2e88468f2e76
--- /dev/null
+++ b/srcpkgs/SatDump/template
@@ -0,0 +1,17 @@
+# Template file for 'SatDump'
+pkgname=SatDump
+version=1.1.2
+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=6979463793b58a7ef62c6d61d4cb826396d0f625b95efe418251a7b02b6e87ed

  parent reply	other threads:[~2023-12-06 19:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31  3:48 [PR PATCH] New package: SatDump-1.0.3 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
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 ` agausmann [this message]
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=20231206194039.tFdfdDcDHCXSB_jvo5YM7dRdJQ5QSOcl87fnkjihX2U@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).