summary refs log tree commit diff
path: root/pkgs/applications/graphics/image_optim
Commit message (Collapse)AuthorAge
* image_optim: 0.31.1 -> 0.31.3kilianar2023-02-26
| | | | https://github.com/toy/image_optim/releases/tag/v0.31.3
* image_optim: add oxipng, fix optional workerskilianar2023-02-26
| | | | | | | | | | | Support for [oxipng](https://github.com/shssoichiro/oxipng) was added with [version 0.31.0](https://github.com/toy/image_optim/blob/master/CHANGELOG.markdown#v0310-2021-10-03). So we add `oxipng` as an optional dependency. If some optional workers are disabled `image_optim` fails with an error message like: ``` Bin resolving errors: pngout worker: `pngout` not found; please provide proper binary or disable this worker (--no-pngout argument or `:pngout => false` through options) ``` To fix the problem the flag `--no-program` is added while wrapping if the worker `program` is disabled.
* treewide: bundlerApp makeWrapper buildInputs -> nativeBuildInputsArtturin2022-08-14
| | | | | the docs for bundlerApp used to have makeWrapper in buildInputs but it has been corrected already
* image_optim: 0.26.3 -> 0.31.1kilianar2022-06-17
|
* Merge pull request #171836 from ncfavier/escape-wrapper-argsThiago Kenji Okada2022-05-12
|\ | | | | Fix wrapper arguments escaping
| * image_optim: fix wrapper arguments escapingNaïm Favier2022-05-06
| |
* | image_optim: remove useless nullsArtturin2022-05-10
|/
* treewide: add final newlinezowoq2021-01-22
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* update versions in Gemfile.lockMichael Fellinger2020-04-06
|
* bundlerUpdateScript: init and use (#64822)Nick Novitski2019-07-22
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* image_optim: refactorSerhii Khoma2019-03-17
|
* image_optim: init at 0.26.3Serhii Khoma2019-03-17