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] Tuner - new package
Date: Tue, 25 Oct 2022 17:21:04 +0200	[thread overview]
Message-ID: <20221025152104.Dz3JigU8unQjyI2D7JGE3bS8mXhhbM4QQ5iHvVT8Ww0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39774@inbox.vuxu.org>

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

  parent reply	other threads:[~2022-10-25 15:21 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06 15:01 [PR PATCH] " 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 ` MechDR [this message]
2022-10-25 15:21 ` [PR PATCH] [Updated] " 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

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=20221025152104.Dz3JigU8unQjyI2D7JGE3bS8mXhhbM4QQ5iHvVT8Ww0@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).