-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
minitube: 2.4 -> 2.9 #39977
minitube: 2.4 -> 2.9 #39977
Conversation
Version 2.9 is based on QT5 (with a much better interface) and requires additionally the dependencies `qtbase`, `qtdeclarative` and `qttools`. Furthermore the `QT_PLUGIN_PATH` had to be altered, however the `phonon-backend` contains versioned paths, so we provide the plugin path that matches the QT version used to build this package. See NixOS#33248
When I build and run this locally, it seems to work fine but I get these error messages:
The second one is probably not related to this package, but the first one might be. |
@xeji I get the |
The first error seems to be generated here in the source but I don't know anything else about it. |
Failure on aarch64-linux (full log) Attempted: minitube Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: minitube Partial log (click to expand)
|
@xeji did you encounter any issues while using this package? I tried playing around with it a bit and besides the probably unrelated Interestingly enough the qt4 variant (v2.4) broke for me with the following errors:
I'm unfortunately unable to estimate how serious the error is you described, so I'm unsure if we should merge for now or try further investigation (in case the application is unusable for you) :-) |
Seems to work just fine here, and the first error has disappeared too. Looks like it was caused by a nonexisting file |
Motivation for this change
Version 2.9 is based on QT5 (with a much better interface) and requires
additionally the dependencies
qtbase
,qtdeclarative
andqttools
.Furthermore the
QT_PLUGIN_PATH
had to be altered, however thephonon-backend
contains versioned paths, so we provide the plugin paththat matches the QT version used to build this package.
See #33248
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)