summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2016-10-05upstream update, switch to system openjpeg2Gaetan Bisson
2016-07-09reduce package size: no CJK font, no static libGaetan Bisson
For a while the ever-increasing size of this package has been a real annoyance to me. It's a direct consequence of upstream's static-linking policy: common code and fonts are embedded into each individual binary. Ideally they would be built into a shared library which individual binaries would link against. However that's not trivial to achieve in our modest PKGBUILD. So in the meantime I tried to keep the package size under control with two slightly controversial tweaks: - static libraries are no longer provided - CJK fonts are no longer embedded I believe this keeps this package fit for nearly everyone's purpose and it brings its size down from 176 MB to 44 MB. Feel free to voice any concerns you might have, together with suggestions on alternative ways to keep this package manageable. Cheers.
2016-06-30use saner makeflagsGaetan Bisson
2016-04-21upstream update, install one binary, add curl depGaetan Bisson
2016-01-07upstream updateGaetan Bisson
2015-06-08initial commitGaetan Bisson