gnu: gsequencer: Update to 4.3.4.
* gnu/packages/music.scm (gsequencer): Update to 4.3.4. [inputs]: Replace gtk+ with gtk, libsoup-minimal-2 with libsoup, webkitgtk-with-libsoup-2 with webkitgtk.
This commit is contained in:
parent
c2481b1bea
commit
bea916aea7
1 changed files with 5 additions and 5 deletions
|
@ -4849,7 +4849,7 @@ studio.")
|
||||||
(define-public gsequencer
|
(define-public gsequencer
|
||||||
(package
|
(package
|
||||||
(name "gsequencer")
|
(name "gsequencer")
|
||||||
(version "3.18.2")
|
(version "4.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4858,7 +4858,7 @@ studio.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lkn7rfrjvmds62i69igcgmic2snscgb9f6gdg5nzyfkis1fq5iz"))))
|
(base32 "10rf9li9kr6qdzkqv66wlg7gw2il18n7kd4fhk848hh5dcmg1icv"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -4884,18 +4884,18 @@ studio.")
|
||||||
fftw
|
fftw
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gstreamer
|
gstreamer
|
||||||
gtk+
|
gtk
|
||||||
jack-1
|
jack-1
|
||||||
ladspa
|
ladspa
|
||||||
libinstpatch
|
libinstpatch
|
||||||
libsamplerate
|
libsamplerate
|
||||||
libsndfile
|
libsndfile
|
||||||
libsoup-minimal-2
|
libsoup
|
||||||
libxml2
|
libxml2
|
||||||
lv2
|
lv2
|
||||||
pulseaudio
|
pulseaudio
|
||||||
`(,util-linux "lib")
|
`(,util-linux "lib")
|
||||||
webkitgtk-with-libsoup2))
|
webkitgtk))
|
||||||
(home-page "https://nongnu.org/gsequencer/")
|
(home-page "https://nongnu.org/gsequencer/")
|
||||||
(synopsis "Advanced Gtk+ Sequencer")
|
(synopsis "Advanced Gtk+ Sequencer")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue