-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes #56050
Conversation
<< "/../../qutecsound/src/Examples/" | ||
- << "~/.local/share/qutecsound/Examples/" << "/usr/share/qutecsound/Examples/"; | ||
+ << "~/.local/share/qutecsound/Examples/" << "/usr/share/qutecsound/Examples/" | ||
+ << qApp->applicationDirPath() + "/../share/csoundqt/Examples/"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind sending this patch upstream also?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's already done and merged CsoundQt/CsoundQt#268
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you then please use fetchpatch
to acquire the patch from the upstream commit:
https://github.com/CsoundQt/CsoundQt/commit/09f2d515bff638cbcacb450979d66e273a59fdec.diff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't know about fetchpatch, thanks for letting me know, also read that it's the recommended way.
@veprbl you want me to squash and/or resolve the conflicts? |
@hlolli definitely resolve conflicts (preferably via rebase) and feel free to squash. |
… examplepath patch and simplified build
@GrahamcOfBorg build csound-qt python-qt |
Thanks! |
This is not being built on Hydra? I'm trying to understand why it keeps attempting to build aplha2 |
Ah sorry https://hydra.nixos.org/build/90579703 nevermind |
Motivation for this change
to my surprise csound-qt didn't actually install properly, so I changed some qmake paths and bumped the version. I changed which source files are added to include in python-qt, I can seperate this into two PR's if that's urgent.
Things done
Bumped and added new qtlib dep (xmlpatterns).
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)