summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-02-14 16:21:47 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-14 16:21:47 +0100
commit0019dee34bad6760eaa065e1bf10c1a33ace2b80 (patch)
treed901d59e1fe783bbd2dec36ba9cac20d4be78c74
parent4a9a686f9590a44ca8af35b5b5a67c1be7765712 (diff)
downloadtotem-pl-parser-0019dee34bad6760eaa065e1bf10c1a33ace2b80.tar.gz
Revert "quvi: Rename videosite parser"
This reverts commit 4a9a686f9590a44ca8af35b5b5a67c1be7765712.
-rw-r--r--plparse/meson.build14
-rw-r--r--plparse/tests/meson.build2
-rw-r--r--plparse/videosite-parser.c (renamed from plparse/videosite-quvi.c)0
3 files changed, 8 insertions, 8 deletions
diff --git a/plparse/meson.build b/plparse/meson.build
index fb21ed4..668a072 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_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)
+ 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)
endif
# Introspection
diff --git a/plparse/tests/meson.build b/plparse/tests/meson.build
index fc7bf9a..3611613 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_quvi_exe.full_path())
+ env.set('TOTEM_PL_PARSER_VIDEOSITE_SCRIPT', videosite_exe.full_path())
endif
test(test_name, exe, env: env, timeout: 3 * 60)
diff --git a/plparse/videosite-quvi.c b/plparse/videosite-parser.c
index be374aa..be374aa 100644
--- a/plparse/videosite-quvi.c
+++ b/plparse/videosite-parser.c