gnu: gsequencer: Build with libsoup 2.
* gnu/packages/music.scm (gsequencer)[native-inputs]: Use the new style. [inputs]: Replace libsoup with libsoup-minimal-2 and webkitgtk with webkitgtk-with-libsoup2. Use the new style. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
bcbe090fbb
commit
5228707781
|
@ -5013,34 +5013,34 @@ studio.")
|
||||||
(system "Xvfb &")
|
(system "Xvfb &")
|
||||||
(setenv "DISPLAY" ":0"))))))
|
(setenv "DISPLAY" ":0"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf
|
||||||
("automake" ,automake)
|
automake
|
||||||
("cunit" ,cunit)
|
cunit
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk-doc" ,gtk-doc)
|
gtk-doc
|
||||||
("libtool" ,libtool)
|
libtool
|
||||||
("libxslt" ,libxslt)
|
libxslt
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("xorg-server" ,xorg-server-for-tests)))
|
xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
(list alsa-lib
|
||||||
("dssi" ,dssi)
|
dssi
|
||||||
("fftw" ,fftw)
|
fftw
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
gst-plugins-base
|
||||||
("gstreamer" ,gstreamer)
|
gstreamer
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("jack" ,jack-1)
|
jack-1
|
||||||
("ladspa" ,ladspa)
|
ladspa
|
||||||
("libinstpatch" ,libinstpatch)
|
libinstpatch
|
||||||
("libsamplerate" ,libsamplerate)
|
libsamplerate
|
||||||
("libsndfile" ,libsndfile)
|
libsndfile
|
||||||
("libsoup" ,libsoup)
|
libsoup-minimal-2
|
||||||
("libuuid" ,util-linux "lib")
|
libxml2
|
||||||
("libxml2" ,libxml2)
|
lv2
|
||||||
("lv2" ,lv2)
|
pulseaudio
|
||||||
("pulseaudio" ,pulseaudio)
|
`(,util-linux "lib")
|
||||||
("webkitgtk" ,webkitgtk)))
|
webkitgtk-with-libsoup2))
|
||||||
(home-page "https://nongnu.org/gsequencer/")
|
(home-page "https://nongnu.org/gsequencer/")
|
||||||
(synopsis "Advanced Gtk+ Sequencer")
|
(synopsis "Advanced Gtk+ Sequencer")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue