mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
d5e60a2a93
commit
7136f3e64f
1 changed files with 7 additions and 8 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue