The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
[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) |
Ubuntu repository - maintained by djcj - djcj - 19.05.2017 First of all, I did not package the Hybrid binary itself, as that would be a license violation. But I made a package that will download the binary at startup and save it in $HOME/.hybrid-bin/. To add the ppa type: sudo add-apt-repository ppa:djcj/hybrid The following packages are available and can be installed with sudo apt-get install xxx :
There are some command line options available: SYNOPSIS If Hybrid doesn't start after an update or if it doesn't recognize AviSynth when it should, you could try to delete the locally installed files (~/.hybrid-bin/ and ~/.hybrid/misc.ini) and let the starter script re-download everything. Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: Ubuntu repository - maintained by djcj - blazin - 15.08.2017 Hey, thanks for setting up this PPA. So, I was able to install the hybrid, hybrid-tools, and hybrid-avisynth-extension packages just fine. Unfortunately, hybrid-get-nonfree-tools has problems shortly after it downloads faac. The script fails and quits at this point. I'm running Ubuntu 16.04.3. It turns out that you have to run "apt-get install libtool" to fix the issue. Could libtool be worth adding to one of the packages on the PPA? RE: Ubuntu repository - maintained by djcj - djcj - 15.08.2017 (15.08.2017, 05:47)blazin Wrote: It turns out that you have to run "apt-get install libtool" to fix the issue. Could libtool be worth adding to one of the packages on the PPA? I've added a libtool/libtoolize check to the build script. I will update the packages on the PPA too. I've also updated faac to 1.29.3 (you have to run hybrid-get-nonfree-tools again to update it). RE: Ubuntu repository - maintained by djcj - Derek - 13.09.2017 Hi, djcj, there is an important problem in the latest packages of hybrid-avisynth-extension! I don't know in which version it has started, but there is no "avisynth.dll" in "avisynthPlugins" folder, which stops Avisynth from running and working, and leads to Avisynth plugins not being available in Filtering tab in Hybrid. One more problem: fft3dfilter.dll is not recognised, as it is required to be called "FFT3DFilter.dll". " P.S. Both of problems were fixed. RE: Ubuntu repository - maintained by djcj - Selur - 15.09.2017 Installed a new Ubuntu 16.04 and then called: sudo apt-get update && sudo apt-get -y dist-upgrade && sudo apt-get -y autoclean && sudo apt-get -y autoremove && sudo reboot sudo add-apt-repository ppa:djcj/hybrid Paketlisten werden gelesen... Fertig apt-cache search vapoursynth vapoursynth - frameserver for the 21st century -> Seems like 'vapoursynth-editor' is missing from the repository (sources can be found over at: https://github.com/Selur/vapoursynth-editor) sudo apt-get install hybrid-get-nonfree-tools Cu Selur Ps.: Same happens on 17.04 RE: Ubuntu repository - maintained by djcj - djcj - 16.09.2017 I've added VSEditor. PS: @Selur can you create a diff with all important changes between your fork of vseditor and the original version? RE: Ubuntu repository - maintained by djcj - Selur - 16.09.2017 Not really, changed to much. Best stick with the one I use, probably will through out more of the code it currently includes. RE: Ubuntu repository - maintained by djcj - djcj - 20.09.2017 If your fork differs relatively much from the upstream version, can't you rename it to something like vseditmod and let Hybrid only use vsedit if there's not vseditmod in PATH? That way someone can still use the upstream version. RE: Ubuntu repository - maintained by djcj - Selur - 20.09.2017 Should be possible, will try to look into it tomorrow. Cu Selur RE: Ubuntu repository - maintained by djcj - Selur - 03.10.2017 @djcj: released a new version, didn't get around to change the name of vsedit. Simply extracting the avisynthExtension package into the .hybrid-bin/avisynth-folder should be okay now. Cu Selur |