Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
totem-pl-parser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
totem-pl-parser
Commits
4a9a686f
Commit
4a9a686f
authored
Feb 14, 2020
by
Bastien Nocera
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quvi: Rename videosite parser
To make it clear it uses quvi.
parent
4cb3e96d
Pipeline
#152245
failed with stage
in 9 minutes and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
plparse/meson.build
plparse/meson.build
+7
-7
plparse/tests/meson.build
plparse/tests/meson.build
+1
-1
plparse/videosite-quvi.c
plparse/videosite-quvi.c
+0
-0
No files found.
plparse/meson.build
View file @
4a9a686f
...
@@ -111,13 +111,13 @@ plparser_mini_lib = library('totem-plparser-mini',
...
@@ -111,13 +111,13 @@ plparser_mini_lib = library('totem-plparser-mini',
install: true)
install: true)
if have_quvi
if have_quvi
videosite_
exe = executable('99-totem-pl-parser-videosite
',
videosite_
quvi_exe = executable('99-totem-pl-parser-videosite-quvi
',
'videosite-parser
.c', totem_pl_parser_builtins_h,
'videosite-quvi
.c', totem_pl_parser_builtins_h,
c_args: '-DLIBEXECDIR="@0@"'.format(libexecdir),
c_args: '-DLIBEXECDIR="@0@"'.format(libexecdir),
include_directories: [config_inc, totemlib_inc],
include_directories: [config_inc, totemlib_inc],
dependencies: [quvi_dep, glib_dep],
dependencies: [quvi_dep, glib_dep],
install_dir: join_paths(libexecdir, 'totem-pl-parser'),
install_dir: join_paths(libexecdir, 'totem-pl-parser'),
install: true)
install: true)
endif
endif
# Introspection
# Introspection
...
...
plparse/tests/meson.build
View file @
4a9a686f
...
@@ -10,7 +10,7 @@ foreach test_name : tests
...
@@ -10,7 +10,7 @@ foreach test_name : tests
env = environment()
env = environment()
if have_quvi
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
endif
test(test_name, exe, env: env, timeout: 3 * 60)
test(test_name, exe, env: env, timeout: 3 * 60)
...
...
plparse/videosite-
parser
.c
→
plparse/videosite-
quvi
.c
View file @
4a9a686f
File moved
Bastien Nocera
@hadess
mentioned in commit
0019dee3
·
Feb 14, 2020
mentioned in commit
0019dee3
mentioned in commit 0019dee34bad6760eaa065e1bf10c1a33ace2b80
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment