Github messages for voidlinux
 help / color / mirror / Atom feed
From: lxeiqr <lxeiqr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mpd: add shoutcast support
Date: Tue, 28 Jul 2020 16:49:59 +0200	[thread overview]
Message-ID: <20200728144959.IhxUPivnGCmTVE0shDx6WiqpcFk8dRMwtRZtNiXnyGo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23292@inbox.vuxu.org>

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

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

https://github.com/lxeiqr/void-packages mpd-shout
https://github.com/void-linux/void-packages/pull/23292

mpd: add shoutcast support
Enables libshout support in mpd by default

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

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

From 67201389b622d0f543e0181e6cfd7a593667f06e Mon Sep 17 00:00:00 2001
From: lxeiqr <lxeiqr@protonmail.com>
Date: Mon, 29 Jun 2020 00:53:36 +0000
Subject: [PATCH 1/2] mpd: Add shoutcast support

---
 srcpkgs/mpd/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 3800902e45c..95215ca4bc4 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -6,7 +6,7 @@ build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dsoundcloud=enabled -Dpipe=true -Dtwolame=enabled -Dbzip2=enabled
  -Dzzip=enabled -Dsmbclient=disabled -Dsystemd=disabled -Dqobuz=disabled
- -Dchromaprint=disabled -Dsoxr=enabled -Dshout=disabled -Dadplug=disabled
+ -Dchromaprint=disabled -Dsoxr=enabled -Dadplug=disabled
  -Dfluidsynth=disabled -Dgme=disabled -Dwildmidi=disabled -Dsidplay=disabled
  -Dshine=disabled -Ddocumentation=true -Daudiofile=enabled -Dtremor=disabled
  -Dsolaris_output=disabled
@@ -14,7 +14,7 @@ configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
  -Dao=$(vopt_if libao enabled disabled) -Dmpcdec=$(vopt_if mpcdec enabled disabled)
  -Dsndio=$(vopt_if sndio enabled disabled) -Dpulse=$(vopt_if pulseaudio enabled disabled)
  -Dwavpack=$(vopt_if wavpack enabled disabled) -Dcdio_paranoia=$(vopt_if cdio enabled disabled)
- -Dopenal=$(vopt_if openal enabled disabled)"
+ -Dopenal=$(vopt_if openal enabled disabled) -Dshout=$(vopt_if shoutcast enabled disabled)"
 conf_files="/etc/mpd.conf"
 hostmakedepends="pkg-config"
 makedepends="avahi-glib-libs-devel boost-devel faad2-devel ffmpeg-devel
@@ -22,7 +22,7 @@ makedepends="avahi-glib-libs-devel boost-devel faad2-devel ffmpeg-devel
  libmodplug-devel libmpdclient-devel libnfs-devel libsamplerate-devel
  libsoup-devel libupnp1.8-devel mpg123-devel opus-devel yajl-devel
  zziplib-devel libsoxr-devel audiofile-devel twolame-devel
- $(vopt_if cdio 'libcdio-paranoia-devel')
+ $(vopt_if cdio 'libcdio-paranoia-devel') $(vopt_if shoutcast 'libshout-devel')
  $(vopt_if jack 'jack-devel') $(vopt_if lame 'lame-devel')
  $(vopt_if libao 'libao-devel') $(vopt_if mpcdec 'libmpcdec-devel')
  $(vopt_if pulseaudio 'pulseaudio-devel') $(vopt_if sndio 'sndio-devel')
@@ -47,10 +47,10 @@ make_dirs="
  /var/lib/mpd/playlists 0755 mpd mpd"
 
 # Package build options
-build_options="jack lame mpcdec pulseaudio libao wavpack sndio cdio openal"
+build_options="jack lame mpcdec pulseaudio libao wavpack sndio cdio openal shoutcast"
 desc_option_cdio="Enable libcdio_paranoia input plugin"
 desc_option_openal="Enable OpenAL output plugin"
-build_options_default="jack pulseaudio libao sndio cdio"
+build_options_default="jack pulseaudio libao sndio cdio shoutcast"
 
 if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -Dtest=true"

From 6ff948b1977a1cb92fd87c20cb1ca235c8d608ca Mon Sep 17 00:00:00 2001
From: lxeiqr <64892742+lxeiqr@users.noreply.github.com>
Date: Tue, 28 Jul 2020 16:49:56 +0200
Subject: [PATCH 2/2] mpd: update to 0.21.25

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

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 95215ca4bc4..95cbc93756c 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,6 +1,6 @@
 # Template file for 'mpd'
 pkgname=mpd
-version=0.21.24
+version=0.21.25
 revision=1
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true

  parent reply	other threads:[~2020-07-28 14:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23292@inbox.vuxu.org>
2020-07-21 13:28 ` daniel-eys
2020-07-28 14:48 ` lxeiqr
2020-07-28 14:49 ` lxeiqr [this message]
2020-07-28 15:03 ` daniel-eys
2020-07-28 15:09 ` [PR PATCH] [Updated] " ahesford
2020-07-28 15:16 ` ahesford
2020-07-28 15:49 ` [PR PATCH] [Closed]: " ahesford

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=20200728144959.IhxUPivnGCmTVE0shDx6WiqpcFk8dRMwtRZtNiXnyGo@z \
    --to=lxeiqr@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).