me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 7 additions and 8 deletions

View File

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