cheese-3.38.0-buildfix.patch 735 B

1234567891011121314151617
  1. diff --git a/meson.build b/meson.build
  2. index 7ef4075f..36638472 100644
  3. --- a/meson.build
  4. +++ b/meson.build
  5. @@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency(
  6. # Recommend some runtime GStreamer plugins.
  7. gst_inspect = find_program('gst-inspect-1.0', required: false)
  8. if gst_inspect.found()
  9. - foreach plugin: ['camerabin', 'vp8enc', 'webmmux']
  10. - if run_command(gst_inspect, plugin).returncode() != 0
  11. - warning(plugin + ' was not found. It needs to be installed before Cheese is run')
  12. - endif
  13. - endforeach
  14. + warning('unable to check for runtime GStreamer plugin dependencies due to Gentoo\'s sandbox: camerabin, vp8enc, webmmux')
  15. else
  16. warning('unable to check for runtime GStreamer plugin dependencies')
  17. endif