Github messages for voidlinux
 help / color / mirror / Atom feed
From: jpmenil <jpmenil@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: squeezelite-1.9.9.1389
Date: Sat, 04 Sep 2021 09:52:40 +0200	[thread overview]
Message-ID: <20210904075240.S7hzPfuzgJevbMRwxVxuekQa8xtfepl4TkBRF0mLyGo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17022@inbox.vuxu.org>

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

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

https://github.com/jpmenil/void-packages add/squeezelite
https://github.com/void-linux/void-packages/pull/17022

New package: squeezelite-1.9.9.1389


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

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

From b6e329b11bde70157075380a9e421e701c779f13 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Menil <jpmenil@gmail.com>
Date: Mon, 2 Dec 2019 20:49:51 +0100
Subject: [PATCH 1/2] New package: squeezelite-1.9.6.1198

Signed-off-by: Jean-Philippe Menil <jpmenil@gmail.com>
---
 srcpkgs/squeezelite/files/squeezelite.conf |  2 ++
 srcpkgs/squeezelite/files/squeezelite/run  |  4 +++
 srcpkgs/squeezelite/template               | 30 ++++++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/squeezelite/files/squeezelite.conf
 create mode 100644 srcpkgs/squeezelite/files/squeezelite/run
 create mode 100644 srcpkgs/squeezelite/template

diff --git a/srcpkgs/squeezelite/files/squeezelite.conf b/srcpkgs/squeezelite/files/squeezelite.conf
new file mode 100644
index 000000000000..966aea8271a4
--- /dev/null
+++ b/srcpkgs/squeezelite/files/squeezelite.conf
@@ -0,0 +1,2 @@
+# default squeezelite configuration
+OPTS="-f /var/log/squeezelite.log"
diff --git a/srcpkgs/squeezelite/files/squeezelite/run b/srcpkgs/squeezelite/files/squeezelite/run
new file mode 100644
index 000000000000..456575ad01d0
--- /dev/null
+++ b/srcpkgs/squeezelite/files/squeezelite/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -r /etc/squeezelite.conf ] && . /etc/squeezelite.conf
+exec chpst -u squeezelite:squeezelite:audio squeezelite $OPTS 2>/dev/null
diff --git a/srcpkgs/squeezelite/template b/srcpkgs/squeezelite/template
new file mode 100644
index 000000000000..1288080b6408
--- /dev/null
+++ b/srcpkgs/squeezelite/template
@@ -0,0 +1,30 @@
+# Template file for 'squeezelite'
+pkgname=squeezelite
+version=1.9.9.1389
+revision=1
+_githash=46a16ff492f0bd6508f7bb0c09d0379cee3b07e2
+wrksrc="${pkgname}-${_githash}"
+build_style=gnu-makefile
+makedepends="alsa-lib-devel faad2-devel ffmpeg-devel libflac-devel libmad-devel libsoxr-devel libvorbis-devel mpg123-devel"
+short_desc="Lightweight headless squeezebox emulator"
+maintainer="Jean-Philippe Menil <jpmenil@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/ralph-irving/squeezelite"
+distfiles="https://github.com/ralph-irving/squeezelite/archive/${_githash}.tar.gz"
+checksum=b6dc32af1df7b520f407786fc3e263dc93270b64245f4ecba0d10989fa3a8e09
+
+system_groups="squeezelite"
+system_accounts="squeezelite"
+squeezelite_shell="/bin/false"
+squeezelite_descr="Squeezelite"
+
+do_build() {
+	make LDFLAGS="${LDFLAGS} -lasound -lpthread -lm -lrt" \
+		OPTS="${OPTS} -DDSD -DRESAMPLE -DVISEXPORT -DFFMPEG -DLINKALL"
+}
+
+do_install() {
+	vinstall ${FILESDIR}/squeezelite.conf 640 etc/
+	vbin squeezelite
+	vsv squeezelite
+}

From 36250f111445939809cf3828039a734ac97c50d8 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Menil <jpmenil@gmail.com>
Date: Sat, 4 Sep 2021 09:52:28 +0200
Subject: [PATCH 2/2] fixup! New package: squeezelite-1.9.6.1198

---
 srcpkgs/squeezelite/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/squeezelite/template b/srcpkgs/squeezelite/template
index 1288080b6408..8aa167a905b2 100644
--- a/srcpkgs/squeezelite/template
+++ b/srcpkgs/squeezelite/template
@@ -11,7 +11,7 @@ maintainer="Jean-Philippe Menil <jpmenil@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/ralph-irving/squeezelite"
 distfiles="https://github.com/ralph-irving/squeezelite/archive/${_githash}.tar.gz"
-checksum=b6dc32af1df7b520f407786fc3e263dc93270b64245f4ecba0d10989fa3a8e09
+checksum=e7426d98ae2ab564bb9b9e33c6c6e7d9fc39dd36dad8abeaa43eb642042a1f41
 
 system_groups="squeezelite"
 system_accounts="squeezelite"

  parent reply	other threads:[~2021-09-04  7:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17022@inbox.vuxu.org>
2020-11-15 11:31 ` [PR REVIEW] New package: squeezelite-1.9.7.1283 jpmenil
2020-11-18  7:48 ` [PR PATCH] [Updated] " jpmenil
2021-09-04  7:37 ` [PR PATCH] [Updated] New package: squeezelite-1.9.8.1287 jpmenil
2021-09-04  7:45 ` [PR PATCH] [Updated] New package: squeezelite-1.9.9.1389 jpmenil
2021-09-04  7:52 ` jpmenil [this message]
2021-09-04  8:01 ` jpmenil
2022-04-15  2:12 ` github-actions
2022-04-29  2:13 ` [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=20210904075240.S7hzPfuzgJevbMRwxVxuekQa8xtfepl4TkBRF0mLyGo@z \
    --to=jpmenil@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).