GNU bug report logs -
#52748
[PATCH 1/2] gnu: gsequencer: Build with libsoup 2.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Thu, 23 Dec 2021 03:37:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#52748: [PATCH 1/2] gnu: gsequencer: Build with libsoup 2.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 52748 <at> debbugs.gnu.org.
--
52748: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52748
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Thu, Dec 23, 2021 at 03:35:35AM +0000, Vinicius Monego wrote:
> * 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.
Thanks! I pushed this series as f700471b1ca3fc513325d037fed4f40ee918891c
[Message part 3 (message/rfc822, inline)]
* 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.
---
gnu/packages/music.scm | 54 +++++++++++++++++++++---------------------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ba0658470c..18a3c11a43 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5013,34 +5013,34 @@ studio.")
(system "Xvfb &")
(setenv "DISPLAY" ":0"))))))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("cunit" ,cunit)
- ("gettext" ,gettext-minimal)
- ("gobject-introspection" ,gobject-introspection)
- ("gtk-doc" ,gtk-doc)
- ("libtool" ,libtool)
- ("libxslt" ,libxslt)
- ("pkg-config" ,pkg-config)
- ("xorg-server" ,xorg-server-for-tests)))
+ (list autoconf
+ automake
+ cunit
+ gettext-minimal
+ gobject-introspection
+ gtk-doc
+ libtool
+ libxslt
+ pkg-config
+ xorg-server-for-tests))
(inputs
- `(("alsa-lib" ,alsa-lib)
- ("dssi" ,dssi)
- ("fftw" ,fftw)
- ("gst-plugins-base" ,gst-plugins-base)
- ("gstreamer" ,gstreamer)
- ("gtk+" ,gtk+)
- ("jack" ,jack-1)
- ("ladspa" ,ladspa)
- ("libinstpatch" ,libinstpatch)
- ("libsamplerate" ,libsamplerate)
- ("libsndfile" ,libsndfile)
- ("libsoup" ,libsoup)
- ("libuuid" ,util-linux "lib")
- ("libxml2" ,libxml2)
- ("lv2" ,lv2)
- ("pulseaudio" ,pulseaudio)
- ("webkitgtk" ,webkitgtk)))
+ (list alsa-lib
+ dssi
+ fftw
+ gst-plugins-base
+ gstreamer
+ gtk+
+ jack-1
+ ladspa
+ libinstpatch
+ libsamplerate
+ libsndfile
+ libsoup-minimal-2
+ libxml2
+ lv2
+ pulseaudio
+ `(,util-linux "lib")
+ webkitgtk-with-libsoup2))
(home-page "https://nongnu.org/gsequencer/")
(synopsis "Advanced Gtk+ Sequencer")
(description
base-commit: a296b5fff9f182da7c7b67cc7bdba0957623e650
--
2.30.2
This bug report was last modified 3 years and 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.