[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: gst-plugins-bad: Use 'librsvg-for-system'.
From: |
guix-commits |
Subject: |
02/09: gnu: gst-plugins-bad: Use 'librsvg-for-system'. |
Date: |
Sun, 9 Oct 2022 16:33:45 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3714c8bdcdf997c3c0cd448ba003d95913139c1d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 9 21:32:17 2022 +0200
gnu: gst-plugins-bad: Use 'librsvg-for-system'.
This fixes compilation on i686-linux.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Use
'librsvg-for-system' instead of 'librsvg'.
---
gnu/packages/gstreamer.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a1503602ad..5017da1091 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -850,7 +850,7 @@ model to base your own plug-in on, here it is.")
("libnice" ,libnice)
("libofa" ,libofa)
("libopenmpt" ,libopenmpt)
- ("librsvg" ,librsvg)
+ ("librsvg" ,(librsvg-for-system))
("libsndfile" ,libsndfile)
("libsrtp" ,libsrtp)
("libssh2" ,libssh2)
- branch master updated (b310afde26 -> e827d45db9), guix-commits, 2022/10/09
- 03/09: gnu: directfb: Remove input labels., guix-commits, 2022/10/09
- 06/09: gnu: Add genie., guix-commits, 2022/10/09
- 09/09: gnu: Add go-webring., guix-commits, 2022/10/09
- 01/09: gnu: directfb: Use 'librsvg-for-system'., guix-commits, 2022/10/09
- 02/09: gnu: gst-plugins-bad: Use 'librsvg-for-system'.,
guix-commits <=
- 04/09: gnu: svt-hevc: Mark as supported on x86_64-linux only., guix-commits, 2022/10/09
- 05/09: gnu: blesh: Substitute with readlink directly., guix-commits, 2022/10/09
- 07/09: gnu: Add perl-file-fcntllock., guix-commits, 2022/10/09
- 08/09: gnu: public-inbox: Update to 1.9.0., guix-commits, 2022/10/09