guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: MPD: Remove unecessary dependency on libmad.


From: Leo Famulari
Subject: 02/03: gnu: MPD: Remove unecessary dependency on libmad.
Date: Sat, 12 May 2018 16:20:08 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 241caa62ca315177fd1dfc10a64621a9d29d26dd
Author: Leo Famulari <address@hidden>
Date:   Sun May 6 16:55:19 2018 -0400

    gnu: MPD: Remove unecessary dependency on libmad.
    
    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 1889035..6f2ff5d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]