-
Notifications
You must be signed in to change notification settings - Fork 697
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
Libvips #29
Libvips #29
Conversation
Completely missed that PR and was struggling to implement an APK for the first time :) Well, I've succeeded, but it seems have too many redundant packages in my own (https://gist.github.com/AVVS/c56026dee71f7aff29167532d2b96960). Can we get this into community repo and also bump libvips to 8.3.1 as the current version? |
seems like mozjpeg conflicts with libjpeg-turbo. They both provide same library file name
mozjpeg is designed for a special case while libjpeg-turbo is designed for more general purpose, so I don't think just replacing libjpeg-turbo with mozjpeg is a good idea. |
i pushed the package as |
Start 28: zproxy 28/30 Test #28: zproxy ...........................***Timeout 60.01 sec Start 29: zrex 29/30 Test #29: zrex ............................. Passed 0.00 sec Start 30: zsys 30/30 Test #30: zsys ............................. Passed 0.20 sec 97% tests passed, 1 tests failed out of 30 Total Test time (real) = 73.61 sec The following tests FAILED: 28 - zproxy (Timeout)
Builds
libvips
with various optional dependencies enabled. One of the optionally-enabled dependencies ismozjpeg
, which I've provided on its own in #28.