From: Leo Famulari <leo@famulari.name>
To: 31381@debbugs.gnu.org
Subject: [bug#31381] [PATCH] gnu: MPD: Remove unecessary dependency on libmad.
Date: Mon, 7 May 2018 19:08:22 -0400 [thread overview]
Message-ID: <20180507230822.11092-1-leo@famulari.name> (raw)
In-Reply-To: <20180507230327.GA10820@jasmine.lan>
MPD already depends on FFmpeg, which uses LAME for MP3 decoding.
gnu/packages/mpd.scm (mpd)[inputs]: Remove LIBMAD.
---
gnu/packages/mpd.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 188903549..6f2ff5d78 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -119,9 +119,10 @@ interfacing MPD in the C, C++ & Objective C languages.")
("flac" ,flac)
("glib" ,glib)
("icu4c" ,icu4c)
+ ;; The LAME decoder comes from FFmpeg, but is added here so that
+ ;; configure picks up the LAME encoder.
("lame" ,lame)
("libid3tag" ,libid3tag)
- ("libmad" ,libmad)
("libmpdclient" ,libmpdclient)
("libsamplerate" ,libsamplerate)
("libsndfile" ,libsndfile)
--
2.17.0
next prev parent reply other threads:[~2018-05-07 23:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-07 23:03 [bug#31381] Drop libmad from MPD Leo Famulari
2018-05-07 23:08 ` Leo Famulari [this message]
2018-05-12 20:20 ` bug#31381: [PATCH] gnu: MPD: Remove unecessary dependency on libmad Leo Famulari
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180507230822.11092-1-leo@famulari.name \
--to=leo@famulari.name \
--cc=31381@debbugs.gnu.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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).