]> git.pld-linux.org Git - packages/totem.git/blame - totem-configure.patch
- BR: gnome-desktop-devel, release 2 (soname change)
[packages/totem.git] / totem-configure.patch
CommitLineData
760fa697
JB
1--- totem-42.0/src/backend/meson.build.orig 2022-04-03 21:32:28.599445325 +0200
2+++ totem-42.0/src/backend/meson.build 2022-04-03 21:45:35.721847784 +0200
3@@ -6,20 +6,11 @@ gst_inspect = find_program(
6afd812c
MB
4 required: false
5 )
2a1cdc8f 6
6afd812c
MB
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.')
e3951f3f 9-
6afd812c
MB
10 gst_base_plugins = [
11 'playbin',
12 'videoscale'
13 ]
14
15-foreach plugin: gst_base_plugins
760fa697 16- r = run_command(gst_inspect, plugin, check: false)
6afd812c
MB
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
70cb7b8b 20-
6afd812c
MB
21 gst_good_plugins = [
22 'autoaudiosink',
760fa697
JB
23 'scaletempo',
24@@ -27,12 +18,6 @@ gst_good_plugins = [
25 'glsinkbin'
6afd812c
MB
26 ]
27
28-foreach plugin: gst_good_plugins
760fa697 29- r = run_command(gst_inspect, plugin, check: false)
6afd812c
MB
30- assert(r.returncode() == 0,
31- 'Cannot find required GStreamer-1.0 plugin "' + plugin + '". It should be part of gst-plugins-good. Please install it.')
32-endforeach
65c38ba8 33-
6afd812c
MB
34 sources = files(
35 'bacon-time-label.c',
760fa697 36 'bacon-video-widget-gst-missing-plugins.c',
This page took 0.162871 seconds and 4 git commands to generate.