add DJV to applications

This commit is contained in:
Milan Kolar 2020-10-02 18:36:19 +02:00
parent d7de431855
commit 39891d3644
4 changed files with 59 additions and 12 deletions

View file

@ -10,18 +10,6 @@
"darwin": "{VIRTUAL_ENV}/localized/ffmpeg_exec/darwin/bin:{PYPE_SETUP_PATH}/vendor/bin/ffmpeg_exec/darwin/bin",
"linux": "{VIRTUAL_ENV}/localized/ffmpeg_exec/linux:{PYPE_SETUP_PATH}/vendor/bin/ffmpeg_exec/linux"
},
"DJV_PATH": {
"windows": [
"C:/Program Files/djv-1.1.0-Windows-64/bin/djv_view.exe",
"C:/Program Files/DJV/bin/djv_view.exe",
"{STUDIO_SOFT}/djv/windows/bin/djv_view.exe"
],
"linux": [
"usr/local/djv/djv_view",
"{STUDIO_SOFT}/djv/linux/bin/djv_view"
],
"darwin": "Application/DJV.app/Contents/MacOS/DJV"
},
"PATH": [
"{PYPE_CONFIG}/launchers",
"{PYPE_APP_ROOT}",

View file

@ -830,5 +830,33 @@
}
}
}
},
"djvview": {
"enabled": true,
"environment": {
"__environment_keys__": {
"djvview": []
}
},
"djvview_1.1": {
"enabled": true,
"djvview_executables": {
"windows": [
"C:/Program Files/djv-1.1.0-Windows-64/bin/djv_view.exe",
"C:/Program Files/DJV/bin/djv_view.exe"
],
"darwin": [
"Application/DJV.app/Contents/MacOS/DJV"
],
"linux": [
"usr/local/djv/djv_view"
]
},
"environment": {
"__environment_keys__": {
"djvview_1.1": []
}
}
}
}
}

View file

@ -75,6 +75,10 @@
{
"type": "schema",
"name": "system_shell_schema"
},
{
"type": "schema",
"name": "system_djv_schema"
}
]
}

View file

@ -0,0 +1,27 @@
{
"type": "dict",
"key": "djvview",
"label": "DJV View",
"collapsable": true,
"checkbox_key": "enabled",
"children": [{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"key": "environment",
"label": "Environment",
"type": "raw-json",
"env_group_key": "djvview"
},
{
"type": "schema_template",
"name": "system_host_template",
"template_data": {
"host_version": "1.1",
"host_name": "djvview"
}
}
]
}