-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add missing dependency in debian package #704
Conversation
Razuuu
commented
Sep 7, 2023
- fixes Missing dependency in debian package #703
It is kind of weird that it works fine on Ubuntu without libmpv2 or it's installed alongside mpv |
I can't explain lol |
On fully updated Ubuntu 22.04.3 LTS:
Of course there is no libmpv2 on Ubuntu 22.04.3 only libmpv1 Indeed installing without the deps seems to work anyway: dpkg -i --ignore-depends=libmpv2 spotube.deb I guess the issue can be resolved by adding
|
@acesabe yes yes you're right |
@Razuuu can you add |
I'm at work, i will do it this evening. |
Thanks 👍 |
Package can't be found via apt
I will do a commit that adds libmpv1 for ubuntu-based systems |
https://github.com/Razuuu/spotube/commit/e5e42bcd49c4fadc9b78c2c6f9168f39a18d7064 i reordered to make the *1 package be the first one |
* chore: fill missing translations * chore: vscode filenesting * fix: add missing dependency in debian package * fixes KRTirtho#703 --------- Co-authored-by: Kingkor Roy Tirtho <[email protected]>
* chore: fill missing translations * chore: vscode filenesting * fix: add missing dependency in debian package * fixes KRTirtho#703 --------- Co-authored-by: Kingkor Roy Tirtho <[email protected]>
* chore: fill missing translations * chore: vscode filenesting * fix: add missing dependency in debian package * fixes KRTirtho#703 --------- Co-authored-by: Kingkor Roy Tirtho <[email protected]>
@Razuuu you've to create a new PR for new changes |