2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-08-05 10:52:48 by pin | Files touched by this commit (1) |
Log message:
graphics/oxipng: simplify Makefile
|
2021-07-12 17:03:54 by pin | Files touched by this commit (3) | |
Log message:
graphics/oxipng: update to 5.0.0
-[Breaking] Bump minimum Rust version to 1.46.0
-[Bugfix] Avoid many panics that may occur on broken files
-[Bugfix] Fix race condition that may cause tests to fail
-[Performance] Optimizations to unfiltering and copying
-[Feature] Add --ng option to skip grayscale reduction
-[Feature] Also preserve timestamps when using --preserve
-[Misc] Bump crc to 2.x
|
2021-07-05 11:09:23 by pin | Files touched by this commit (1) |
Log message:
graphics/oxipng: reclaim maintainership
|
2021-04-24 21:52:59 by pin | Files touched by this commit (1) |
Log message:
graphics/oxipng: reset maintainer
|
2021-01-29 12:39:38 by pin | Files touched by this commit (5) |
Log message:
graphics/oxipng: import package
Oxipng is a multithreaded lossless PNG compression optimizer. It can be used
via a command-line interface or as a library in other Rust programs.
It began as a complete rewrite of the OptiPNG project with the core goal of
implementing multithreading, which would be very difficult to do within the
existing C codebase of OptiPNG.
|