dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

Debian Trixie - No libmpv #331

Open RetroZelda opened 4 months ago

RetroZelda commented 4 months ago

On debian trixie, starting will produce this error: supersonic: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory

it looks like debian trixie only has libmpv2 available

dweymouth commented 4 months ago

Maybe you can try the Flatpak release? That bundles the mpv lib and is the recommended way to install on Linux, unless your distro has a specific package. Or build it from source and it should link against your version of mpv.

dweymouth commented 4 months ago

Though if you build from source you might want to rewind to the 0.9.0 release tag as there is some unresolved weirdness on main right now with the new keyboard scrolling I'm working on