[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: libdmapsharing: Build against libsoup 2.
From: |
guix-commits |
Subject: |
02/08: gnu: libdmapsharing: Build against libsoup 2. |
Date: |
Thu, 18 Nov 2021 17:01:43 -0500 (EST) |
civodul pushed a commit to branch core-updates-frozen
in repository guix.
commit 427d95f7af4e8579ad714fbf1129a6a8fe8e2c46
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 18 22:09:25 2021 +0100
gnu: libdmapsharing: Build against libsoup 2.
* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change
LIBSOUP to LIBSOUP-MINIMAL-2.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 321351c..aad40cb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -612,7 +612,7 @@ in JavaScript.")
`(("glib" ,glib)
("glib-networking" ,glib-networking)
("gstreamer" ,gstreamer)
- ("libsoup" ,libsoup)))
+ ("libsoup-minimal" ,libsoup-minimal-2)))
(synopsis "Media management library")
(description "Libdmapsharing is a library which allows programs to access,
share and control the playback of media content using DMAP (DAAP, DPAP & DACP).
- branch core-updates-frozen updated (053ac37 -> 3ad1356), guix-commits, 2021/11/18
- 03/08: gnu: entangle: Build with Meson 0.59., guix-commits, 2021/11/18
- 01/08: gnu: gthumb: Build with Meson 0.59., guix-commits, 2021/11/18
- 02/08: gnu: libdmapsharing: Build against libsoup 2.,
guix-commits <=
- 04/08: gnu: gnupg@2.2.32: Hide., guix-commits, 2021/11/18
- 05/08: build-system/go: Update cross-compilation support to new interface., guix-commits, 2021/11/18
- 06/08: derivations: Officially deprecate 'build-expression->derivation'., guix-commits, 2021/11/18
- 07/08: tests: Adjust opam and pypi tests to simplified inputs., guix-commits, 2021/11/18
- 08/08: shell: Adjust test to expect C_INCLUDE_PATH, not CPATH., guix-commits, 2021/11/18