Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: DSView-1.2.2
@ 2023-07-10 18:41 agausmann
  2023-07-10 18:42 ` [PR PATCH] [Updated] " agausmann
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: agausmann @ 2023-07-10 18:41 UTC (permalink / raw)
  To: ml

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

There is a new pull request by agausmann against master on the void-packages repository

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.2.2
<!-- 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/44972.patch is attached

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

From a0979db8a994bc64d80eaffcd488ff89973b8acf Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adamg@esdemc.com>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.2.2

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 000000000000..2e8e1b8fc1ef
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,22 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.2.2
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+depends=""
+short_desc="GUI for various instruments from DreamSourceLab"
+maintainer="Adam Gausmann <adamg@esdemc.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://github.com/DreamSourceLab/DSView/releases"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=d58ae0473be8c72baf6e5f6ca739d8a3a501c1a55f17bcfcef5fb0a32c97a1d3

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

* Re: [PR PATCH] [Updated] New package: DSView-1.2.2
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
@ 2023-07-10 18:42 ` agausmann
  2023-07-10 18:46 ` agausmann
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2023-07-10 18:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.2.2
<!-- 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/44972.patch is attached

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

From d5354494f7d0ceae136bd5e5f53544606d942383 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adamg@esdemc.com>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.2.2

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 000000000000..2e8e1b8fc1ef
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,22 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.2.2
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+depends=""
+short_desc="GUI for various instruments from DreamSourceLab"
+maintainer="Adam Gausmann <adamg@esdemc.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://github.com/DreamSourceLab/DSView/releases"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=d58ae0473be8c72baf6e5f6ca739d8a3a501c1a55f17bcfcef5fb0a32c97a1d3

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

* Re: [PR PATCH] [Updated] New package: DSView-1.2.2
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
  2023-07-10 18:42 ` [PR PATCH] [Updated] " agausmann
@ 2023-07-10 18:46 ` agausmann
  2023-07-10 18:47 ` agausmann
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2023-07-10 18:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.2.2
<!-- 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/44972.patch is attached

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

From bd7551d3c70b3ea55e4aed87b6240746a2733af7 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adamg@esdemc.com>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.2.2

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 000000000000..2c413b978831
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,14 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.2.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+short_desc="GUI for various instruments from DreamSourceLab"
+maintainer="Adam Gausmann <adamg@esdemc.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://github.com/DreamSourceLab/DSView/releases"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=d58ae0473be8c72baf6e5f6ca739d8a3a501c1a55f17bcfcef5fb0a32c97a1d3

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

* Re: [PR PATCH] [Updated] New package: DSView-1.2.2
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
  2023-07-10 18:42 ` [PR PATCH] [Updated] " agausmann
  2023-07-10 18:46 ` agausmann
@ 2023-07-10 18:47 ` agausmann
  2023-07-10 18:49 ` agausmann
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2023-07-10 18:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.2.2
<!-- 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/44972.patch is attached

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

From 63816fbdc5a7584b3c217dee7f59d4c11bb7d8a4 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.2.2

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 000000000000..c42b2b575628
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,14 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.2.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+short_desc="GUI for various instruments from DreamSourceLab"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://github.com/DreamSourceLab/DSView/releases"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=d58ae0473be8c72baf6e5f6ca739d8a3a501c1a55f17bcfcef5fb0a32c97a1d3

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

* Re: [PR PATCH] [Updated] New package: DSView-1.2.2
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (2 preceding siblings ...)
  2023-07-10 18:47 ` agausmann
@ 2023-07-10 18:49 ` agausmann
  2023-07-10 19:07 ` agausmann
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2023-07-10 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.2.2
<!-- 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/44972.patch is attached

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

From 35ed76c9593a5f1473af8c2c8233c02b80a51a03 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.2.2

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 000000000000..e42fcc6689cf
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,14 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.2.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+short_desc="GUI for various instruments from DreamSourceLab, based on sigrok"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://github.com/DreamSourceLab/DSView/releases"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=d58ae0473be8c72baf6e5f6ca739d8a3a501c1a55f17bcfcef5fb0a32c97a1d3

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

* Re: [PR PATCH] [Updated] New package: DSView-1.2.2
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (3 preceding siblings ...)
  2023-07-10 18:49 ` agausmann
@ 2023-07-10 19:07 ` agausmann
  2023-07-10 20:48 ` [PR REVIEW] " classabbyamp
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2023-07-10 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.2.2
<!-- 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/44972.patch is attached

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

From 1db8345a8d743ca267717e18115362e19fdab85e Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.2.2

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 000000000000..439dd09c0fdd
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,14 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.2.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+short_desc="GUI for various instruments from DreamSourceLab, based on sigrok"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://github.com/DreamSourceLab/DSView/releases"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=d58ae0473be8c72baf6e5f6ca739d8a3a501c1a55f17bcfcef5fb0a32c97a1d3

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

* Re: [PR REVIEW] New package: DSView-1.2.2
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (4 preceding siblings ...)
  2023-07-10 19:07 ` agausmann
@ 2023-07-10 20:48 ` classabbyamp
  2023-07-10 22:14 ` [PR PATCH] [Updated] " agausmann
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2023-07-10 20:48 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44972#discussion_r1258900179

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/DreamSourceLab/DSView/master/NEWS31"
```

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

* Re: [PR PATCH] [Updated] New package: DSView-1.2.2
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (5 preceding siblings ...)
  2023-07-10 20:48 ` [PR REVIEW] " classabbyamp
@ 2023-07-10 22:14 ` agausmann
  2023-08-07 17:39 ` agausmann
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2023-07-10 22:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.2.2
<!-- 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/44972.patch is attached

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

From f29713df6d35402c638b302ef78d2af3c6c576fe Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.2.2

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 000000000000..4a498fd445ba
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,14 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.2.2
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+short_desc="GUI for various instruments from DreamSourceLab, based on sigrok"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://raw.githubusercontent.com/DreamSourceLab/DSView/master/NEWS31"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=d58ae0473be8c72baf6e5f6ca739d8a3a501c1a55f17bcfcef5fb0a32c97a1d3

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

* Re: [PR PATCH] [Updated] New package: DSView-1.2.2
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (6 preceding siblings ...)
  2023-07-10 22:14 ` [PR PATCH] [Updated] " agausmann
@ 2023-08-07 17:39 ` agausmann
  2023-10-19  3:10 ` [PR PATCH] [Updated] New package: DSView-1.3.0 agausmann
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2023-08-07 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.2.2
<!-- 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/44972.patch is attached

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

From 624a5568005886425988402e180232f15b4f885c Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.3.0

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 0000000000000..3c039cc9c480d
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,14 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.3.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+short_desc="GUI for various instruments from DreamSourceLab, based on sigrok"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://raw.githubusercontent.com/DreamSourceLab/DSView/master/NEWS31"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=26005d530434595ae12489e55a9ed1091ffe542dc5e82d7000eacadffdc7bc6e

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

* Re: [PR PATCH] [Updated] New package: DSView-1.3.0
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (7 preceding siblings ...)
  2023-08-07 17:39 ` agausmann
@ 2023-10-19  3:10 ` agausmann
  2024-01-18  1:46 ` github-actions
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2023-10-19  3:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages dsview
https://github.com/void-linux/void-packages/pull/44972

New package: DSView-1.3.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/44972.patch is attached

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

From de455eb576a8652a330f5786b2d7c80bf3764c52 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Mon, 10 Jul 2023 13:40:48 -0500
Subject: [PATCH] New package: DSView-1.3.0

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

diff --git a/srcpkgs/DSView/template b/srcpkgs/DSView/template
new file mode 100644
index 0000000000000..3c039cc9c480d
--- /dev/null
+++ b/srcpkgs/DSView/template
@@ -0,0 +1,14 @@
+# Template file for 'DSView'
+pkgname=DSView
+version=1.3.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="boost-devel fftw-devel libglib-devel libusb-devel python3-devel qt5-devel"
+short_desc="GUI for various instruments from DreamSourceLab, based on sigrok"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/DreamSourceLab/DSView"
+changelog="https://raw.githubusercontent.com/DreamSourceLab/DSView/master/NEWS31"
+distfiles="https://github.com/DreamSourceLab/DSView/archive/refs/tags/v${version}.tar.gz"
+checksum=26005d530434595ae12489e55a9ed1091ffe542dc5e82d7000eacadffdc7bc6e

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

* Re: New package: DSView-1.3.0
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (8 preceding siblings ...)
  2023-10-19  3:10 ` [PR PATCH] [Updated] New package: DSView-1.3.0 agausmann
@ 2024-01-18  1:46 ` github-actions
  2024-01-18  4:32 ` agausmann
  2024-01-18  4:40 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2024-01-18  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44972#issuecomment-1897630065

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: DSView-1.3.0
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (9 preceding siblings ...)
  2024-01-18  1:46 ` github-actions
@ 2024-01-18  4:32 ` agausmann
  2024-01-18  4:40 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: agausmann @ 2024-01-18  4:32 UTC (permalink / raw)
  To: ml

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

New comment by agausmann on void-packages repository

https://github.com/void-linux/void-packages/pull/44972#issuecomment-1897776297

Comment:
bump.

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

* Re: [PR PATCH] [Merged]: New package: DSView-1.3.0
  2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
                   ` (10 preceding siblings ...)
  2024-01-18  4:32 ` agausmann
@ 2024-01-18  4:40 ` classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-01-18  4:40 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: DSView-1.3.0
https://github.com/void-linux/void-packages/pull/44972

Description:
<!-- 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
-->


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

end of thread, other threads:[~2024-01-18  4:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10 18:41 [PR PATCH] New package: DSView-1.2.2 agausmann
2023-07-10 18:42 ` [PR PATCH] [Updated] " agausmann
2023-07-10 18:46 ` agausmann
2023-07-10 18:47 ` agausmann
2023-07-10 18:49 ` agausmann
2023-07-10 19:07 ` agausmann
2023-07-10 20:48 ` [PR REVIEW] " classabbyamp
2023-07-10 22:14 ` [PR PATCH] [Updated] " agausmann
2023-08-07 17:39 ` agausmann
2023-10-19  3:10 ` [PR PATCH] [Updated] New package: DSView-1.3.0 agausmann
2024-01-18  1:46 ` github-actions
2024-01-18  4:32 ` agausmann
2024-01-18  4:40 ` [PR PATCH] [Merged]: " classabbyamp

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