gnu: pulseaudio: Adjust inputs.

* gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Remove obsolete
LIBSAMPLERATE. Replace SPEEX with SPEEXDSP.  Move CHECK, INTLTOOL and M4 ...
[native-inputs]: ... here.
This commit is contained in:
Marius Bakke 2018-07-15 14:38:00 +02:00
parent d5e60a2a93
commit 7136f3e64f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -168,22 +168,21 @@ (define-public pulseaudio
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)
("bluez" ,bluez) ("bluez" ,bluez)
("sbc" ,sbc) ("sbc" ,sbc)
("speex" ,speex) ("speexdsp" ,speexdsp)
("libsndfile" ,libsndfile) ("libsndfile" ,libsndfile)
("libsamplerate" ,libsamplerate)
("jack" ,jack-1) ; For routing the output to jack. ("jack" ,jack-1) ; For routing the output to jack.
("dbus" ,dbus) ("dbus" ,dbus)
("glib" ,glib) ("glib" ,glib)
("intltool" ,intltool)
("m4" ,m4)
("libltdl" ,libltdl) ("libltdl" ,libltdl)
("fftwf" ,fftwf) ("fftwf" ,fftwf)
("avahi" ,avahi) ("avahi" ,avahi)
("eudev" ,eudev) ;for the detection of hardware audio devices ("eudev" ,eudev))) ;for the detection of hardware audio devices
("check" ,check)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("check" ,check)
("glib:bin" ,glib "bin"))) ("glib:bin" ,glib "bin")
("intltool" ,intltool)
("m4" ,m4)
("pkg-config" ,pkg-config)))
(propagated-inputs (propagated-inputs
;; 'libpulse*.la' contain `-lgdbm' and `-lcap', so propagate them. ;; 'libpulse*.la' contain `-lgdbm' and `-lcap', so propagate them.
`(("libcap" ,libcap) `(("libcap" ,libcap)