unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: mpd: Add additional optional inputs.
@ 2015-04-27  0:38 David Thompson
  2015-04-27  5:54 ` Ricardo Wurmus
  2015-04-27  9:38 ` Andreas Enge
  0 siblings, 2 replies; 5+ messages in thread
From: David Thompson @ 2015-04-27  0:38 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-mpd-Add-additional-optional-inputs.patch --]
[-- Type: text/x-diff, Size: 2291 bytes --]

From 177a758f24d3f19a763e69d42d0ada4db8079090 Mon Sep 17 00:00:00 2001
From: David Thompson <dthompson2@worcester.edu>
Date: Sun, 26 Apr 2015 20:37:35 -0400
Subject: [PATCH] gnu: mpd: Add additional optional inputs.

* gnu/packages/mpd.scm (mpd): Add mpg123, libshout, fluidsynth, openal,
  libmpcdec, wavpack, libcdio-paranoia, expat, and samba inputs.
---
 gnu/packages/mpd.scm | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index f89d3ed..9260de9 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -43,7 +43,12 @@
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages databases)
   #:use-module (gnu packages video)
-  #:use-module (gnu packages xiph))
+  #:use-module (gnu packages xiph)
+  #:use-module (gnu packages audio)
+  #:use-module (gnu packages cdrom)
+  #:use-module (gnu packages xml)
+  #:use-module (gnu packages samba)
+  #:use-module (gnu packages avahi))
 
 (define-public libmpdclient
   (package
@@ -99,28 +104,30 @@ interfacing MPD in the C, C++ & Objective C languages.")
               ("opus" ,opus)
               ("pulseaudio" ,pulseaudio)
               ("sqlite" ,sqlite)
-              ("zlib" ,zlib)))
+              ("zlib" ,zlib)
+              ("mpg123" ,mpg123)
+              ("libshout" ,libshout)
+              ("fluidsynth" ,fluidsynth)
+              ("openal" ,openal)
+              ("libmpcdec" ,libmpcdec)
+              ("wavpack" ,wavpack)
+              ("libcdio-paranoia" ,libcdio-paranoia)
+              ("expat" ,expat)
+              ("samba" ,samba)))
     (native-inputs `(("pkg-config" ,pkg-config)))
     ;; Missing optional inputs:
     ;;   libyajl
-    ;;   libcdio_paranoia
     ;;   libmms
     ;;   libadplug
     ;;   libaudiofile
     ;;   faad2
-    ;;   fluidsynth
     ;;   libgme
-    ;;   libshout
-    ;;   libmpg123
     ;;   libmodplug
-    ;;   libmpcdec
     ;;   libsidplay2
-    ;;   libwavpack
     ;;   libwildmidi
     ;;   libtwolame
     ;;   libroar
     ;;   libjack
-    ;;   OpenAL
     (synopsis "Music Player Daemon")
     (description "Music Player Daemon (MPD) is a flexible, powerful,
 server-side application for playing music.  Through plugins and libraries it
-- 
2.1.4


[-- Attachment #2: Type: text/plain, Size: 136 bytes --]


-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-30  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-27  0:38 [PATCH] gnu: mpd: Add additional optional inputs David Thompson
2015-04-27  5:54 ` Ricardo Wurmus
2015-04-27  9:37   ` Andreas Enge
2015-04-30  8:30   ` Ludovic Courtès
2015-04-27  9:38 ` Andreas Enge

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).