about summary refs log tree commit diff
path: root/pkgs/tools/graphics/gifski
AgeCommit message (Collapse)AuthorFilesLines
2024-04-24maintainers: drop marsamMario Rodas1-1/+1
2024-02-22gifski: 1.13.1 -> 1.14.4Mario Rodas2-134/+185
Diff: https://github.com/ImageOptim/gifski/compare/1.13.1...1.14.4 Changelog: https://github.com/ImageOptim/gifski/releases/tag/1.14.4
2023-11-29gifski: fix versionfigsoda1-2/+3
2023-11-28gifski: 1.13.0 -> 1.31.1figsoda2-3/+8
Diff: https://github.com/ImageOptim/gifski/compare/1.13.0...1.31.1 Changelog: https://github.com/ImageOptim/gifski/releases/tag/1.31.1
2023-10-24gifski: 1.12.2 -> 1.13.0Christina Sørensen2-55/+74
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-24gifski: 1.11.0 -> 1.12.2figsoda2-188/+123
Diff: https://github.com/ImageOptim/gifski/compare/1.11.0...1.12.2 Changelog: https://github.com/ImageOptim/gifski/releases/tag/1.12.2
2023-08-07gifski: fix tests by running them in debug modeTheodore Ni1-3/+11
2023-06-20gifski: enable video supportlunik11-1/+11
2023-05-02gifski: 1.10.3 -> 1.11.0, add figsoda as a maintainerfigsoda2-100/+156
Diff: https://github.com/ImageOptim/gifski/compare/1.10.3...1.11.0 Changelog: https://github.com/ImageOptim/gifski/releases/tag/1.11.0
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-1/+821
2023-03-19gifski: 1.10.0 -> 1.10.3R. Ryantm1-3/+3
2023-01-29gifski: 1.9.0 -> 1.10.0R. Ryantm1-3/+3
2023-01-22gifski: 1.8.0 -> 1.9.0R. Ryantm1-3/+3
2022-11-14gifski: 1.7.2 -> 1.8.0R. Ryantm1-3/+3
2022-08-30gifski: 1.7.1 -> 1.7.2R. Ryantm1-3/+3
2022-08-20gifski: 1.7.0 -> 1.7.1Mario Rodas2-17/+3
https://github.com/ImageOptim/gifski/releases/tag/1.7.1
2022-07-30gifski: 1.6.4 -> 1.7.0Mario Rodas2-5/+21
https://github.com/ImageOptim/gifski/releases/tag/1.7.0
2022-05-29treewide: pkgs/tools: mark broken for darwinRick van Schijndel1-1/+2
All packages that were failing on x86_64-darwin are marked broken. I'm assuming here that these are also broken on aarch64-darwin.
2022-01-24gifski: 1.6.1 -> 1.6.4R. Ryantm1-3/+3
2022-01-11gifski: 1.5.1 -> 1.6.1R. Ryantm1-3/+3
2021-12-11gifski: 1.4.3 -> 1.5.1R. Ryantm1-3/+3
2021-04-28gifski: 1.4.0 -> 1.4.3R. RyanTM1-3/+3
2021-05-08treewide: fix cargoSha256/cargoHashDaniël de Kok1-1/+1
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
2021-02-16gifski: 1.3.3 -> 1.4.0R. RyanTM1-3/+3
2021-02-06gifski: 1.3.1 -> 1.3.3R. RyanTM1-3/+3
2021-01-29gifski: 1.2.6 -> 1.3.1R. RyanTM1-3/+3
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-18gifski: 1.2.4 -> 1.2.6R. RyanTM1-3/+3
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-11gifski: 1.2.2 -> 1.2.4R. RyanTM1-3/+3
2020-10-18gifski: 1.2.0 -> 1.2.2R. RyanTM1-3/+3
2020-08-10gifski: 0.10.4 -> 1.2.0R. RyanTM1-3/+3
2020-04-16gifski: 0.10.2 -> 0.10.4R. RyanTM1-3/+3
2020-02-21gifski: 0.9.1 -> 0.10.2Benjamin Hipple1-7/+4
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2019-09-25gifski: 0.8.7 -> 0.9.1worldofpeace1-3/+3
2019-08-31treewide: name -> pname (#67513)volth1-1/+1
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross1-1/+1
A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
2019-03-11gifski: init at 0.8.7Mario Rodas1-0/+24