Github messages for voidlinux
 help / color / mirror / Atom feed
From: oynqr <oynqr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: Shortwave-2.0.1
Date: Fri, 13 Aug 2021 06:49:34 +0200	[thread overview]
Message-ID: <20210813044934.2-3hI29yiQSxzMHb-SM4OYJACUArrZLHyQ7MTAz2UgA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29157@inbox.vuxu.org>

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

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

https://github.com/oynqr/void-packages shortwave
https://github.com/void-linux/void-packages/pull/29157

New package: Shortwave-2.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

I did not find what causes the x86_64-musl builds to fail, any help with that would be appreciated.
Closes #28886

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29157.patch is attached

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

From b54cd44a2f090e4af967e5617a9e2e2332248ff4 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sun, 8 Aug 2021 14:23:57 +0200
Subject: [PATCH] New package: Shortwave-2.0.1

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

diff --git a/srcpkgs/Shortwave/template b/srcpkgs/Shortwave/template
new file mode 100644
index 000000000000..bfba85c4885a
--- /dev/null
+++ b/srcpkgs/Shortwave/template
@@ -0,0 +1,27 @@
+# Template file for 'Shortwave'
+pkgname=Shortwave
+version=2.0.1
+revision=1
+_commit=a6841faf7745758bea7f4f04adf2aa6df8b390f9
+wrksrc=${pkgname}-${_commit}
+build_style=meson
+build_helper=rust
+hostmakedepends="cargo gettext git glib-devel pkg-config sqlite-devel"
+makedepends="gstreamer1-devel gst-plugins-bad1-devel gtk4-devel libadwaita-devel
+ openssl-devel rust-std sqlite-devel"
+depends="gst-plugins-good1"
+checkdepends="desktop-file-utils"
+short_desc="GTK internet radio player, written in Rust"
+maintainer="Philipp David <pd@3b.pm>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/World/Shortwave"
+distfiles="https://gitlab.gnome.org/World/${pkgname}/-/archive/${_commit}/${pkgname}-${_commit}.tar.gz"
+checksum=02479eb4c4e317d0c0c9ff91e1294a4bad30e51110fd978238285db03b1dd190
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i build-aux/cargo.sh \
+			-e 's%"$CARGO_TARGET_DIR"/%&${RUST_TARGET}/%' \
+			-e '/CARGO_HOME/d'
+	fi
+}

  parent reply	other threads:[~2021-08-13  4:49 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-01 12:55 [PR PATCH] New package: shortwave-1.1.1 oynqr
2021-03-01 15:47 ` [PR PATCH] [Updated] " oynqr
2021-03-08  8:22 ` oynqr
2021-03-22  8:26 ` oynqr
2021-03-22 18:00 ` oynqr
2021-05-05 13:20 ` MPC7500
2021-05-05 13:38 ` paper42
2021-05-05 13:39 ` oynqr
2021-05-05 13:43 ` oynqr
2021-05-05 14:01 ` paper42
2021-05-11 12:27 ` MPC7500
2021-07-31  8:46 ` paper42
2021-07-31 10:17 ` oynqr
2021-08-04  9:59 ` [PR PATCH] [Updated] " oynqr
2021-08-04 10:02 ` oynqr
2021-08-05  7:55 ` oynqr
2021-08-05 11:35 ` oynqr
2021-08-05 12:34 ` ericonr
2021-08-05 12:40 ` ericonr
2021-08-05 16:34 ` paper42
2021-08-08 12:33 ` oynqr
2021-08-08 16:18 ` paper42
2021-08-08 18:35 ` MPC7500
2021-08-08 20:58 ` ericonr
2021-08-09  5:59 ` [PR PATCH] [Updated] " oynqr
2021-08-09  7:26 ` New package: shortwave-2.0.1 oynqr
2021-08-09 17:16 ` [PR REVIEW] " paper42
2021-08-09 17:16 ` paper42
2021-08-09 17:16 ` paper42
2021-08-10  6:17 ` oynqr
2021-08-10  6:45 ` oynqr
2021-08-10  6:49 ` oynqr
2021-08-10 10:29 ` [PR PATCH] [Updated] " oynqr
2021-08-10 11:32 ` [PR REVIEW] New package: Shortwave-2.0.1 ericonr
2021-08-10 11:32 ` ericonr
2021-08-10 14:55 ` oynqr
2021-08-10 15:08 ` [PR PATCH] [Updated] " oynqr
2021-08-10 15:18 ` [PR REVIEW] " ericonr
2021-08-10 16:27 ` oynqr
2021-08-10 17:03 ` [PR PATCH] [Updated] " q66
2021-08-10 19:31 ` [PR REVIEW] " paper42
2021-08-10 19:32 ` paper42
2021-08-10 19:32 ` paper42
2021-08-10 19:35 ` [PR REVIEW] " paper42
2021-08-10 19:52 ` paper42
2021-08-10 20:32 ` paper42
2021-08-11  6:26 ` [PR REVIEW] " oynqr
2021-08-13  4:49 ` oynqr [this message]
2022-02-28  1:04 ` MPC7500
2022-02-28  1:07 ` MPC7500
2022-04-05  7:59 ` oynqr
2022-04-05  7:59 ` [PR PATCH] [Closed]: " oynqr

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=20210813044934.2-3hI29yiQSxzMHb-SM4OYJACUArrZLHyQ7MTAz2UgA@z \
    --to=oynqr@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).