-
Notifications
You must be signed in to change notification settings - Fork 217
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
Compile against upstream librespot. #672
Conversation
This patch uses upstream dev branch in favor of Jason's fork. The dev branch merged cleanly into that fork, and there was no diff between the two trees. Fixes dtcooper#670 Fixes dtcooper#669
Looks good! Go ahead an yourself to the LICENSE file, and we'll merge! |
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.
Looks good, could you address the feedback? :)
I overlooked the fact that I had a previously checked out copy of librespot 0.4.2 in raspotify's directory. Therefore leading me to believe that I compiled against 0.5.0 when in fact I was not. Anyways, the updated PR builds against upstream |
LGTM. Merged and cutting a release. Hopefully it works! :) |
Cutting as v0.44.0. |
This patch uses upstream dev branch in favor of Jason's fork.
The dev branch merged cleanly into that fork, and there was no diff between the two trees.The commit trees for the fork and upstream diverge. Many commits won't merge because of conflicts. Some code seems similar on both sides. I have no idea about the potential breakage for downstream users, but the alternative is to leave it unmaintained. Hopefully everything works fine :-)
Fixes #670
Fixes #669