Github messages for voidlinux
 help / color / mirror / Atom feed
From: amak79 <amak79@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] snapcast: update to 0.28.0
Date: Sun, 12 May 2024 07:13:31 +0200	[thread overview]
Message-ID: <20240512051331.E406F2560B@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50290@inbox.vuxu.org>

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

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

https://github.com/amak79/void-packages snapcast
https://github.com/void-linux/void-packages/pull/50290

snapcast: update to 0.28.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

This release no longer bundles the pre-built [Snapweb](https://github.com/badaix/snapweb). When accessing the Snapweb page, you are now greeted with the following notice.
```
This is a placeholder for Snapweb, a web based control client and player for Snapcast.
To install Snapweb, please follow these steps:

    1. Download Snapweb on the Snapweb release page. You can either download
        * snapweb.zip and extract it on your Snapcast server machine, e.g. into /usr/share/snapserver/snapweb or
        * snapweb_x.y.z-1_all.deb and install it with sudo apt install ./snapweb_x.y.z-1_all.deb to /usr/share/snapweb
    2. Configure the document root (doc_root, see below) in the snapserver configuration file snapserver.conf — usually located in /etc/snapserver.conf — to the location where snapweb is extracted or installed.
    3. Restart Snapserver to activate the changes: sudo service snapserver restart
```
What should we do with Snapweb?
1. Leave the `snapcast` package as is and let the user fetch and extract the pre-built Snapweb as per instructions.
2. Fetch and install the pre-built Snapweb from the `snapserver` subpackage.
3. Create a new `snapweb` package and build it from source. The user can then install it if needed.

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

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

From 34720160689d884715ce92ab5677f80afd9a1430 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Sun, 12 May 2024 14:20:52 +1000
Subject: [PATCH] snapcast: update to 0.28.0

---
 srcpkgs/snapcast/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/snapcast/template b/srcpkgs/snapcast/template
index bd0c2e1056b128..2fa65d26d9d7fb 100644
--- a/srcpkgs/snapcast/template
+++ b/srcpkgs/snapcast/template
@@ -1,7 +1,7 @@
 # Template file for 'snapcast'
 pkgname=snapcast
-version=0.27.0
-revision=3
+version=0.28.0
+revision=1
 build_style=cmake
 configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc -DBUILD_WITH_TREMOR=OFF
  -DBUILD_WITH_AVAHI=$(vopt_if avahi ON OFF)
@@ -16,7 +16,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/badaix/snapcast"
 changelog="https://raw.githubusercontent.com/badaix/snapcast/master/changelog.md"
 distfiles="https://github.com/badaix/snapcast/archive/v${version}.tar.gz"
-checksum=c662c6eafbaa42a4797a4ed6ba4a7602332abf99f6ba6ea88ff8ae59978a86ba
+checksum=7911037dd4b06fe98166db1d49a7cd83ccf131210d5aaad47507bfa0cfc31407
 
 build_options="avahi pulseaudio"
 build_options_default="avahi pulseaudio"

  reply	other threads:[~2024-05-12  5:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-12  5:09 [PR PATCH] " amak79
2024-05-12  5:13 ` amak79 [this message]
2024-05-12  5:20 ` the-maldridge
2024-05-12  6:21 ` amak79
2024-05-21  5:03 ` [PR PATCH] [Updated] " amak79
2024-05-21  5:21 ` amak79
2024-05-21  5:45 ` amak79
2024-06-16 23:09 ` [PR PATCH] [Closed]: " classabbyamp

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=20240512051331.E406F2560B@inbox.vuxu.org \
    --to=amak79@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).