Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Tuner - new package
@ 2022-10-06 15:01 MechDR
  2022-10-06 15:05 ` [PR PATCH] [Updated] " MechDR
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: MechDR @ 2022-10-06 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
@ 2022-10-06 15:05 ` MechDR
  2022-10-06 15:08 ` MechDR
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-06 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 1/2] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 2/2] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
  2022-10-06 15:05 ` [PR PATCH] [Updated] " MechDR
@ 2022-10-06 15:08 ` MechDR
  2022-10-06 18:23 ` misuchiru03
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-06 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 1/3] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 2/3] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 1a39af94ecb0bbb44bebdc58e58fdd4c0122c2b3 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:08:10 +0200
Subject: [PATCH 3/3] Tuner - new package

Sorry for the previous commits, they were a mistake... I'm kinda new :D.
---
 srcpkgs/tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..4ec17d7560fd
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

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

* Re: Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
  2022-10-06 15:05 ` [PR PATCH] [Updated] " MechDR
  2022-10-06 15:08 ` MechDR
@ 2022-10-06 18:23 ` misuchiru03
  2022-10-06 18:49 ` classabbyamp
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: misuchiru03 @ 2022-10-06 18:23 UTC (permalink / raw)
  To: ml

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

New comment by misuchiru03 on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#issuecomment-1270504157

Comment:
I noticed when it finally built, the file names it provides are gross: `com.github.louis77.tuner`, and all other files where the binary name of `tuner` would suffice follows this naming.

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

* Re: Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (2 preceding siblings ...)
  2022-10-06 18:23 ` misuchiru03
@ 2022-10-06 18:49 ` classabbyamp
  2022-10-07  3:50 ` [PR REVIEW] " tranzystorek-io
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: classabbyamp @ 2022-10-06 18:49 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#issuecomment-1270539670

Comment:
the inverse-DNS naming scheme is fine. there's no need to change it

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (3 preceding siblings ...)
  2022-10-06 18:49 ` classabbyamp
@ 2022-10-07  3:50 ` tranzystorek-io
  2022-10-08 16:08 ` tranzystorek-io
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: tranzystorek-io @ 2022-10-07  3:50 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r989657985

Comment:
Seems `glib-devel` is needed as `hostmakedepends` as well to get the `glib-compile-resources` on cross targets

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

* Re: Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (4 preceding siblings ...)
  2022-10-07  3:50 ` [PR REVIEW] " tranzystorek-io
@ 2022-10-08 16:08 ` tranzystorek-io
  2022-10-25 14:39 ` [PR PATCH] [Updated] " MechDR
                   ` (25 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: tranzystorek-io @ 2022-10-08 16:08 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#issuecomment-1272349693

Comment:
Also these commits should be squashed together into one `New package: tuner-1.5.1`

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (5 preceding siblings ...)
  2022-10-08 16:08 ` tranzystorek-io
@ 2022-10-25 14:39 ` MechDR
  2022-10-25 14:43 ` MechDR
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 1/4] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 2/4] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 1a39af94ecb0bbb44bebdc58e58fdd4c0122c2b3 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:08:10 +0200
Subject: [PATCH 3/4] Tuner - new package

Sorry for the previous commits, they were a mistake... I'm kinda new :D.
---
 srcpkgs/tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..4ec17d7560fd
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From bf2d340486dab9bc37b8fb0a6b739108267ac0cd Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:39:39 +0200
Subject: [PATCH 4/4] Added geocode-glib-libsoup2-devel

Added geocode-glib-libsoup2-devel
---
 srcpkgs/tuner/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 4ec17d7560fd..cb53e0fadf6c 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,12 +1,13 @@
+
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
-glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
-json-glib-devel libgee08-devel libsoup-devel"
+makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
+             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (6 preceding siblings ...)
  2022-10-25 14:39 ` [PR PATCH] [Updated] " MechDR
@ 2022-10-25 14:43 ` MechDR
  2022-10-25 15:00 ` MechDR
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 14:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 1/5] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 2/5] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 1a39af94ecb0bbb44bebdc58e58fdd4c0122c2b3 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:08:10 +0200
Subject: [PATCH 3/5] Tuner - new package

Sorry for the previous commits, they were a mistake... I'm kinda new :D.
---
 srcpkgs/tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..4ec17d7560fd
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From bf2d340486dab9bc37b8fb0a6b739108267ac0cd Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:39:39 +0200
Subject: [PATCH 4/5] Added geocode-glib-libsoup2-devel

Added geocode-glib-libsoup2-devel
---
 srcpkgs/tuner/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 4ec17d7560fd..cb53e0fadf6c 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,12 +1,13 @@
+
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
-glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
-json-glib-devel libgee08-devel libsoup-devel"
+makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
+             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

From 2411cd881811ffc3ac014309b3509524cd7d1c1a Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:42:59 +0200
Subject: [PATCH 5/5] Added geocode-glib-libsoup2-devel to makedepends

Added geocode-glib-libsoup2-devel to makedepends
---
 srcpkgs/tuner/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index cb53e0fadf6c..19ce2713e6fb 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -15,3 +15,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
+

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (7 preceding siblings ...)
  2022-10-25 14:43 ` MechDR
@ 2022-10-25 15:00 ` MechDR
  2022-10-25 15:01 ` [PR REVIEW] " MechDR
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 15:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 1/6] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 2/6] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 1a39af94ecb0bbb44bebdc58e58fdd4c0122c2b3 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:08:10 +0200
Subject: [PATCH 3/6] Tuner - new package

Sorry for the previous commits, they were a mistake... I'm kinda new :D.
---
 srcpkgs/tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..4ec17d7560fd
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From bf2d340486dab9bc37b8fb0a6b739108267ac0cd Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:39:39 +0200
Subject: [PATCH 4/6] Added geocode-glib-libsoup2-devel

Added geocode-glib-libsoup2-devel
---
 srcpkgs/tuner/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 4ec17d7560fd..cb53e0fadf6c 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,12 +1,13 @@
+
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
-glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
-json-glib-devel libgee08-devel libsoup-devel"
+makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
+             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

From 2411cd881811ffc3ac014309b3509524cd7d1c1a Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:42:59 +0200
Subject: [PATCH 5/6] Added geocode-glib-libsoup2-devel to makedepends

Added geocode-glib-libsoup2-devel to makedepends
---
 srcpkgs/tuner/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index cb53e0fadf6c..19ce2713e6fb 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -15,3 +15,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
+

From c1fa9dc5650cb00fe14f0ea8dfcf137c3c84b242 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:00:29 +0200
Subject: [PATCH 6/6] Added glib-devel for cross compiling

Added glib-devel for cross compiling
---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 19ce2713e6fb..83b42aada1d4 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -4,7 +4,7 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="gettext pkg-config vala"
+hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
              glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
              gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (8 preceding siblings ...)
  2022-10-25 15:00 ` MechDR
@ 2022-10-25 15:01 ` MechDR
  2022-10-25 15:01 ` MechDR
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 15:01 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004607947

Comment:
I'm sorry, I'm kinda new to all this... is what I've done OK? :-\\

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (9 preceding siblings ...)
  2022-10-25 15:01 ` [PR REVIEW] " MechDR
@ 2022-10-25 15:01 ` MechDR
  2022-10-25 15:06 ` MechDR
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 15:01 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004607947

Comment:
I'm sorry, I'm kinda new to all this... are my last commits OK? :-\\

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

* Re: Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (10 preceding siblings ...)
  2022-10-25 15:01 ` MechDR
@ 2022-10-25 15:06 ` MechDR
  2022-10-25 15:10 ` [PR REVIEW] " tranzystorek-io
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 15:06 UTC (permalink / raw)
  To: ml

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

New comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#issuecomment-1290718345

Comment:
Are these commits OK?

Also, it states the version is 1.5.0, but it's actually 1.5.1, the author just forgot to change the version number in the About.

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (11 preceding siblings ...)
  2022-10-25 15:06 ` MechDR
@ 2022-10-25 15:10 ` tranzystorek-io
  2022-10-25 15:17 ` MechDR
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: tranzystorek-io @ 2022-10-25 15:10 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004619354

Comment:
Should be good, with a few remarks:

- any blank lines are unnecessary
- we usually indent wrapped lines like the `makedepends` with only one space

As mentioned below we do one commit per package, so you need to squash all these. In the future, you can use `git commit --amend` to add changes without introducing new commits.

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (12 preceding siblings ...)
  2022-10-25 15:10 ` [PR REVIEW] " tranzystorek-io
@ 2022-10-25 15:17 ` MechDR
  2022-10-25 15:21 ` [PR PATCH] [Updated] " MechDR
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 15:17 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004628081

Comment:
> * any blank lines are unnecessary

I believe I had only one blank line at the end... POSIX standard I believe, everything ends with a new line... please correct me if I'm wrong :).

> * we usually indent wrapped lines like the `makedepends` with only one space

As in not do a bunch of spaces to align the indent? OK, no problem, feel free to correct the template and I will remember this for future commits ;).

> As mentioned below we do one commit per package, so you need to squash all these. In the future, you can use `git commit --amend` to add changes without introducing new commits.

I still haven't connected my main rig with GitHub, I'm still working on the web interface :-\\... I know, I'll get on it as soon as possible.

Now, how do I squash the commits :). Might be a stupid question, I know, but as I said, I'm kinda new :).

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (13 preceding siblings ...)
  2022-10-25 15:17 ` MechDR
@ 2022-10-25 15:21 ` MechDR
  2022-10-25 15:21 ` MechDR
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 15:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 1/7] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 2/7] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 1a39af94ecb0bbb44bebdc58e58fdd4c0122c2b3 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:08:10 +0200
Subject: [PATCH 3/7] Tuner - new package

Sorry for the previous commits, they were a mistake... I'm kinda new :D.
---
 srcpkgs/tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..4ec17d7560fd
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From bf2d340486dab9bc37b8fb0a6b739108267ac0cd Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:39:39 +0200
Subject: [PATCH 4/7] Added geocode-glib-libsoup2-devel

Added geocode-glib-libsoup2-devel
---
 srcpkgs/tuner/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 4ec17d7560fd..cb53e0fadf6c 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,12 +1,13 @@
+
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
-glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
-json-glib-devel libgee08-devel libsoup-devel"
+makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
+             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

From 2411cd881811ffc3ac014309b3509524cd7d1c1a Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:42:59 +0200
Subject: [PATCH 5/7] Added geocode-glib-libsoup2-devel to makedepends

Added geocode-glib-libsoup2-devel to makedepends
---
 srcpkgs/tuner/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index cb53e0fadf6c..19ce2713e6fb 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -15,3 +15,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
+

From c1fa9dc5650cb00fe14f0ea8dfcf137c3c84b242 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:00:29 +0200
Subject: [PATCH 6/7] Added glib-devel for cross compiling

Added glib-devel for cross compiling
---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 19ce2713e6fb..83b42aada1d4 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -4,7 +4,7 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="gettext pkg-config vala"
+hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
              glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
              gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"

From 51eefcfe077bc89142d151d32cf11eb885839ff8 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:20:56 +0200
Subject: [PATCH 7/7] Makeup cleanup

---
 srcpkgs/tuner/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 83b42aada1d4..c9a3f6d441c5 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,4 +1,3 @@
-
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
@@ -6,8 +5,8 @@ revision=1
 build_style=meson
 hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
-             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
-             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+  gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"
@@ -15,4 +14,3 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
-

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (14 preceding siblings ...)
  2022-10-25 15:21 ` [PR PATCH] [Updated] " MechDR
@ 2022-10-25 15:21 ` MechDR
  2022-10-25 15:24 ` [PR REVIEW] " tranzystorek-io
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 15:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 1/8] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 2/8] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 1a39af94ecb0bbb44bebdc58e58fdd4c0122c2b3 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:08:10 +0200
Subject: [PATCH 3/8] Tuner - new package

Sorry for the previous commits, they were a mistake... I'm kinda new :D.
---
 srcpkgs/tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..4ec17d7560fd
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From bf2d340486dab9bc37b8fb0a6b739108267ac0cd Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:39:39 +0200
Subject: [PATCH 4/8] Added geocode-glib-libsoup2-devel

Added geocode-glib-libsoup2-devel
---
 srcpkgs/tuner/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 4ec17d7560fd..cb53e0fadf6c 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,12 +1,13 @@
+
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
-glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
-json-glib-devel libgee08-devel libsoup-devel"
+makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
+             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

From 2411cd881811ffc3ac014309b3509524cd7d1c1a Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:42:59 +0200
Subject: [PATCH 5/8] Added geocode-glib-libsoup2-devel to makedepends

Added geocode-glib-libsoup2-devel to makedepends
---
 srcpkgs/tuner/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index cb53e0fadf6c..19ce2713e6fb 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -15,3 +15,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
+

From c1fa9dc5650cb00fe14f0ea8dfcf137c3c84b242 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:00:29 +0200
Subject: [PATCH 6/8] Added glib-devel for cross compiling

Added glib-devel for cross compiling
---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 19ce2713e6fb..83b42aada1d4 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -4,7 +4,7 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="gettext pkg-config vala"
+hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
              glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
              gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"

From 51eefcfe077bc89142d151d32cf11eb885839ff8 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:20:56 +0200
Subject: [PATCH 7/8] Makeup cleanup

---
 srcpkgs/tuner/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 83b42aada1d4..c9a3f6d441c5 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,4 +1,3 @@
-
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
@@ -6,8 +5,8 @@ revision=1
 build_style=meson
 hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
-             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
-             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+  gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"
@@ -15,4 +14,3 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
-

From 0cf27025f1f349471c4585efb8c7c690fc2868f2 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:21:20 +0200
Subject: [PATCH 8/8] Makeup correction

---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index c9a3f6d441c5..b4942a4760ba 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
  glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
-  gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+ gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (15 preceding siblings ...)
  2022-10-25 15:21 ` MechDR
@ 2022-10-25 15:24 ` tranzystorek-io
  2022-10-25 16:00 ` MechDR
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: tranzystorek-io @ 2022-10-25 15:24 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004637279

Comment:
> Now, how do I squash the commits

See "Squashing commits" in https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History, should be pretty clearly described (beware, `git rebase -i` sends you to the default editor, which might be vim on linux 😛)

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (16 preceding siblings ...)
  2022-10-25 15:24 ` [PR REVIEW] " tranzystorek-io
@ 2022-10-25 16:00 ` MechDR
  2022-10-25 16:02 ` MechDR
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 16:00 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004678355

Comment:
> (beware, `git rebase -i` sends you to the default editor, which might be vim on linux 😛)

Hahahaha, good one :D. It's vi in my case I believe, it came preinstalled :D. Can't work it if my life depended on it xD.

Can't seem to find a way to squash the commits from this PR from the web UI, apparently a maintainer has to approve me since I'm a first-time contributor... at least that's what I gathered from what I read :-\\.

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (17 preceding siblings ...)
  2022-10-25 16:00 ` MechDR
@ 2022-10-25 16:02 ` MechDR
  2022-10-25 16:49 ` paper42
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-25 16:02 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004678355

Comment:
> (beware, `git rebase -i` sends you to the default editor, which might be vim on linux 😛)

Hahahaha, good one :D. It's vi in my case I believe, it came preinstalled :D. Can't work it if my life depended on it xD.

Can't seem to find a way to squash the commits from this PR from the web UI, apparently a maintainer has to approve me since I'm a first-time contributor, and then another drop down menu appears... at least that's what I gathered from what I read :-\\.

![SHOT0070](https://user-images.githubusercontent.com/45944962/197824206-0dd035e2-4200-4823-8f08-e957f9a5dd6f.png)


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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (18 preceding siblings ...)
  2022-10-25 16:02 ` MechDR
@ 2022-10-25 16:49 ` paper42
  2022-10-25 16:51 ` paper42
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2022-10-25 16:49 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004728015

Comment:
That's easy to solve, don't use the web ui.

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (19 preceding siblings ...)
  2022-10-25 16:49 ` paper42
@ 2022-10-25 16:51 ` paper42
  2022-10-27 19:06 ` [PR PATCH] [Updated] " MechDR
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2022-10-25 16:51 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1004729025

Comment:
you are mixing libsoup2 and libsoup3 versions of geocode-glib here, remove the libsoup3 one (geocode-glib-devel) or switch the whole package to libsoup3 if possible.

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (20 preceding siblings ...)
  2022-10-25 16:51 ` paper42
@ 2022-10-27 19:06 ` MechDR
  2022-10-27 19:06 ` [PR REVIEW] " MechDR
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-27 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 1/9] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 2/9] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 1a39af94ecb0bbb44bebdc58e58fdd4c0122c2b3 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:08:10 +0200
Subject: [PATCH 3/9] Tuner - new package

Sorry for the previous commits, they were a mistake... I'm kinda new :D.
---
 srcpkgs/tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..4ec17d7560fd
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From bf2d340486dab9bc37b8fb0a6b739108267ac0cd Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:39:39 +0200
Subject: [PATCH 4/9] Added geocode-glib-libsoup2-devel

Added geocode-glib-libsoup2-devel
---
 srcpkgs/tuner/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 4ec17d7560fd..cb53e0fadf6c 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,12 +1,13 @@
+
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
-glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
-json-glib-devel libgee08-devel libsoup-devel"
+makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
+             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

From 2411cd881811ffc3ac014309b3509524cd7d1c1a Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:42:59 +0200
Subject: [PATCH 5/9] Added geocode-glib-libsoup2-devel to makedepends

Added geocode-glib-libsoup2-devel to makedepends
---
 srcpkgs/tuner/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index cb53e0fadf6c..19ce2713e6fb 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -15,3 +15,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
+

From c1fa9dc5650cb00fe14f0ea8dfcf137c3c84b242 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:00:29 +0200
Subject: [PATCH 6/9] Added glib-devel for cross compiling

Added glib-devel for cross compiling
---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 19ce2713e6fb..83b42aada1d4 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -4,7 +4,7 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="gettext pkg-config vala"
+hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
              glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
              gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"

From 51eefcfe077bc89142d151d32cf11eb885839ff8 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:20:56 +0200
Subject: [PATCH 7/9] Makeup cleanup

---
 srcpkgs/tuner/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 83b42aada1d4..c9a3f6d441c5 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,4 +1,3 @@
-
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
@@ -6,8 +5,8 @@ revision=1
 build_style=meson
 hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
-             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
-             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+  gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"
@@ -15,4 +14,3 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
-

From 0cf27025f1f349471c4585efb8c7c690fc2868f2 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:21:20 +0200
Subject: [PATCH 8/9] Makeup correction

---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index c9a3f6d441c5..b4942a4760ba 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
  glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
-  gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+ gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

From 1b4f1d2a69fdb59186f4b2a9a4f5dc8a03b161f8 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 27 Oct 2022 21:06:14 +0200
Subject: [PATCH 9/9] Update template

---
 srcpkgs/tuner/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index b4942a4760ba..31265813158d 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -3,13 +3,13 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="glib-devel gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
- gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-libsoup2-devel glib-devel
+ granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@gmail.com>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (21 preceding siblings ...)
  2022-10-27 19:06 ` [PR PATCH] [Updated] " MechDR
@ 2022-10-27 19:06 ` MechDR
  2022-10-27 19:17 ` MechDR
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-27 19:06 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1007261262

Comment:
Is this OK?

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (22 preceding siblings ...)
  2022-10-27 19:06 ` [PR REVIEW] " MechDR
@ 2022-10-27 19:17 ` MechDR
  2022-10-28 12:54 ` [PR PATCH] [Updated] " MechDR
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-27 19:17 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1007261262

Comment:
Is this OK?

Can't switch to libsoup3, the package requires libsoup2.

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

* Re: [PR PATCH] [Updated] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (23 preceding siblings ...)
  2022-10-27 19:17 ` MechDR
@ 2022-10-28 12:54 ` MechDR
  2022-10-28 19:47 ` [PR REVIEW] " paper42
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-28 12:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages master
https://github.com/void-linux/void-packages/pull/39774

Tuner - new package
<!-- 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, (i686)
- 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/39774.patch is attached

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

From 2909f44059a5bcb35f127fd8998a16ded64ee0e0 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 16:58:41 +0200
Subject: [PATCH 01/10] Create template

---
 tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
new file mode 100644
index 000000000000..5d5b1c1217d8
--- /dev/null
+++ b/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@pgmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 846756531dbe3640e8f2750b9e1ecdf6f02e88d4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:05:40 +0200
Subject: [PATCH 02/10] Delete tuner directory

Sorry, my mistake...
---
 tuner/template | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 tuner/template

diff --git a/tuner/template b/tuner/template
deleted file mode 100644
index 5d5b1c1217d8..000000000000
--- a/tuner/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'tuner'
-pkgname=tuner
-version=1.5.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
- json-glib-devel libgee08-devel libsoup-devel"
-depends="gst-plugins-good1"
-short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@pgmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/louis77/tuner"
-distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
-checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From 1a39af94ecb0bbb44bebdc58e58fdd4c0122c2b3 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 6 Oct 2022 17:08:10 +0200
Subject: [PATCH 03/10] Tuner - new package

Sorry for the previous commits, they were a mistake... I'm kinda new :D.
---
 srcpkgs/tuner/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..4ec17d7560fd
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,16 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-devel
+glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+json-glib-devel libgee08-devel libsoup-devel"
+depends="gst-plugins-good1"
+short_desc="GNU/Linux app to discover and play internet radio stations"
+maintainer="MechDR <0x4e4f@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/louis77/tuner"
+distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
+checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592

From bf2d340486dab9bc37b8fb0a6b739108267ac0cd Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:39:39 +0200
Subject: [PATCH 04/10] Added geocode-glib-libsoup2-devel

Added geocode-glib-libsoup2-devel
---
 srcpkgs/tuner/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 4ec17d7560fd..cb53e0fadf6c 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,12 +1,13 @@
+
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
 hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel
-glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
-json-glib-devel libgee08-devel libsoup-devel"
+makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
+             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

From 2411cd881811ffc3ac014309b3509524cd7d1c1a Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 16:42:59 +0200
Subject: [PATCH 05/10] Added geocode-glib-libsoup2-devel to makedepends

Added geocode-glib-libsoup2-devel to makedepends
---
 srcpkgs/tuner/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index cb53e0fadf6c..19ce2713e6fb 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -15,3 +15,4 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
+

From c1fa9dc5650cb00fe14f0ea8dfcf137c3c84b242 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:00:29 +0200
Subject: [PATCH 06/10] Added glib-devel for cross compiling

Added glib-devel for cross compiling
---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 19ce2713e6fb..83b42aada1d4 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -4,7 +4,7 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="gettext pkg-config vala"
+hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
              glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
              gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"

From 51eefcfe077bc89142d151d32cf11eb885839ff8 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:20:56 +0200
Subject: [PATCH 07/10] Makeup cleanup

---
 srcpkgs/tuner/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 83b42aada1d4..c9a3f6d441c5 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -1,4 +1,3 @@
-
 # Template file for 'tuner'
 pkgname=tuner
 version=1.5.1
@@ -6,8 +5,8 @@ revision=1
 build_style=meson
 hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
-             glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
-             gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+ glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
+  gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"
@@ -15,4 +14,3 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"
 checksum=bbb5e7c97da1ee495651d85aca33c2fe58daba81906ae247e12b6a41b1ed7592
-

From 0cf27025f1f349471c4585efb8c7c690fc2868f2 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 25 Oct 2022 17:21:20 +0200
Subject: [PATCH 08/10] Makeup correction

---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index c9a3f6d441c5..b4942a4760ba 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="glib-devel gettext pkg-config vala"
 makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
  glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
-  gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+ gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
 maintainer="MechDR <0x4e4f@gmail.com>"

From 1b4f1d2a69fdb59186f4b2a9a4f5dc8a03b161f8 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 27 Oct 2022 21:06:14 +0200
Subject: [PATCH 09/10] Update template

---
 srcpkgs/tuner/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index b4942a4760ba..31265813158d 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -3,13 +3,13 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="glib-devel gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-devel geocode-glib-libsoup2-devel
- glib-devel granite-devel gst-plugins-bad1-devel gstreamer1-devel
- gtk+3-devel json-glib-devel libgee08-devel libsoup-devel"
+hostmakedepends="gettext pkg-config vala"
+makedepends="geoclue2-devel geocode-glib-libsoup2-devel glib-devel
+ granite-devel gst-plugins-bad1-devel gstreamer1-devel gtk+3-devel
+ json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="MechDR <0x4e4f@gmail.com>"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"

From 1d96c5dfb8c481f7c0bd69808c37f6195e059345 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Fri, 28 Oct 2022 14:54:30 +0200
Subject: [PATCH 10/10] Email/Maintaner change

---
 srcpkgs/tuner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 31265813158d..8e805f0f3c65 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -9,7 +9,7 @@ makedepends="geoclue2-devel geocode-glib-libsoup2-devel glib-devel
  json-glib-devel libgee08-devel libsoup-devel"
 depends="gst-plugins-good1"
 short_desc="GNU/Linux app to discover and play internet radio stations"
-maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+maintainer="MechDR <0x4e4f@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/louis77/tuner"
 distfiles="https://github.com/louis77/tuner/archive/refs/tags/${version}.tar.gz"

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (24 preceding siblings ...)
  2022-10-28 12:54 ` [PR PATCH] [Updated] " MechDR
@ 2022-10-28 19:47 ` paper42
  2022-10-31 14:32 ` MechDR
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2022-10-28 19:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1008402440

Comment:
Yes, do you know if there is a plan to support libsoup3?

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (25 preceding siblings ...)
  2022-10-28 19:47 ` [PR REVIEW] " paper42
@ 2022-10-31 14:32 ` MechDR
  2022-10-31 14:33 ` MechDR
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-31 14:32 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1009490163

Comment:
> Yes, do you know if there is a plan to support libsoup3?

No, I'm not in contact with the author.

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (26 preceding siblings ...)
  2022-10-31 14:32 ` MechDR
@ 2022-10-31 14:33 ` MechDR
  2022-10-31 14:39 ` MechDR
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-31 14:33 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1009490163

Comment:
> Yes, do you know if there is a plan to support libsoup3?

No, I'm not in contact with the author. Would you like me to ask him?

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (27 preceding siblings ...)
  2022-10-31 14:33 ` MechDR
@ 2022-10-31 14:39 ` MechDR
  2022-10-31 14:39 ` MechDR
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-31 14:39 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1009490163

Comment:
> Yes, do you know if there is a plan to support libsoup3?

No, I'm not in contact with the author. Would you like me to ask him?

EDIT: I asked on the GH project page, will post the reply.

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (28 preceding siblings ...)
  2022-10-31 14:39 ` MechDR
@ 2022-10-31 14:39 ` MechDR
  2022-10-31 14:40 ` MechDR
  2022-10-31 15:16 ` [PR PATCH] [Closed]: " MechDR
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-31 14:39 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1009490163

Comment:
> Yes, do you know if there is a plan to support libsoup3?

No, I'm not in contact with the author. Would you like me to ask him?

EDIT: I asked on the GH project page, will post the reply.

https://github.com/louis77/tuner/issues/103

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

* Re: [PR REVIEW] Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (29 preceding siblings ...)
  2022-10-31 14:39 ` MechDR
@ 2022-10-31 14:40 ` MechDR
  2022-10-31 15:16 ` [PR PATCH] [Closed]: " MechDR
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-31 14:40 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/39774#discussion_r1009490163

Comment:
> Yes, do you know if there is a plan to support libsoup3?

No, I'm not in contact with the author. Would you like me to ask him/her?

EDIT: I asked on the GH project page, will post the reply.

https://github.com/louis77/tuner/issues/103

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

* Re: [PR PATCH] [Closed]: Tuner - new package
  2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
                   ` (30 preceding siblings ...)
  2022-10-31 14:40 ` MechDR
@ 2022-10-31 15:16 ` MechDR
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-10-31 15:16 UTC (permalink / raw)
  To: ml

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

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

Tuner - new package
https://github.com/void-linux/void-packages/pull/39774

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, (i686)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-10-31 15:16 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06 15:01 [PR PATCH] Tuner - new package MechDR
2022-10-06 15:05 ` [PR PATCH] [Updated] " MechDR
2022-10-06 15:08 ` MechDR
2022-10-06 18:23 ` misuchiru03
2022-10-06 18:49 ` classabbyamp
2022-10-07  3:50 ` [PR REVIEW] " tranzystorek-io
2022-10-08 16:08 ` tranzystorek-io
2022-10-25 14:39 ` [PR PATCH] [Updated] " MechDR
2022-10-25 14:43 ` MechDR
2022-10-25 15:00 ` MechDR
2022-10-25 15:01 ` [PR REVIEW] " MechDR
2022-10-25 15:01 ` MechDR
2022-10-25 15:06 ` MechDR
2022-10-25 15:10 ` [PR REVIEW] " tranzystorek-io
2022-10-25 15:17 ` MechDR
2022-10-25 15:21 ` [PR PATCH] [Updated] " MechDR
2022-10-25 15:21 ` MechDR
2022-10-25 15:24 ` [PR REVIEW] " tranzystorek-io
2022-10-25 16:00 ` MechDR
2022-10-25 16:02 ` MechDR
2022-10-25 16:49 ` paper42
2022-10-25 16:51 ` paper42
2022-10-27 19:06 ` [PR PATCH] [Updated] " MechDR
2022-10-27 19:06 ` [PR REVIEW] " MechDR
2022-10-27 19:17 ` MechDR
2022-10-28 12:54 ` [PR PATCH] [Updated] " MechDR
2022-10-28 19:47 ` [PR REVIEW] " paper42
2022-10-31 14:32 ` MechDR
2022-10-31 14:33 ` MechDR
2022-10-31 14:39 ` MechDR
2022-10-31 14:39 ` MechDR
2022-10-31 14:40 ` MechDR
2022-10-31 15:16 ` [PR PATCH] [Closed]: " MechDR

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