[PATCH] gnu: cheese: Add gst-plugins-good as an input.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 4 years ago
(address . guix-patches@gnu.org)
20210211201208.23351-1-mail@cbaines.net
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(+)

Toggle diff (14 lines)
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
Leo Famulari wrote 4 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 46443@debbugs.gnu.org)
YCcZ2fghAvLCDg46@jasmine.lan
On Thu, Feb 11, 2021 at 08:12:08PM +0000, Christopher Baines wrote:
Toggle quote (9 lines)
> 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!
Christopher Baines wrote 4 years ago
(name . Leo Famulari)(address . leo@famulari.name)(address . 46443-done@debbugs.gnu.org)
8735y0l40t.fsf@cbaines.net
Leo Famulari <leo@famulari.name> writes:

Toggle quote (12 lines)
> 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.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmAnmWJfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XctFQ/7B3C8srxhwLXdpXPeBn18U5NNLBE4Yb1c
hPbu4D3MNExprULQboGeWInCX5eQeTCE6OLuJN+Nr+myI13Iyvkg6BYwMsBz648n
vORb2As4L6q9aehHWlOIE158+TLb2XIbBqHT3dXTZV1K67ruAvtaxVitPh4Er6ey
DewObKgj4l7re34DzhQi/huTWfzjZJIIYtLxn9MTe4+pHDJzjvDUdKV/NQr45o7/
OKxGctwydmTC7Vc01k9t4Mug8ymL/DKzbFGfissSKZKTaZvSyEmhMGSTKKTajQL3
ESZ5+Aq+8S86Yp6jIzXR6blyUQVNrb/ux2KweJ8ix7EcDre77+xjcFw3e4Y815k8
T465TcSHd8iYFUxcPs8GMJVmHB0FDDq8FoxT1YRyQRU0p3E4pOvUpaWAsF61QnxG
TaAep7rLpeKlWoNTrH3wkH0ooO3ciFUfNUoIv/Jdu9uZLPf181f6xu4W1gsibc3U
FSjxS5TqFu7iwlfJJE6xZDCvPQMhCFX3PAIhOKx/6WQfysCrtD5ZSvdP2jRtk7Fd
dj2HWn3iWG0UWHlUdkmQz+IW4HCKsc1hsHLN8JiU+sFY4crb0bQgUWkl3GAeoT/t
F16sUL22xKjd6BjroXYnX3PIgG9C6hu7g36ya0OvSDwZx3D5zIuYbw6nim/S40iu
TGRqjUQV+lA=
=Nnh7
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46443@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46443
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help