Issue #2287
closedmat2: upstream the ability to keep zip compression level
100%
Updated by Denis 'GNUtoo' Carikli over 3 years ago
I didn't find a way to run a script that creates bootanimation zip files from an svg file in Android.mk
Because of that I resorted to making the bootanimation zip reproducible and easily verifiable and I included the reproducible zip files directly instead.
To do that fast, I used mat2, but mat2 changes the compression level of the zip files and Android doesn't accept compressed zip files for the bootanimation zip.
So I've asked mat21 if they would accept a patch to keep the compression level.
Assuming that the zip compression is the same for all files, the implementation looks relatively easy to do (it's probably easier than making the zip operation reproducible without mat2).
1 bug #160
Updated by Denis 'GNUtoo' Carikli over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Upstream patch status changed from Work not started to Patches accepted
The code is now upstream: https://0xacab.org/jvoisin/mat2/-/commit/1703ed6ebbe2552990fb847d5fd5dde1d0382a37
Updated by Denis 'GNUtoo' Carikli 12 months ago
- Assignee set to Denis 'GNUtoo' Carikli