Github messages for voidlinux
 help / color / mirror / Atom feed
From: rien <rien@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ncspot-0.2.0
Date: Mon, 27 Jul 2020 15:14:51 +0200	[thread overview]
Message-ID: <20200727131451.rGpTPuYpIsLF6ytc7BUDOArinIRTBvk4IJ5Bn5b2RmQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23415@inbox.vuxu.org>

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

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

https://github.com/rien/void-packages new/ncspot-0.1.4
https://github.com/void-linux/void-packages/pull/23415

New package: ncspot-0.2.0
This packages [ncspot](https://github.com/hrkfdn/ncspot), a ncurses Spotify client.

It is currently built with a pulseaudio backend (default), but it can be configured to use alsa or portaudio. Is there a policy preferring an audio backend? Or should I create two (sub)packages: `ncspot-pulseaudio` and `ncspot-alsa`?

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/ncspot-0.1.4-23415.patch --]
[-- Type: text/x-diff, Size: 1736 bytes --]

From 4bdc2b15c3a3713449c8ed85f9c9f0ef865eba5b Mon Sep 17 00:00:00 2001
From: Rien Maertens <rien.maertens@posteo.be>
Date: Mon, 6 Jul 2020 14:08:31 +0200
Subject: [PATCH] New package: ncspot-0.2.0

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

diff --git a/srcpkgs/ncspot/template b/srcpkgs/ncspot/template
new file mode 100644
index 00000000000..e080712be44
--- /dev/null
+++ b/srcpkgs/ncspot/template
@@ -0,0 +1,35 @@
+# Template file for 'ncspot'
+pkgname=ncspot
+version=0.2.0
+revision=1
+build_style=cargo
+configure_args="--no-default-features"
+hostmakedepends="pkg-config python3"
+makedepends="libressl-devel ncurses-devel $(vopt_if libxcb libxcb-devel)
+$(vopt_if dbus dbus-devel) $(vopt_if alsa alsa-lib-devel)
+$(vopt_if pulseaudio pulseaudio-devel)"
+short_desc="Cross-platform ncurses Spotify client written in Rust"
+maintainer="Rien Maertens <rien.maertens@posteo.be>"
+license="BSD-2-Clause"
+homepage="https://github.com/hrkfdn/ncspot/"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=876553020e53b8bbf7dac1ddf18f69115d622b302506ce5dc1c3bac1b59ef39b
+nocross="ncurses exec format error"
+
+build_options="libxcb dbus alsa pulseaudio"
+build_options_default="libxcb dbus alsa pulseaudio"
+desc_option_libxcb="Enable support for X clipboard access"
+
+_features="cursive/pancurses-backend"
+_features+="$(vopt_if libxcb ',share_clipboard')"
+_features+="$(vopt_if alsa ',alsa_backend')"
+_features+="$(vopt_if pulseaudio ',pulseaudio_backend')"
+_features+="$(vopt_if dbus ',mpris')"
+
+if [ "$_features" ]; then
+	configure_args+=" --features $_features"
+fi
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2020-07-27 13:14 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-06 12:21 [PR PATCH] New package: ncspot-0.1.4 rien
2020-07-06 12:57 ` rien
2020-07-06 13:00 ` [PR PATCH] [Updated] " rien
2020-07-06 13:00 ` rien
2020-07-06 13:06 ` [PR REVIEW] " ericonr
2020-07-06 13:06 ` ericonr
2020-07-06 13:06 ` ericonr
2020-07-06 13:07 ` ericonr
2020-07-06 13:10 ` rien
2020-07-06 13:16 ` ericonr
2020-07-06 18:33 ` Chocimier
2020-07-06 19:36 ` [PR PATCH] [Updated] " rien
2020-07-06 19:37 ` rien
2020-07-07  8:15 ` rien
2020-07-07  8:23 ` rien
2020-07-07 11:58 ` [PR REVIEW] " rien
2020-07-26  1:48 ` fosslinux
2020-07-27 10:30 ` [PR PATCH] [Updated] " rien
2020-07-27 10:31 ` rien
2020-07-27 11:07 ` New package: ncspot-0.2.0 rien
2020-07-27 13:14 ` rien [this message]
2020-07-27 13:17 ` rien
2022-04-17  2:06 ` github-actions
2022-04-17 18:51 ` [PR PATCH] [Closed]: " rien
2020-07-24 20:35 [PR PATCH] New Package: ncs-spot-0.2.0 ThatGeekyWeeb
2020-07-25  3:09 ` [PR PATCH] [Updated] New Package: ncspot-0.2.0 ThatGeekyWeeb
2020-07-25  3:38 ` ThatGeekyWeeb
2020-07-25  3:52 ` ThatGeekyWeeb
2020-07-25  4:22 ` ThatGeekyWeeb
2020-07-25  4:23 ` ThatGeekyWeeb
2020-07-25  4:23 ` ThatGeekyWeeb
2020-07-25  6:09 ` ThatGeekyWeeb
2020-07-26  3:52 ` ThatGeekyWeeb
2020-07-26  3:59 ` ThatGeekyWeeb

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=20200727131451.rGpTPuYpIsLF6ytc7BUDOArinIRTBvk4IJ5Bn5b2RmQ@z \
    --to=rien@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).