guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch gnome-team updated: gnu: gst-plugins-bad: Remove ineffective subs


From: guix-commits
Subject: branch gnome-team updated: gnu: gst-plugins-bad: Remove ineffective substitution.
Date: Sun, 25 Jun 2023 08:27:33 -0400

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch gnome-team
in repository guix.

The following commit(s) were added to refs/heads/gnome-team by this push:
     new 3b3d9a13dd gnu: gst-plugins-bad: Remove ineffective substitution.
3b3d9a13dd is described below

commit 3b3d9a13dd2bd67f34c890047680a1ce6e3af28e
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jun 25 10:49:13 2023 +0200

    gnu: gst-plugins-bad: Remove ineffective substitution.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[adjust-tests]: Remove the
    substitution that was commmented to be “no longer effective”.
---
 gnu/packages/gstreamer.scm | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b883022621..12d4b52f15 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -806,13 +806,6 @@ model to base your own plug-in on, here it is.")
                           "'elements/viewfinderbin.c'], true, ],"))
                        '())
 
-                  ;; This substitution is no longer effective and can be 
removed.
-                  #$@(if (member (%current-system)
-                                 '("i686-linux" "aarch64-linux" 
"riscv64-linux"))
-                         `((("'elements/camerabin\\.c'\\]\\],")
-                            "'elements/camerabin.c'], true, ],"))
-                         '())
-
                   ;; 
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1412
                   ((".*elements/dtls\\.c.*") ""))
                 (substitute* "tests/check/elements/zxing.c"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]