emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#46443: closed ([PATCH] gnu: cheese: Add gst-plugins-good as an input


From: GNU bug Tracking System
Subject: bug#46443: closed ([PATCH] gnu: cheese: Add gst-plugins-good as an input.)
Date: Sat, 13 Feb 2021 09:19:02 +0000

Your message dated Sat, 13 Feb 2021 09:18:26 +0000
with message-id <8735y0l40t.fsf@cbaines.net>
and subject line Re: [bug#46443] [PATCH] gnu: cheese: Add gst-plugins-good as 
an input.
has caused the debbugs.gnu.org bug report #46443,
regarding [PATCH] gnu: cheese: Add gst-plugins-good as an input.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46443: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46443
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cheese: Add gst-plugins-good as an input. Date: Thu, 11 Feb 2021 20:12:08 +0000
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46443] [PATCH] gnu: cheese: Add gst-plugins-good as an input. Date: Sat, 13 Feb 2021 09:18:26 +0000 User-agent: mu4e 1.4.14; emacs 27.1
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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