all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
To: 57931@debbugs.gnu.org
Cc: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Subject: [bug#57931] [PATCH v1 2/6] gnu: gst-plugins-bad: Build with librsvg-for-system.
Date: Mon, 19 Sep 2022 12:56:12 +0200	[thread overview]
Message-ID: <20220919105616.9354-2-GNUtoo@cyberdimension.org> (raw)
In-Reply-To: <20220919105616.9354-1-GNUtoo@cyberdimension.org>

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]:
  Replace librsvg with librsvg-for-system.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/packages/gstreamer.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a1503602ad..70e3d6b764 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Liliana Marie Prikler <liliana.prikler@gmail.com>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -850,7 +851,7 @@ (define-public gst-plugins-bad
        ("libnice" ,libnice)
        ("libofa" ,libofa)
        ("libopenmpt" ,libopenmpt)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("libsndfile" ,libsndfile)
        ("libsrtp" ,libsrtp)
        ("libssh2" ,libssh2)
-- 
2.37.3





  reply	other threads:[~2022-09-19 10:57 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-19 10:49 [bug#57931] September 2022 i686 big breakage Denis 'GNUtoo' Carikli
2022-09-19 10:56 ` [bug#57931] [PATCH v1 1/6] gnu: directfb: Build with librsvg-for-system Denis 'GNUtoo' Carikli
2022-09-19 10:56   ` Denis 'GNUtoo' Carikli [this message]
2022-09-19 10:56   ` [bug#57931] [PATCH v1 3/6] gnu: openexr: apply guix style Denis 'GNUtoo' Carikli
2022-09-19 10:56   ` [bug#57931] [PATCH v1 4/6] gnu: openexr: Skip failing tests on i686 Denis 'GNUtoo' Carikli
2022-09-19 10:56   ` [bug#57931] [PATCH v1 5/6] gnu: gtk: Use librsvg-2.40 for non-x86_64 Denis 'GNUtoo' Carikli
2022-09-19 10:56   ` [bug#57931] [PATCH v1 6/6] gnu: gst-plugins-bad: remove svt-hevc for i686 Denis 'GNUtoo' Carikli
2022-09-19 14:05 ` [bug#57931] September 2022 i686 big breakage Denis 'GNUtoo' Carikli
2022-09-24 13:49 ` Denis 'GNUtoo' Carikli
2022-10-09 22:03 ` [bug#57931] i686 fixes patches duplication Denis 'GNUtoo' Carikli
2022-10-10  8:38   ` bug#57931: September 2022 i686 big breakage Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220919105616.9354-2-GNUtoo@cyberdimension.org \
    --to=gnutoo@cyberdimension.org \
    --cc=57931@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.