about summary refs log tree commit diff
path: root/pkgs/tools/graphics/vips
AgeCommit message (Collapse)AuthorFilesLines
2024-03-16vips: 8.15.1 -> 8.15.2R. Ryantm1-2/+2
2023-12-30vips: 8.15.0 -> 8.15.1R. Ryantm1-2/+2
2023-11-12vips: 8.14.5 -> 8.15.0Anthony Roussel1-6/+6
https://github.com/libvips/libvips/releases/tag/v8.15.0 https://github.com/libvips/libvips/compare/v8.14.5...v8.15.0
2023-11-12vips: add passthru.tests.versionAnthony Roussel1-2/+8
2023-11-12vips: add passthru.updateScriptAnthony Roussel1-2/+8
2023-11-12vips: add anthonyroussel to maintainersAnthony Roussel1-1/+1
2023-11-12vips: fix meta.homepageAnthony Roussel1-1/+1
2023-11-12vips: add passthru.tests.pkg-configAnthony Roussel1-5/+10
2023-11-12vips: add meta.pkgConfigModulesAnthony Roussel1-0/+1
2023-11-11vips: add mainProgramPeter Hoeg1-0/+1
2023-10-01vips: 8.14.4 -> 8.14.5R. Ryantm1-2/+2
2023-08-27vips: 8.14.3 -> 8.14.4R. Ryantm1-2/+2
2023-07-23vips: 8.14.2 -> 8.14.3R. Ryantm1-2/+2
2023-07-13vips: Allow building without imagemagick supportadisbladis1-3/+4
2023-07-12vips: Add cgifadisbladis1-1/+2
2023-07-12vips: build PNG support using libspng instead of libpngadisbladis1-3/+2
This has better performance and is the upstream libvips preferred option.
2023-03-24vips: 8.14.1 -> 8.14.2R. Ryantm1-2/+2
2023-02-06vips: don't build gtk_doc on DarwinRobert Schütz1-3/+5
Otherwise the build hangs.
2023-02-06vips: 8.13.3 -> 8.14.1Robert Schütz1-3/+3
Diff: https://github.com/libvips/libvips/compare/v8.13.3...v8.14.1 Changelog: https://github.com/libvips/libvips/blob/v8.14.1/ChangeLog
2023-02-06vips: Switch to MesonJan Tojnar1-6/+14
Meson is the preferred build system since 8.13.
2022-11-02vips: 8.13.2 -> 8.13.3R. Ryantm1-2/+2
2022-09-30vips: 8.13.0 -> 8.13.2R. Ryantm1-2/+2
2022-08-07vips: 8.12.2 -> 8.13.0R. Ryantm1-2/+2
2022-05-23treewide: extraPostFetch -> postFetchArtturin1-1/+1
2022-01-28vips: 8.12.1 -> 8.12.2R. Ryantm1-2/+2
2021-12-22vips: 8.11.4 -> 8.12.1R. Ryantm1-2/+2
2021-10-28vips: 8.11.3 -> 8.11.4R. Ryantm1-2/+2
2021-08-22vips: Add optional dependencies; update to python3Robert Kovacsics1-27/+46
The new optional dependencies increase closure size from 388.92 MiB to 414.0 MiB, a negligible change. I didn't think there was any reason to add `withLibjpeg ? true` flags (or `enableLibjpeg`). The optional dependencies are sorted in the order of https://github.com/libvips/libvips/blob/master/README.md and I have used `nix log` on the build to check they are all picked up in configure. The python3 support was in for ages (https://github.com/libvips/libvips/issues/202), the remaining python3 support in tools/vipsprofile landed in https://github.com/libvips/libvips/pull/1262 so I upgraded it to python3. I wasn't sure if I should use a specific version, or just leave it as python3. I have tested vipsprofile with ``` ./vips-pycairo-bin/bin/vips gaussblur ~/2021-04-30-092143_3286x1080_scrot.png x.tif 5 --vips-profile ./vips-pycairo-bin/bin/vipsprofile ``` where ~/2021-04-30-092143_3286x1080_scrot.png is just a random image (screenshot) I had lying around. It seems to have generated an SVG file, I don't know how to interpret it.
2021-08-21vips: 8.11.2 -> 8.11.3R. RyanTM1-2/+2
2021-08-14vips: 8.10.6 -> 8.11.2R. RyanTM1-2/+2
2021-05-11vips: fix darwinRobert T. McGibbon1-1/+2
2021-04-26vips: 8.10.5 -> 8.10.6R. RyanTM1-2/+2
2021-02-11vips: 8.10.2 -> 8.10.5R. RyanTM1-2/+2
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
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-25vips: add librsvg dependencyChris Forno1-0/+2
Some vips operations on SVG files require librsvg.
2020-11-12vips: 8.10.1 -> 8.10.2R. RyanTM1-2/+2
2020-09-27vips: 8.10.0 -> 8.10.1R. RyanTM1-2/+2
2020-08-12vips: 8.9.2 -> 8.10.0R. RyanTM1-2/+2
2020-05-10vips 0.8.2ccellado1-12/+6
2020-03-04vips: split into multiple outputsJan Tojnar1-0/+2
2020-03-04vips: propagate glibJan Tojnar1-0/+5
The .pc file has gobject-2.0 in Requires
2020-03-04vips: do not run configure twiceJan Tojnar1-1/+11
2020-03-04vips: clean upJan Tojnar1-13/+45
2020-02-06vips: 8.9.0 -> 8.9.1R. RyanTM1-2/+2
2020-01-26vips: 8.8.4 -> 8.9.0R. RyanTM1-2/+2
2019-12-09vips: 8.8.3 -> 8.8.4R. RyanTM1-2/+2
2019-09-29vips: 8.8.1 -> 8.8.3R. RyanTM1-2/+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/vips/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname