![]() |
[GUIDE] Ubuntu repository - maintained by djcj - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [GUIDE] Ubuntu repository - maintained by djcj (/thread-18.html) |
RE: Ubuntu repository - maintained by djcj - djcj - 28.07.2019 I've updated the build files. d2vwitch, ffmsindex and vsimagereader were added. I've also added "-march=native" to the build flags of the scripts that are run by the user (vapoursynth.sh and plugins.sh). RE: Ubuntu repository - maintained by djcj - Selur - 28.07.2019 Nice I'll give it a spin and report back after some testing. Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 28.07.2019 I'm wondering, do you think it would make sense for me to build the vsfilters and add them to the package, this way folks would only need to build vapoursynth? (not sure about dependency issues) Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 28.07.2019 deploy script fails with: -- Deploying files into AppDir root directory -- Cu Selur RE: Ubuntu repository - maintained by djcj - djcj - 28.07.2019 (28.07.2019, 09:29)Selur Wrote: I'm wondering, do you think it would make sense for me to build the vsfilters and add them to the package, this way folks would only need to build vapoursynth? (not sure about dependency issues) Good question, I don't know if there might be dependency issues. Maybe there are already dependency problems because the pre-built d2vwitch program tries to dlopen libvapoursynth.so? I've updated the build files. RE: Ubuntu repository - maintained by djcj - Selur - 28.07.2019 I'll do some testing. ![]() RE: Ubuntu repository - maintained by djcj - Selur - 28.07.2019 plugins.sh is 'broken' due to the: plugins="vsimagereader" ![]() Cu Selur RE: Ubuntu repository - maintained by djcj - djcj - 28.07.2019 It's fixed now. RE: Ubuntu repository - maintained by djcj - Selur - 28.07.2019 deploy script doesn't copy d2vwitch and ffmsindex also please instead of 'vapoursynth_env.sh' use 'vsfilters_env.sh' (renamed it since it allows some better code in Hybrid) Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 28.07.2019 d2vwitch and ffms2index both work fine, building the plugins on Ubuntu 16.04 and using it on other debian systems seems to work fine for most filters, sadly for EEDI3 I get: Python exception: Failed to load /home/selur/opt/hybrid/vsfilters/libeedi3.so. Error given: /home/selur/opt/hybrid/vsfilters/libeedi3.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden |