mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
cheese: fix crash due to invalid JSON
This commit is contained in:
parent
da6d6b463b
commit
a96f7bd3c1
2 changed files with 22 additions and 1 deletions
21
srcpkgs/cheese/patches/invalid-json.patch
Normal file
21
srcpkgs/cheese/patches/invalid-json.patch
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
Cf.
|
||||||
|
|
||||||
|
https://gitlab.gnome.org/GNOME/cheese/-/issues/183
|
||||||
|
https://gitlab.gnome.org/GNOME/cheese/-/merge_requests/73
|
||||||
|
|
||||||
|
diff -ur a/data/cheese-viewport.json b/data/cheese-viewport.json
|
||||||
|
--- a/data/cheese-viewport.json 2023-07-15 12:37:45.000000000 -0400
|
||||||
|
+++ b/data/cheese-viewport.json 2025-02-09 19:54:07.098866873 -0500
|
||||||
|
@@ -53,9 +53,9 @@
|
||||||
|
"type": "ClutterActor",
|
||||||
|
"children":
|
||||||
|
[
|
||||||
|
- 'video_preview',
|
||||||
|
- 'countdown_layer',
|
||||||
|
- 'error_layer'
|
||||||
|
+ "video_preview",
|
||||||
|
+ "countdown_layer",
|
||||||
|
+ "error_layer"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cheese'
|
# Template file for 'cheese'
|
||||||
pkgname=cheese
|
pkgname=cheese
|
||||||
version=44.1
|
version=44.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="$(vopt_bool gtk_doc gtk_doc) $(vopt_bool gtk_doc man)"
|
configure_args="$(vopt_bool gtk_doc gtk_doc) $(vopt_bool gtk_doc man)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue