guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cheese: Add gst-plugins-good as an input.


From: guix-commits
Subject: branch master updated: gnu: cheese: Add gst-plugins-good as an input.
Date: Sat, 13 Feb 2021 03:48:22 -0500

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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ebd74c  gnu: cheese: Add gst-plugins-good as an input.
2ebd74c is described below

commit 2ebd74c33c13d604a5e423520a648728b8d49f9f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Feb 11 20:01:00 2021 +0000

    gnu: cheese: Add gst-plugins-good as an input.
    
    This fixes an issue with choppy video recording. It also makes these lines 
not
    appear in the build log:
    
    meson.build:154: WARNING: vp8enc was not found. It needs to be installed 
before Cheese is run
    meson.build:154: WARNING: webmmux was not found. It needs to be installed
    before Cheese is run
    
    * gnu/packages/gnome.scm (cheese)[inputs]: Add gst-plugins-good.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c5c6b4d..f7838f8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10400,6 +10400,7 @@ photo-booth-like software, such as Cheese.")
      `(("gnome-desktop" ,gnome-desktop)
        ("gobject-introspection" ,gobject-introspection)
        ("gst-plugins-base" ,gst-plugins-base)
+       ("gst-plugins-good" ,gst-plugins-good)
        ("gst-plugins-bad" ,gst-plugins-bad)
        ("gtk+" ,gtk+)
        ("libx11" ,libx11)



reply via email to

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