![]() |
[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 - Selur - 24.08.2019 running build-plugins.sh, building
RE: Ubuntu repository - maintained by djcj - Selur - 24.08.2019 Good news: I managed to get vspipe working (the vspipe location changed from vapoursynth/bin/vspipe to vapoursynth/vspipe which caused a few problems). Still working on vsViewer to get it working. Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 25.08.2019 this is driving me nuts,.. 1st I noticed that vsViewer/vsEdit by default tries to load 'vapoursynth-script', but there only is 'libvapoursynth-script' in the vapoursynth/lib-folder. 2nd after changing the code to look for libvapoursynth-script inside ~/opt/vapoursynth/lib and the file (/home/selur/opt/vapoursynth/lib/libvapoursynth-script.so) exists, but loading the library still fails,.. :/ will look more into it after some sleep ![]() Problem seems to be /home/selur/opt/vapoursynth/lib/libvapoursynth-script.so is a symlink to libvapoursynth-script.so.0, but libvapoursynth-script.so.0 doesn't exist! -> seems to be a problem with the compilation/deployment of Vapoursynth RE: Ubuntu repository - maintained by djcj - Selur - 25.08.2019 modifying the .deploy-vapoursynth.sh by changing mv -f bin/*.so lib/vapoursynth/ mv -f bin/*.so* lib/vapoursynth/ /home/selur/opt/vapoursynth/lib/libvapoursynth-script.so to libvapoursynth-script.so.0 but loading /home/selur/opt/vapoursynth/lib/libvapoursynth-script.so still fails. As aside note: needed to adjust the 'install-vs.sh' to use "g++ -std=c++11" instead of gcc and g++ in the compile vspipe on Ubuntu 16.04. here's what I changed in the deploy-vapoursynth.sh selur@ubuntu1604:~/workspace/scripts/Hybrid$ git diff deploy-vapoursynth.sh selur@ubuntu1604:~/workspace/scripts/Hybrid$ git diff install-vs.sh selur@ubuntu1604:~/workspace/scripts/Hybrid$ git diff build-tools.sh sadly all this didn't really help with the loading. update: small correction the initialization of the libraries did work, bug now it fails at 'vssInit' which is the function pointer to Vapoursynths 'vsscript_init'. Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 25.08.2019 Quote:vsscript_initsee: http://www.vapoursynth.com/doc/api/vsscript.h.html#vsscript-init -> :/ RE: Ubuntu repository - maintained by djcj - Selur - 26.08.2019 Okay, until I figure this out R47 breaks vsViewer (and vsedit). -> will look at restricting Vapoursynth to R46 tomorrow Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 27.08.2019 Think I figured out how to adjust vsViewer to be Vapoursynth R46 compatible. -> hopefully this fixes the Vapoursynth problem I had (will report back) Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 27.08.2019 Nope there's still a problem with vapoursynth (neither vspipe nor vsviewer work; still having problems initializing vsscript). ![]() (aside from ffms2k not building) Cu Selur RE: Ubuntu repository - maintained by djcj - 2160p - 30.08.2019 Moin, djcj How to add libaom (AV1) to ffmpeg ? RE: Ubuntu repository - maintained by djcj - Vasaman - 14.09.2019 The PPA for Ubuntu 18.04 isn't maintained anymore? I can't install updates and also can't add the PPA on my Notebook. |