Stremio / stremio-shell

🐚 Qt5-based shell for Stremio; compile this to run the desktop app
GNU General Public License v3.0
522 stars 114 forks source link

Ubuntu 24.04 next release has no libmpv1 but libmpv2 #393

Open stdevPavelmc opened 4 months ago

stdevPavelmc commented 4 months ago

System: Linux Ubuntu 24.04 LTS (new develop branch) Error: libmpv1 not exist, they migrated to libmpv2

image

A search for libmpv results on this:

image

This refers to the .deb release on the homepage .

yusi1 commented 2 months ago

Same issue on Debian 12 Bookworm:

 ~/Downloads $ sudo dpkg -i stremio_4.4.168-1_amd64.deb
[sudo] password for yaslam:
Selecting previously unselected package stremio.
(Reading database ... 390153 files and directories currently installed.)
Preparing to unpack stremio_4.4.168-1_amd64.deb ...
Unpacking stremio (4.4.168-1) ...
dpkg: dependency problems prevent configuration of stremio:
 stremio depends on nodejs; however:
  Package nodejs is not installed.
 stremio depends on libmpv1 (>= 0.30.0); however:
  Package libmpv1 is not installed.
 stremio depends on qml-module-qtwebchannel (>= 5.9.5); however:
  Package qml-module-qtwebchannel is not installed.
 stremio depends on libfdk-aac2 (>= 2.0.2); however:
  Package libfdk-aac2 is not installed.

dpkg: error processing package stremio (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 stremio
 ✘ ~/Downloads $ sudo apt install nodejs libmpv1 qml-module-qtwebchannel libfdk-aac2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libmpv1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libmpv1' has no installation candidate
 ✘ ~/Downloads $
laserburn commented 2 months ago

Yup, definitely a problem. Now that new Ubuntu LTS is officially out, many will flock to it and discover that Stremio can't be installed. Must I polute the new Ubuntu 24.04 with flatpaks already? :(

gustavo-dotcom commented 1 month ago

Same issue here. Maybe launch Stremio as snap for Ubuntu?