unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46443] [PATCH] gnu: cheese: Add gst-plugins-good as an input.
@ 2021-02-11 20:12 Christopher Baines
  2021-02-13  0:14 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2021-02-11 20:12 UTC (permalink / raw)
  To: 46443

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#46443] [PATCH] gnu: cheese: Add gst-plugins-good as an input.
  2021-02-11 20:12 [bug#46443] [PATCH] gnu: cheese: Add gst-plugins-good as an input Christopher Baines
@ 2021-02-13  0:14 ` Leo Famulari
  2021-02-13  9:18   ` bug#46443: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2021-02-13  0:14 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 46443

On Thu, Feb 11, 2021 at 08:12:08PM +0000, Christopher Baines wrote:
> 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.

Thanks, please push!




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#46443: [PATCH] gnu: cheese: Add gst-plugins-good as an input.
  2021-02-13  0:14 ` Leo Famulari
@ 2021-02-13  9:18   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2021-02-13  9:18 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 46443-done

[-- Attachment #1: Type: text/plain, Size: 633 bytes --]


Leo Famulari <leo@famulari.name> writes:

> On Thu, Feb 11, 2021 at 08:12:08PM +0000, Christopher Baines wrote:
>> 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.
>
> Thanks, please push!

Thanks for taking a look, I've pushed to master as
2ebd74c33c13d604a5e423520a648728b8d49f9f.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-13  9:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-11 20:12 [bug#46443] [PATCH] gnu: cheese: Add gst-plugins-good as an input Christopher Baines
2021-02-13  0:14 ` Leo Famulari
2021-02-13  9:18   ` bug#46443: " Christopher Baines

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).