Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Tuner template (final)
@ 2022-12-15 16:30 MechDR
  2022-12-16 13:00 ` MechDR
                   ` (31 more replies)
  0 siblings, 32 replies; 33+ messages in thread
From: MechDR @ 2022-12-15 16:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages tuner
https://github.com/void-linux/void-packages/pull/41112

Tuner template (final)
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ae5856f6ad482a1f73d83f7dd411d7af45ff2417 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 15 Dec 2022 17:28:38 +0100
Subject: [PATCH] Tuner template (final)

---
 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..8e805f0f3c65
--- /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-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>"
+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 template (final)
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
@ 2022-12-16 13:00 ` MechDR
  2022-12-17  9:39 ` oreo639
                   ` (30 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-16 13:00 UTC (permalink / raw)
  To: ml

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

New comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1354733269

Comment:
Any suggestions on how to fix these issues?

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

* Re: Tuner template (final)
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
  2022-12-16 13:00 ` MechDR
@ 2022-12-17  9:39 ` oreo639
  2022-12-17  9:42 ` oreo639
                   ` (29 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-17  9:39 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1356146033

Comment:
glib needs to be in hostmakedepends (as well as makedepends)
Also `subject does not follow CONTRIBUTING.md guildelines`, your commit message doesn't follow the guidelines. (it should be `New package: Tuner-1.5.1`)

You can fix the commit message using `git commit --amend`

https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

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

* Re: Tuner template (final)
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
  2022-12-16 13:00 ` MechDR
  2022-12-17  9:39 ` oreo639
@ 2022-12-17  9:42 ` oreo639
  2022-12-17  9:42 ` oreo639
                   ` (28 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-17  9:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1356146033

Comment:
glib needs to be in hostmakedepends (as well as makedepends).
hostmakedepends is for packages that will be installed for the build-machine's architecture and makedepends is for packages that will be installed for the target's architecture. Those will be the same when native compiling and different when cross-compiling.

Also `subject does not follow CONTRIBUTING.md guildelines`, your commit message doesn't follow the guidelines. (it should be `New package: Tuner-1.5.1`)

You can fix the commit message using `git commit --amend`

https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

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

* Re: Tuner template (final)
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (2 preceding siblings ...)
  2022-12-17  9:42 ` oreo639
@ 2022-12-17  9:42 ` oreo639
  2022-12-20 13:01 ` [PR PATCH] [Updated] New package: Tuner-1.5.1 MechDR
                   ` (27 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-17  9:42 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1356146033

Comment:
glib needs to be in hostmakedepends (as well as makedepends).
hostmakedepends is for packages that will be installed for the build-machine's architecture and makedepends is for packages that will be installed for the target's architecture. Those will be the same when native compiling and different when cross-compiling. (in the case of glib, you need both)

Also `subject does not follow CONTRIBUTING.md guildelines`, your commit message doesn't follow the guidelines. (it should be `New package: Tuner-1.5.1`)

You can fix the commit message using `git commit --amend`

https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

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

* Re: [PR PATCH] [Updated] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (3 preceding siblings ...)
  2022-12-17  9:42 ` oreo639
@ 2022-12-20 13:01 ` MechDR
  2022-12-20 13:02 ` MechDR
                   ` (26 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-20 13:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages tuner
https://github.com/void-linux/void-packages/pull/41112

New package: Tuner-1.5.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ae5856f6ad482a1f73d83f7dd411d7af45ff2417 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 15 Dec 2022 17:28:38 +0100
Subject: [PATCH 1/2] Tuner template (final)

---
 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..8e805f0f3c65
--- /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-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>"
+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 ae44322f3cb1801c512628f0830212a3f04f5d53 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 20 Dec 2022 14:01:55 +0100
Subject: [PATCH 2/2] Added glib to hostmakedepends and makedepends

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

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 8e805f0f3c65..4c63e3fd47a9 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -3,8 +3,8 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-libsoup2-devel glib-devel
+hostmakedepends="glib gettext pkg-config vala"
+makedepends="glib 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"

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (4 preceding siblings ...)
  2022-12-20 13:01 ` [PR PATCH] [Updated] New package: Tuner-1.5.1 MechDR
@ 2022-12-20 13:02 ` MechDR
  2022-12-20 14:10 ` MechDR
                   ` (25 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-20 13:02 UTC (permalink / raw)
  To: ml

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

New comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1359320320

Comment:
@oreo639 Is this OK?

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (5 preceding siblings ...)
  2022-12-20 13:02 ` MechDR
@ 2022-12-20 14:10 ` MechDR
  2022-12-20 14:48 ` paper42
                   ` (24 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-20 14:10 UTC (permalink / raw)
  To: ml

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

New comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1359422376

Comment:
OK, everything failed, what's wrong now...

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (6 preceding siblings ...)
  2022-12-20 14:10 ` MechDR
@ 2022-12-20 14:48 ` paper42
  2022-12-20 14:48 ` paper42
                   ` (23 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2022-12-20 14:48 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1359493569

Comment:
> OK, everything failed, what's wrong now...

exactly what it's telling you

> Your branches is based on too old copy.
> Please rebase to newest copy.

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (7 preceding siblings ...)
  2022-12-20 14:48 ` paper42
@ 2022-12-20 14:48 ` paper42
  2022-12-20 14:48 ` [PR REVIEW] " paper42
                   ` (22 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2022-12-20 14:48 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1359494406

Comment:
also, this PR should contain one commit, squash them please

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

* Re: [PR REVIEW] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (8 preceding siblings ...)
  2022-12-20 14:48 ` paper42
@ 2022-12-20 14:48 ` paper42
  2022-12-20 14:48 ` paper42
                   ` (21 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2022-12-20 14:48 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#discussion_r1053399809

Comment:
```suggestion
makedepends="geoclue2-devel geocode-glib-libsoup2-devel glib-devel
```

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

* Re: [PR REVIEW] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (9 preceding siblings ...)
  2022-12-20 14:48 ` [PR REVIEW] " paper42
@ 2022-12-20 14:48 ` paper42
  2022-12-20 17:06 ` [PR PATCH] [Updated] " MechDR
                   ` (20 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2022-12-20 14:48 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#discussion_r1053399809

Comment:
```suggestion
makedepends="geoclue2-devel geocode-glib-libsoup2-devel glib-devel
```

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

* Re: [PR PATCH] [Updated] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (10 preceding siblings ...)
  2022-12-20 14:48 ` paper42
@ 2022-12-20 17:06 ` MechDR
  2022-12-20 17:07 ` MechDR
                   ` (19 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-20 17:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages tuner
https://github.com/void-linux/void-packages/pull/41112

New package: Tuner-1.5.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ae5856f6ad482a1f73d83f7dd411d7af45ff2417 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 15 Dec 2022 17:28:38 +0100
Subject: [PATCH 1/3] Tuner template (final)

---
 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..8e805f0f3c65
--- /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-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>"
+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 ae44322f3cb1801c512628f0830212a3f04f5d53 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 20 Dec 2022 14:01:55 +0100
Subject: [PATCH 2/3] Added glib to hostmakedepends and makedepends

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

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 8e805f0f3c65..4c63e3fd47a9 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -3,8 +3,8 @@ pkgname=tuner
 version=1.5.1
 revision=1
 build_style=meson
-hostmakedepends="gettext pkg-config vala"
-makedepends="geoclue2-devel geocode-glib-libsoup2-devel glib-devel
+hostmakedepends="glib gettext pkg-config vala"
+makedepends="glib 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"

From 3fe4f48b5003ffa278af5f674858bc08293abfab Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Tue, 20 Dec 2022 18:06:32 +0100
Subject: [PATCH 3/3] Rebased/synced with master

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

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
index 4c63e3fd47a9..93dc5cd3f0cb 100644
--- a/srcpkgs/tuner/template
+++ b/srcpkgs/tuner/template
@@ -14,3 +14,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: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (11 preceding siblings ...)
  2022-12-20 17:06 ` [PR PATCH] [Updated] " MechDR
@ 2022-12-20 17:07 ` MechDR
  2022-12-21 11:21 ` MechDR
                   ` (18 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-20 17:07 UTC (permalink / raw)
  To: ml

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

New comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1359755397

Comment:
Let's see...

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (12 preceding siblings ...)
  2022-12-20 17:07 ` MechDR
@ 2022-12-21 11:21 ` MechDR
  2022-12-21 18:00 ` Chocimier
                   ` (17 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-21 11:21 UTC (permalink / raw)
  To: ml

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

New comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361191378

Comment:
I synced my fork with master, it still reports the same error...

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (13 preceding siblings ...)
  2022-12-21 11:21 ` MechDR
@ 2022-12-21 18:00 ` Chocimier
  2022-12-21 18:21 ` oreo639
                   ` (16 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: Chocimier @ 2022-12-21 18:00 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361771049

Comment:
`glib-compile-resources` is in `glib-devel` so you need to add that to hostmakedepends.

You need to rebase and force push the submitted branch, not master.

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (14 preceding siblings ...)
  2022-12-21 18:00 ` Chocimier
@ 2022-12-21 18:21 ` oreo639
  2022-12-21 18:22 ` oreo639
                   ` (15 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-21 18:21 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361820734

Comment:
Also, please use the command line instead of the webui.

There are a lot of thing you cannot do from the web ui.

I recommend you read:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

Do the following:
```
git clone https://github.com/MechDR/void-packages/ -b tuner
git remote add upstream https://github.com/void-linux/void-packages.git
git reset --soft HEAD~2
git commit --amend
git push -f
git pull --rebase upstream master
git push -f
```

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (15 preceding siblings ...)
  2022-12-21 18:21 ` oreo639
@ 2022-12-21 18:22 ` oreo639
  2022-12-21 18:23 ` oreo639
                   ` (14 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-21 18:22 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361820734

Comment:
Also, please use the command line instead of the webui.

There are a lot of thing you cannot do from the web ui.

I recommend you read:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

You can fix the commit history with the following:
```
git clone https://github.com/MechDR/void-packages/ -b tuner
git remote add upstream https://github.com/void-linux/void-packages.git
git reset --soft HEAD~2
git commit --amend
git push -f
git pull --rebase upstream master
git push -f
```

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (16 preceding siblings ...)
  2022-12-21 18:22 ` oreo639
@ 2022-12-21 18:23 ` oreo639
  2022-12-21 18:24 ` oreo639
                   ` (13 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-21 18:23 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361820734

Comment:
Also, please use the command line instead of the webui.

There are a lot of thing you cannot do from the web ui.

I recommend you read:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

You can fix the commit history with the following:
```
git clone https://github.com/MechDR/void-packages/ -b tuner
git remote add upstream https://github.com/void-linux/void-packages.git
git reset --soft HEAD~2
git commit --amend
git push -f
git pull --rebase upstream master
git push -f
```

The commit needs to be named `New package: Tuner-1.5.1`.

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (17 preceding siblings ...)
  2022-12-21 18:23 ` oreo639
@ 2022-12-21 18:24 ` oreo639
  2022-12-21 18:25 ` oreo639
                   ` (12 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-21 18:24 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361820734

Comment:
Also, please use the command line instead of the webui.

There are a lot of thing you cannot do from the web ui.

I recommend you read:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

You can fix the commit history with the following:
```
git clone https://github.com/MechDR/void-packages/ -b tuner
git remote add upstream https://github.com/void-linux/void-packages.git
git reset --soft HEAD~2
git commit --amend
git push -f
git pull --rebase upstream master
git push -f
```

The commit needs to be named `New package: Tuner-1.5.1`.

In the future, do `git add <file>`, `git commit --amend`, `git push -f`

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (18 preceding siblings ...)
  2022-12-21 18:24 ` oreo639
@ 2022-12-21 18:25 ` oreo639
  2022-12-21 18:26 ` oreo639
                   ` (11 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-21 18:25 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361820734

Comment:
Also, please use the command line instead of the webui.

There are a lot of thing you cannot do from the web ui.

I recommend you read:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

You can fix the commit history with the following:
```
git clone https://github.com/MechDR/void-packages/ -b tuner
cd void-packages
git remote add upstream https://github.com/void-linux/void-packages.git
git reset --soft HEAD~2
git commit --amend
git push -f
git pull --rebase upstream master
git push -f
```

The commit needs to be named `New package: Tuner-1.5.1`.

In the future, do `git add <file>`, `git commit --amend`, `git push -f`

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (19 preceding siblings ...)
  2022-12-21 18:25 ` oreo639
@ 2022-12-21 18:26 ` oreo639
  2022-12-23 16:01 ` [PR PATCH] [Updated] " MechDR
                   ` (10 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: oreo639 @ 2022-12-21 18:26 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1361820734

Comment:
Also, I recommend you use the command line. There are a lot of thing you cannot do from the web ui.

I recommend you read:
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md

You can fix the commit history with the following:
```
git clone https://github.com/MechDR/void-packages/ -b tuner
cd void-packages
git remote add upstream https://github.com/void-linux/void-packages.git
git reset --soft HEAD~2
git commit --amend
git push -f
git pull --rebase upstream master
git push -f
```

The commit needs to be named `New package: Tuner-1.5.1`.

In the future, do `git add <file>`, `git commit --amend`, `git push -f`

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

* Re: [PR PATCH] [Updated] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (20 preceding siblings ...)
  2022-12-21 18:26 ` oreo639
@ 2022-12-23 16:01 ` MechDR
  2022-12-23 16:04 ` MechDR
                   ` (9 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-23 16:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages tuner
https://github.com/void-linux/void-packages/pull/41112

New package: Tuner-1.5.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bd18e7dc2f28a4aff9ee8a4b60ef12322c25dce4 Mon Sep 17 00:00:00 2001
From: MechDR <45944962+MechDR@users.noreply.github.com>
Date: Thu, 15 Dec 2022 17:28:38 +0100
Subject: [PATCH] New package: Tuner-1.5.1

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

diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..93dc5cd3f0cb
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,17 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="glib gettext pkg-config vala"
+makedepends="glib 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>"
+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] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (21 preceding siblings ...)
  2022-12-23 16:01 ` [PR PATCH] [Updated] " MechDR
@ 2022-12-23 16:04 ` MechDR
  2022-12-23 16:08 ` MechDR
                   ` (8 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-23 16:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MechDR/void-packages tuner
https://github.com/void-linux/void-packages/pull/41112

New package: Tuner-1.5.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 02890b20d05976de8fa9a61bb278df89cdd81830 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 15 Dec 2022 15:59:35 +0100
Subject: [PATCH] stress-ng: update to 0.15.01.

---
 srcpkgs/stress-ng/template                    |  4 ++--
 srcpkgs/trace-cmd/patches/musl-limits_h.patch | 10 ----------
 srcpkgs/trace-cmd/template                    |  4 ++--
 srcpkgs/tuner/template                        | 17 +++++++++++++++++
 4 files changed, 21 insertions(+), 14 deletions(-)
 create mode 100644 srcpkgs/tuner/template

diff --git a/srcpkgs/stress-ng/template b/srcpkgs/stress-ng/template
index 66631e4c0708..edd001c7e866 100644
--- a/srcpkgs/stress-ng/template
+++ b/srcpkgs/stress-ng/template
@@ -1,6 +1,6 @@
 # Template file for 'stress-ng'
 pkgname=stress-ng
-version=0.15.00
+version=0.15.01
 revision=1
 build_style=gnu-makefile
 make_use_env=1
@@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ColinIanKing/stress-ng/"
 distfiles="https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V${version}.tar.gz"
-checksum=cdb18c7dfcdeb0ff2d716c141341d1b2ca6051e4338cee3a555a65f26958c256
+checksum=2168627350d8e3b7f4571732d6117ab054a9851600899c30ad82fd3c9649d644
 
 case "$XBPS_MACHINE" in
 	# stress-vecshuf.c:107:39: internal compiler error: in expand_debug_locations, at cfgexpand.c:5458
diff --git a/srcpkgs/trace-cmd/patches/musl-limits_h.patch b/srcpkgs/trace-cmd/patches/musl-limits_h.patch
index af90e89b8d75..e4655754dd28 100644
--- a/srcpkgs/trace-cmd/patches/musl-limits_h.patch
+++ b/srcpkgs/trace-cmd/patches/musl-limits_h.patch
@@ -28,16 +28,6 @@
  
  #include "trace-local.h"
  #include "trace-msg.h"
---- a/lib/trace-cmd/trace-timesync-kvm.c
-+++ b/lib/trace-cmd/trace-timesync-kvm.c
-@@ -10,6 +10,7 @@
- #include <sys/stat.h>
- #include <dirent.h>
- #include <ctype.h>
-+#include <limits.h>
- 
- #include "trace-cmd.h"
- #include "trace-cmd-private.h"
 --- a/utest/tracecmd-utest.c
 +++ b/utest/tracecmd-utest.c
 @@ -13,6 +13,7 @@
diff --git a/srcpkgs/trace-cmd/template b/srcpkgs/trace-cmd/template
index b41ef3950426..69af433cb860 100644
--- a/srcpkgs/trace-cmd/template
+++ b/srcpkgs/trace-cmd/template
@@ -1,6 +1,6 @@
 # Template file for 'trace-cmd'
 pkgname=trace-cmd
-version=3.1.4
+version=3.1.5
 revision=1
 build_style=gnu-makefile
 make_build_args="libdir_relative=lib${XBPS_TARGET_WORDSIZE}"
@@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later, LGPL-2.1-only"
 homepage="https://trace-cmd.org"
 distfiles="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/trace-cmd-v${version}.tar.gz"
-checksum=447e095dbdfb0d362ab8c2086d62d80c5a2ecf67aef09b8f6b0cc064c0e1bfb5
+checksum=9af1ea00e312d03639470e126fa9c786789f03c16df93a57c0bc90eeffbc7d50
 
 post_install() {
 	rm ${DESTDIR}/etc/bash_completion.d/*
diff --git a/srcpkgs/tuner/template b/srcpkgs/tuner/template
new file mode 100644
index 000000000000..93dc5cd3f0cb
--- /dev/null
+++ b/srcpkgs/tuner/template
@@ -0,0 +1,17 @@
+# Template file for 'tuner'
+pkgname=tuner
+version=1.5.1
+revision=1
+build_style=meson
+hostmakedepends="glib gettext pkg-config vala"
+makedepends="glib 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>"
+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: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (22 preceding siblings ...)
  2022-12-23 16:04 ` MechDR
@ 2022-12-23 16:08 ` MechDR
  2022-12-23 16:59 ` paper42
                   ` (7 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2022-12-23 16:08 UTC (permalink / raw)
  To: ml

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

New comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1364075764

Comment:
@oreo639 I do appreciate the effort and the mini command tutorial you did, but I'm stuck...

`git pull --rebase upstream master`

```
error: cannot pull with rebase: You have unstaged changes.
error: please commit or stash them.
```
Now what...

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (23 preceding siblings ...)
  2022-12-23 16:08 ` MechDR
@ 2022-12-23 16:59 ` paper42
  2023-01-02 14:47 ` [PR REVIEW] " paper42
                   ` (6 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2022-12-23 16:59 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1364115853

Comment:
You have changes that you didn't commit, run git diff or git status to see them and do something about them - either remove them with git restore, put them away for a while with git stash or commit them with git add and git commit

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

* Re: [PR REVIEW] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (24 preceding siblings ...)
  2022-12-23 16:59 ` paper42
@ 2023-01-02 14:47 ` paper42
  2023-01-12 14:59 ` MechDR
                   ` (5 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: paper42 @ 2023-01-02 14:47 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#discussion_r1060074619

Comment:
I am against including a new package that uses libsoup2, especially geocode-glib-libsoup2, we should be trying to slowly get rid of those packages.

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

* Re: [PR REVIEW] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (25 preceding siblings ...)
  2023-01-02 14:47 ` [PR REVIEW] " paper42
@ 2023-01-12 14:59 ` MechDR
  2023-01-12 15:00 ` MechDR
                   ` (4 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2023-01-12 14:59 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#discussion_r1068229504

Comment:
Things should be resolved in next versions, as the dev seems to be on board about dropping support for geocode-glib al together in the new milestone versions 1.6.

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

So, this would only be a temporary solution, just to get Tuner in the src collection.

Sorry for the delay, I don't have a lot of free time currently, I'll try and get this done next week or so.

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

* Re: [PR REVIEW] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (26 preceding siblings ...)
  2023-01-12 14:59 ` MechDR
@ 2023-01-12 15:00 ` MechDR
  2023-01-12 15:01 ` MechDR
                   ` (3 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2023-01-12 15:00 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#discussion_r1068229504

Comment:
Things should be resolved in next versions, as the dev seems to be on board about dropping support for geocode-glib al together in the new milestone version 1.6.

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

So, this would only be a temporary solution, just to get Tuner in the src collection.

Sorry for the delay, I don't have a lot of free time currently, I'll try and get this done next week or so.

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

* Re: [PR REVIEW] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (27 preceding siblings ...)
  2023-01-12 15:00 ` MechDR
@ 2023-01-12 15:01 ` MechDR
  2023-01-12 15:03 ` MechDR
                   ` (2 subsequent siblings)
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2023-01-12 15:01 UTC (permalink / raw)
  To: ml

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

New review comment by MechDR on void-packages repository

https://github.com/void-linux/void-packages/pull/41112#discussion_r1068229504

Comment:
Things should be resolved in next versions, as the dev seems to be on board about dropping support for user location all together in the new milestone version 1.6.

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

So, this would only be a temporary solution, just to get Tuner in the src collection.

Sorry for the delay, I don't have a lot of free time currently, I'll try and get this done next week or so.

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

* Re: [PR REVIEW] New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (28 preceding siblings ...)
  2023-01-12 15:01 ` MechDR
@ 2023-01-12 15:03 ` MechDR
  2023-04-13  1:51 ` github-actions
  2023-04-27  1:52 ` [PR PATCH] [Closed]: " github-actions
  31 siblings, 0 replies; 33+ messages in thread
From: MechDR @ 2023-01-12 15:03 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/41112#discussion_r1068229504

Comment:
Things should be resolved in next versions, as the dev seems to be on board about dropping support for user location all together in the new milestone version 1.6.

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

So, this would only be a temporary solution, just to get Tuner in the src collection.

Sorry for the delay, I don't have a lot of free time currently, I'll try and get this done next week or so.

PS: I'm sorry if I sounded kinda harsh with my previous comments, it's personal real life problems, nothing to do with anyone I replied to, people have been more than helpful here.

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

* Re: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (29 preceding siblings ...)
  2023-01-12 15:03 ` MechDR
@ 2023-04-13  1:51 ` github-actions
  2023-04-27  1:52 ` [PR PATCH] [Closed]: " github-actions
  31 siblings, 0 replies; 33+ messages in thread
From: github-actions @ 2023-04-13  1:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-linux/void-packages/pull/41112#issuecomment-1506206121

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

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

* Re: [PR PATCH] [Closed]: New package: Tuner-1.5.1
  2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
                   ` (30 preceding siblings ...)
  2023-04-13  1:51 ` github-actions
@ 2023-04-27  1:52 ` github-actions
  31 siblings, 0 replies; 33+ messages in thread
From: github-actions @ 2023-04-27  1:52 UTC (permalink / raw)
  To: ml

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

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

New package: Tuner-1.5.1
https://github.com/void-linux/void-packages/pull/41112

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-04-27  1:52 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 16:30 [PR PATCH] Tuner template (final) MechDR
2022-12-16 13:00 ` MechDR
2022-12-17  9:39 ` oreo639
2022-12-17  9:42 ` oreo639
2022-12-17  9:42 ` oreo639
2022-12-20 13:01 ` [PR PATCH] [Updated] New package: Tuner-1.5.1 MechDR
2022-12-20 13:02 ` MechDR
2022-12-20 14:10 ` MechDR
2022-12-20 14:48 ` paper42
2022-12-20 14:48 ` paper42
2022-12-20 14:48 ` [PR REVIEW] " paper42
2022-12-20 14:48 ` paper42
2022-12-20 17:06 ` [PR PATCH] [Updated] " MechDR
2022-12-20 17:07 ` MechDR
2022-12-21 11:21 ` MechDR
2022-12-21 18:00 ` Chocimier
2022-12-21 18:21 ` oreo639
2022-12-21 18:22 ` oreo639
2022-12-21 18:23 ` oreo639
2022-12-21 18:24 ` oreo639
2022-12-21 18:25 ` oreo639
2022-12-21 18:26 ` oreo639
2022-12-23 16:01 ` [PR PATCH] [Updated] " MechDR
2022-12-23 16:04 ` MechDR
2022-12-23 16:08 ` MechDR
2022-12-23 16:59 ` paper42
2023-01-02 14:47 ` [PR REVIEW] " paper42
2023-01-12 14:59 ` MechDR
2023-01-12 15:00 ` MechDR
2023-01-12 15:01 ` MechDR
2023-01-12 15:03 ` MechDR
2023-04-13  1:51 ` github-actions
2023-04-27  1:52 ` [PR PATCH] [Closed]: " github-actions

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