]> git.pld-linux.org Git - packages/totem.git/blob - totem-configure.patch
- BR py3lint with pylint-3 command
[packages/totem.git] / totem-configure.patch
1 --- totem-3.26.0/src/backend/meson.build.configfix      2018-03-17 22:39:59.380045123 +0100
2 +++ totem-3.26.0/src/backend/meson.build        2018-03-17 22:40:14.210790112 +0100
3 @@ -6,32 +6,17 @@ gst_inspect = find_program(
4    required: false
5  )
6  
7 -assert(gst_inspect.found(),
8 -       'Cannot find required GStreamer-1.0 tool "gst-inspect-1.0". It should be part of gstreamer-1_0-utils. Please install it.')
9 -
10  gst_base_plugins = [
11    'playbin',
12    'videoscale'
13  ]
14  
15 -foreach plugin: gst_base_plugins
16 -  r = run_command(gst_inspect, plugin)
17 -  assert(r.returncode() == 0,
18 -         'Cannot find required GStreamer-1.0 plugin "' + plugin + '". It should be part of gst-plugins-base. Please install it.')
19 -endforeach
20 -
21  gst_good_plugins = [
22    'autoaudiosink',
23    'goom',
24    'scaletempo'
25  ]
26  
27 -foreach plugin: gst_good_plugins
28 -  r = run_command(gst_inspect, plugin)
29 -  assert(r.returncode() == 0,
30 -         'Cannot find required GStreamer-1.0 plugin "' + plugin + '". It should be part of gst-plugins-good. Please install it.')
31 -endforeach
32 -
33  sources = files(
34    'bacon-time-label.c',
35    'bacon-video-controls-actor.c',
This page took 0.037591 seconds and 3 git commands to generate.