stremio-shell
stremio-shell copied to clipboard
Fix deb package to support Ubuntu 22.04
In Ubuntu 22.04, the package cannot be properly installed without manually downloading some extra packages from previous Ubuntu versions. I identified the following as the issues that need to be addressed in order to fully support Ubuntu 22.04:
- The package does not declare
libssl1.1as a dependency, but when trying to run it, it fails with:
stremio: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
- The package
libssl1.1was upgraded tolibssl3. - The package
libfdk-aac1was upgraded tolibfdk-aac2(I installed the newer version of this library and it seemed to work without issues).
Stremio shell is opensource, feel free to make PR that will fix deb package i think all needed files are here https://github.com/Stremio/stremio-shell/tree/master/distros/Ubuntu
OK, I'll give it a try, but I'm not sure I have the technical knowledge to do so.
I'd like to see this fixed as well.
And a new release... 4.4 is 2 years old 😱
Still not working, does someone work on the issue?
Hey everyone, I think I might have solved the issue. All it took was some tweaking on package.sh so it would include libfdk-aac2 from the latest Ubuntu mirrors. I drafted a PR in case this gets approved.