-
-
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
audiveris: init at 5.3.1 #282848
base: master
Are you sure you want to change the base?
audiveris: init at 5.3.1 #282848
Conversation
#272380 got merged, so you should adapt this (it should greatly simplify the code). See https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/gradle.section.md |
@chayleaf Full ACK. When I wrote the PR, I think (CC @FliegendeWurst) |
Build for platforms other than x64 Linux fails due to #365375.
Please mark as broken or fix the fetch invocation (I am not sure how to do that here..) |
Thanks for pointing this out. I wasn't aware of this kind of platform dependency, and it doesn't seem to be mentioned in the Trying your approach from #366098 now. |
Description of changes
Adding
Audiveris
, an open source OMR (optical music recognition) engine capable of generating MusicXML files from scanned music scores: https://audiveris.github.io/audiveris/This is my first attempt on a
gradle
-based package, so feel free to suggest improvements. By now, it's already usable, though.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.