unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 46443@debbugs.gnu.org
Subject: [bug#46443] [PATCH] gnu: cheese: Add gst-plugins-good as an input.
Date: Thu, 11 Feb 2021 20:12:08 +0000	[thread overview]
Message-ID: <20210211201208.23351-1-mail@cbaines.net> (raw)

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 c5c6b4dd8f..f7838f85a5 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)
-- 
2.30.0





             reply	other threads:[~2021-02-11 20:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-11 20:12 Christopher Baines [this message]
2021-02-13  0:14 ` [bug#46443] [PATCH] gnu: cheese: Add gst-plugins-good as an input Leo Famulari
2021-02-13  9:18   ` bug#46443: " Christopher Baines

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20210211201208.23351-1-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=46443@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).