diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-13 16:47:41 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-13 16:48:29 -0500 |
commit | 03700b18be81d8269a3632656e72935943103592 (patch) | |
tree | 39abe7a9307fb0c71a12a502c0e2f360a4be78e7 /media-video/cheese/files | |
parent | sci-biology/bfast: Port to EAPI 7 (diff) | |
download | gentoo-03700b18be81d8269a3632656e72935943103592.tar.gz gentoo-03700b18be81d8269a3632656e72935943103592.tar.bz2 gentoo-03700b18be81d8269a3632656e72935943103592.zip |
media-video/cheese: Add missing patch
Closes: https://bugs.gentoo.org/775866
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-video/cheese/files')
-rw-r--r-- | media-video/cheese/files/cheese-3.38.0-buildfix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-video/cheese/files/cheese-3.38.0-buildfix.patch b/media-video/cheese/files/cheese-3.38.0-buildfix.patch new file mode 100644 index 000000000000..a7d685e68628 --- /dev/null +++ b/media-video/cheese/files/cheese-3.38.0-buildfix.patch @@ -0,0 +1,17 @@ +diff --git a/meson.build b/meson.build +index 7ef4075f..36638472 100644 +--- a/meson.build ++++ b/meson.build +@@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency( + # Recommend some runtime GStreamer plugins. + gst_inspect = find_program('gst-inspect-1.0', required: false) + if gst_inspect.found() +- foreach plugin: ['camerabin', 'vp8enc', 'webmmux'] +- if run_command(gst_inspect, plugin).returncode() != 0 +- warning(plugin + ' was not found. It needs to be installed before Cheese is run') +- endif +- endforeach ++ warning('unable to check for runtime GStreamer plugin dependencies due to Gentoo\'s sandbox: camerabin, vp8enc, webmmux') + else + warning('unable to check for runtime GStreamer plugin dependencies') + endif |