-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Test branch for Android 7 #3321
Conversation
fcd8772
to
eb75f09
Compare
Compiled all packages except:
|
This was a problem on the master branch and has just been fixed there. |
@xeffyr what error(s) did you get for imagemagick? Something like
? |
Yes, I get this error. |
@xeffyr Alright, should be fixed with #3350. Is it okay if I force-push a rebased branch (https://github.com/Grimler91/termux-packages/tree/android-7-testing-rebased) or will that mess up bintray/gitlab-CI? |
@xeffyr Which error did you get for gst-plugins-good? It works for me on rebased branch for all arches |
@Grimler91 It's
|
Only force-push to protected branches will mess gitlab ci. I.e. master branch. |
5002fe1
to
ca82ad3
Compare
ca82ad3
to
dd5fe18
Compare
ac5e00f
to
0dcda5b
Compare
…, DT_VERNEEDNUM, DT_VERDEF, DT_VERDEFNUM
DT_RUNPATH will help mpv to find correct libraries. Unsetting of `LD_LIBRARY_PATH` still needed.
To fix problem with uploading package to Bintray. Previous one stucked with impossibility to upload i686 package and API failure.
d702c0d
to
e548abc
Compare
Now everything from packages/ (except pkgs with custom license) is available for installation from https://dl.bintray.com/xeffyr/android-7-packages. |
Further work will be done in https://github.com/termux/termux-packages/tree/android-7. |
A branch with minimal API level 24 to test some things before dropping Android 5/6 support.