summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-02-14 15:53:45 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-14 15:53:45 +0100
commit5b06d15205365e4341c972b821f41a2763537e3b (patch)
treeddb324a791220cc610be4484f7d16665746f7de8
parentea7238580d0d94a439295eb92890f6229a51c382 (diff)
downloadtotem-pl-parser-wip/hadess/rename-quvi.tar.gz
quvi: Rename videosite parserwip/hadess/rename-quvi
To make it clear it uses quvi.
-rw-r--r--plparse/meson.build14
-rw-r--r--plparse/tests/meson.build2
-rw-r--r--plparse/videosite-quvi.c (renamed from plparse/videosite-parser.c)0
3 files changed, 8 insertions, 8 deletions
diff --git a/plparse/meson.build b/plparse/meson.build
index 668a072..fb21ed4 100644
--- a/plparse/meson.build
+++ b/plparse/meson.build
@@ -111,13 +111,13 @@ plparser_mini_lib = library('totem-plparser-mini',
install: true)
if have_quvi
- videosite_exe = executable('99-totem-pl-parser-videosite',
- 'videosite-parser.c', totem_pl_parser_builtins_h,
- c_args: '-DLIBEXECDIR="@0@"'.format(libexecdir),
- include_directories: [config_inc, totemlib_inc],
- dependencies: [quvi_dep, glib_dep],
- install_dir: join_paths(libexecdir, 'totem-pl-parser'),
- install: true)
+ videosite_quvi_exe = executable('99-totem-pl-parser-videosite-quvi',
+ 'videosite-quvi.c', totem_pl_parser_builtins_h,
+ c_args: '-DLIBEXECDIR="@0@"'.format(libexecdir),
+ include_directories: [config_inc, totemlib_inc],
+ dependencies: [quvi_dep, glib_dep],
+ install_dir: join_paths(libexecdir, 'totem-pl-parser'),
+ install: true)
endif
# Introspection
diff --git a/plparse/tests/meson.build b/plparse/tests/meson.build
index 3611613..fc7bf9a 100644
--- a/plparse/tests/meson.build
+++ b/plparse/tests/meson.build
@@ -10,7 +10,7 @@ foreach test_name : tests
env = environment()
if have_quvi
- env.set('TOTEM_PL_PARSER_VIDEOSITE_SCRIPT', videosite_exe.full_path())
+ env.set('TOTEM_PL_PARSER_VIDEOSITE_SCRIPT', videosite_quvi_exe.full_path())
endif
test(test_name, exe, env: env, timeout: 3 * 60)
diff --git a/plparse/videosite-parser.c b/plparse/videosite-quvi.c
index be374aa..be374aa 100644
--- a/plparse/videosite-parser.c
+++ b/plparse/videosite-quvi.c