[totem-pl-parser] Revert "quvi: Rename videosite parser"



commit 0019dee34bad6760eaa065e1bf10c1a33ace2b80
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Feb 14 16:21:47 2020 +0100

    Revert "quvi: Rename videosite parser"
    
    This reverts commit 4a9a686f9590a44ca8af35b5b5a67c1be7765712.

 plparse/meson.build                              | 14 +++++++-------
 plparse/tests/meson.build                        |  2 +-
 plparse/{videosite-quvi.c => videosite-parser.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
similarity index 100%
rename from plparse/videosite-quvi.c
rename to plparse/videosite-parser.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]