![]() |
|
[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
sudo apt-get updateThe following packages are available and can be installed with sudo apt-get install xxx :
There are some command line options available: SYNOPSIS
hybrid [options] [<QT options>]
OPTIONS
--log
save a log file in ~/.hybrid/logs/
--no-update
don't check for available updates on startup
--disable-updates
disable automatic updates
--enable-updates
enable automatic updates
--rollback
Switch back to the previous version if a backup is available.
This disables automatic updates. A backup of the currently installed version
is automatically saved in ~/.hybrid-bin/ when upgrading to a new version.
-h, --help
show usage information
-V, --version
show the current version and quitIf 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 rebootsudo add-apt-repository ppa:djcj/hybrid
sudo apt-get update
sudo apt-get install hybrid-vapoursynth-extensionPaketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
hybrid-vapoursynth-extension : Hängt ab von: vapoursynth-editor ist aber nicht installierbar
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.apt-cache search vapoursynthvapoursynth - frameserver for the 21st century
libvapoursynth-dev - frameserver for the 21st century - development files
vapoursynth-python3 - frameserver for the 21st century - Python 3 module
vspipe - pipe the output of a Vapoursynth script
vapoursynth-dbg - frameserver for the 21st century - debug symbols
vapoursynth-extra-plugins - Additional plugins for VapourSynth
vapoursynth-docs - frameserver for the 21st century - documentation
libvapoursynth - frameserver for the 21st century
libvapoursynth-script0 - frameserver for the 21st century - VSScript runtime
vapoursynth-waifu2x-models - model files for the waifu2x VapourSynth plugin
hybrid-vapoursynth-extension - Hybrid VapourSynth support
d2vwitch - MPEG 1/2 stream indexer-> 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-toolsCu 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 |