Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: SatDump-1.0.3
@ 2023-07-31  3:48 agausmann
  2023-07-31  4:18 ` agausmann
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: agausmann @ 2023-07-31  3:48 UTC (permalink / raw)
  To: ml

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

There is a new 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: 3134 bytes --]

From 93dae7add3bce03676191fc8cd08ad978ad327c0 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 c71817b11b51f..26e165f3ebde8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4323,3 +4323,4 @@ libjxl_threads.so.0.8 libjxl-0.8.2_1
 libtext-engine-0.1.so.0 text-engine-0.1.1_1
 libvmaf.so.1 vmaf-2.3.1_1
 liblc3.so.1 liblc3-1.0.3_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 b15d16943a64423f51152ba0551f8e4859d6d3b8 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.0.3

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

diff --git a/srcpkgs/SatDump/template b/srcpkgs/SatDump/template
new file mode 100644
index 0000000000000..6939862116df2
--- /dev/null
+++ b/srcpkgs/SatDump/template
@@ -0,0 +1,18 @@
+# Template file for 'SatDump'
+pkgname=SatDump
+version=1.0.3
+revision=1
+build_style=cmake
+hostmakedepends="pkgconf"
+makedepends="fftw-devel volk-devel libpng-devel LuaJIT-devel nng-devel
+ librtlsdr-devel libhackrf-devel libairspyhf-devel glew-devel glfw-devel
+ libzstd-devel libgomp-devel ocl-icd-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=dbe7dbeea1c4c7150e55fa7b082652c6896bd9b17c629403b5dc197bf3300fa8
+# https://github.com/SatDump/SatDump/issues/328
+ignore_elf_dirs="/usr/share/satdump/plugins"

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

end of thread, other threads:[~2024-03-12  0:04 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [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

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