[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 - 17.07.2019 GPAC fails,.. https://pastebin.com/fmfh4DC7 -> seems like it's trying do build more than necessary,.. (see: https://gpac.wp.imt.fr/2015/07/29/gpac-build-mp4box-only-all-platforms/) RE: Ubuntu repository - maintained by djcj - djcj - 18.07.2019 The pip warnings are harmless but I've silenced them. I've also added a check if Vapoursynth is even installed before anything is built. And mp4box should hopefully now build. RE: Ubuntu repository - maintained by djcj - Selur - 18.07.2019 Tested it -> MP4Box builds fine now. Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 18.07.2019 small overview:
some small problems and bugs: 1. deploy.sh: looks for 'build-vapoursynth.sh', but the script is named vapoursynth.sh -> script should use 'vapoursynth.sh' 2. if plugins.sh is called before tools.sh, tools.sh deletes the compiled plugins -> maybe better move the plugins in a vsplugins folder 3. deploy.sh: does not copy the plugins.sh -> script should also copy the plugins.sh script into the hybrid folder Cu Selur RE: Ubuntu repository - maintained by djcj - Vasaman - 21.07.2019 On Ubuntu i have some applications that are manually "installed" (saved to $HOME/bin). I update them manually using scripts every time i update my system (there is a function to run commands and script every time apt is finished). Can i do this also with hybrid? Is there an option like hybrid --update to only download new version? Normally updates are disabled because i don't want to download updates every time i start hybrid. The only way i see at the moment is to write a script, enable updates, start hybrid gui and disable updates after all is done. RE: Ubuntu repository - maintained by djcj - Selur - 21.07.2019 So 'No' there is no 'hybrid --update' and it is not planed atm. Reading this thread you could have read that: a. the usual updating through the old PPA doesn't work anymore b. djcj created a few scripts which allow to: 1. download and compile the tools Hybrid uses by default 2. download and compile Vapoursynth 3. download and compile the Vapoursynth Plugins Hybrid uses. c. I will probably, release the following in the future: 1. the normal binary (dynamically compiled, so installing qt libraries and the tools Hybrid uses is necessary) 2. a packaged version which includes a folder with Hybrid, all the basic tools Hybrid uses, scripts to build Vapoursynth and the Vapoursynth plugins and a README. So the typical usage for Ubuntu users would be: 1. download the packaged version and place it for example under ~/opt/hybrid, run the vapoursynth.sh and plugins.sh to update/build Vapoursynth and it's plugins. 2. if you want to update Hybrid delete, the ~/opt/hybrid folder download and extract the package and run vapoursynth.sh and/or plugins.sh in case those were updated. Users of other Linux distribution would need to update the binary and all the tools they want updated fully manually. -> If you want an automated way create one and share it with the rest of the Linux users. Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 21.07.2019 @djcj: two tools are missing: d2vwitch: https://github.com/dubhater/D2VWitch and ffmsindex: https://github.com/FFMS/ffms2 would be cool if you could add them to the tools.sh (and deploy.sh) also another modification to the deploy.sh: diff --git a/Hybrid/deploy.sh b/Hybrid/deploy.sh I missed some Vapoursynth plugins:
Cu Selur Ps.: if VSFilterMod is to problematic I could rewrite Hybrid to use https://github.com/HomeOfVapourSynthEvolution/VSFilter and https://github.com/HomeOfVapourSynthEvolution/xy-VSFilter instead RE: Ubuntu repository - maintained by djcj - djcj - 24.07.2019 I will do all that in the next days or at least this weekend. The vsfilter plugins have only Visual Studio Solution files to build. Are you sure they can be build and used on Linux? RE: Ubuntu repository - maintained by djcj - Selur - 24.07.2019 Not really,I'll ask about it over at doom9s. RE: Ubuntu repository - maintained by djcj - Selur - 24.07.2019 okay, forget VSFilter: Quote:VSFilter will always be windows only due to how it's coded.source: https://forum.doom9.org/showthread.php?p=1880014#post1880014 -> I'll adjust Hybrid (probably over the weekend) to only use VSFilterXX only on Windows. Cu Selur |