summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libimagequant (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib.systems: elaborate Rust metadata•••We need this stuff to be available in lib so make-derivation.nix can access it to construct the Meson cross file. This has a couple of other advantages: - It makes Rust less special. Now figuring out what Rust calls a platform is the same as figuring out what Linux or QEMU call it. - We can unify the schema used to define Rust targets, and the schema used to access those values later. Just like you can set "config" or "system" in a platform definition, and then access those same keys on the elaborated platform, you can now set "rustcTarget" in your crossSystem, and then access "stdenv.hostPlatform.rustcTarget" in your code. "rustcTarget", "rustcTargetSpec", "cargoShortTarget", and "cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because these are not exposed to code by the compiler, and are not standardized. The arch/os/etc. variables are all named to match the forms in the Rust target spec JSON. The new rust.target-family only takes a list, since we don't need to worry about backwards compatibility when that name is used. The old APIs are all still functional with no warning for now, so that it's possible for external code to use a single API on both 23.05 and 23.11. We can introduce the warnings once 23.05 is EOL, and make them hard errors when 23.11 is EOL. Alyssa Ross2023-11-091-5/+2
* libimagequant: 4.2.1 -> 4.2.2•••Diff: https://github.com/ImageOptim/libimagequant/compare/4.2.1...4.2.2 Mario Rodas2023-10-142-43/+14
* libimagequant: use rust.envVars for cargo-cAdam Joseph2023-09-261-2/+2
* libimagequant: 4.2.0 -> 4.2.1•••Diff: https://github.com/ImageOptim/libimagequant/compare/4.2.0...4.2.1 Mario Rodas2023-09-122-37/+37
* libimagequant: 4.1.1 -> 4.2.0•••https://github.com/ImageOptim/libimagequant/compare/4.1.1...4.2.0 Mario Rodas2023-05-012-33/+12
* rustPlatform.buildRustPackage: make auditable the defaultfigsoda2023-03-261-2/+0
* libimagequant: 4.1.0 -> 4.1.1Mario Rodas2023-03-102-55/+39
* libimagequant: add pillow as reverse dependency to passthru.testsMario Rodas2023-01-221-1/+5
* libimagequant: 2.17.0 -> 4.1.0Mario Rodas2023-01-222-7/+352
* libimagequant: 2.15.1 -> 2.17.0R. Ryantm2021-12-101-2/+2
* treewide: refactor isi686 && isx86_64 -> isx86Ryan Burns2021-11-201-1/+1
* Merge staging-next into staginggithub-actions[bot]2021-06-081-1/+1
|\
| * libimagequant: Disable SSE on non-X86 architecturesZhaofeng Li2021-06-081-1/+1
* | libimagequant: 2.14.1 -> 2.15.1R. RyanTM2021-05-231-2/+2
|/
* Merge staging-next into staginggithub-actions[bot]2021-03-061-0/+2
|\
| * libimagequant: fix cross compile to aarch64Sandro Jäckel2021-03-051-0/+2
* | libimagequant: 2.14.0 -> 2.14.1R. RyanTM2021-03-031-2/+2
|/
* libimagequant: 2.13.1 -> 2.14.0R. RyanTM2021-01-301-2/+2
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-2/+2
* libimagequant: 2.13.0 -> 2.13.1R. RyanTM2020-11-281-2/+2
* libimagequant: 2.12.6 -> 2.13.0R. RyanTM2020-11-031-2/+2
* libimagequant: 2.12.5 -> 2.12.6R. RyanTM2020-01-061-2/+2
* libimagequant: 2.12.3 -> 2.12.5•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libimagequant/versions R. RyanTM2019-08-041-2/+2
* libimagequant: 2.12.2 -> 2.12.3Mario Rodas2019-05-311-25/+22
* libimagequant: 2.12.1 -> 2.12.2•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libimagequant/versions R. RyanTM2018-11-091-2/+2
* libimagequant: add myself as maintainerSean Haugh2018-10-021-0/+1
* libimagequant: init at 2.12.1Sean Haugh2018-10-021-0/+28