Github messages for voidlinux
 help / color / mirror / Atom feed
From: MechDR <MechDR@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: Tuner-1.5.1
Date: Tue, 20 Dec 2022 18:06:36 +0100	[thread overview]
Message-ID: <20221220170636.ztiP40LzruRj9CnKNwAGD53U9jv31V9jvY9tnF3wTPI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41112@inbox.vuxu.org>

[-- 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
+

  parent reply	other threads:[~2022-12-20 17:06 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` MechDR [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221220170636.ztiP40LzruRj9CnKNwAGD53U9jv31V9jvY9tnF3wTPI@z \
    --to=mechdr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).