-
Notifications
You must be signed in to change notification settings - Fork 75
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
ARM Compatibility #50
Conversation
Form ARM compatibility
implementation(files("lavaplayer-natives-extra/lavaplayer-natives-extra-1.3.13.jar"))
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.
Why is this dependency provided as a file? Is it not available as a Maven artifact somewhere?
That was the tricky part...finding it. MrGazdag told me (via discord) that sedmelluq (lavaplayer developer) has been afk for quite a while... That must by why these files are missing from repos. I did a lot of searching, this was the best I could find. |
sedmelluq posted this:
But if you follow it, you get a 502 error. |
https://github.com/alexshcer/lavaplayer-natives-extra |
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.
This is nevertheless still not a good solution. I think I might publish the artifact myself and depend on it normally.
I had provided sedmelluq with the native files that he previously published in the lavaplayer-natives-extra and have republished it on bintray: 'com.github.aikaterna:lavaplayer-natives:original-SNAPSHOT' |
I added the lib dependencies that are needed for this to run on aarch64.