about summary refs log tree commit diff
path: root/pkgs/applications/graphics
AgeCommit message (Collapse)AuthorFilesLines
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski5-8/+8
appropriate, part 1: trivial cases
2023-08-03processing: unbreak on aarch64-linuxWeijia Wang1-3/+6
2023-08-03Merge pull request #246838 from sikmir/inkscapePol Dellaiera2-7/+45
inkscape: fix broken patching
2023-08-03Merge pull request #224682 from evan-goode/evan-goode/processingWeijia Wang1-4/+4
processing: 4.1.1 -> 4.2
2023-08-02inkscape: fix broken patchingNikolay Korotkiy2-7/+45
2023-08-02Merge pull request #246386 from hercules-ci/lib-getExe-dont-make-name-assumptionRobert Hensing2-0/+2
lib.getExe: Do not make assumptions about the main program
2023-08-01Merge pull request #246281 from alyaeanyx/xournalpp-1.2.0Nikolay Korotkiy1-3/+8
xournalpp: 1.1.3 -> 1.2.0
2023-08-01treewide: Add meta.mainProgramRobert Hensing1-0/+1
Based on ofborg feedback. Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-07-31treewide: Add meta.mainProgramRobert Hensing1-0/+1
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31imagemagick: 7.1.1-14 -> 7.1.1-15Robert Schütz1-2/+2
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-14...7.1.1-15
2023-07-31xournalpp: 1.1.3 -> 1.2.0alyaeanyx1-3/+8
2023-07-31Merge pull request #246053 from fgaz/vengi-tools/0.0.25Janik1-2/+2
2023-07-31vengi-tools: 0.0.24 -> 0.0.25Francesco Gazzetta1-2/+2
https://github.com/mgerhardy/vengi/releases/tag/v0.0.25 Diff: https://github.com/mgerhardy/vengi/compare/v0.0.24...v0.0.25
2023-07-30Merge pull request #243030 from doronbehar/pkg/ipeDoron Behar2-18/+4
ipe: 7.2.26 -> 7.2.27
2023-07-27Merge pull request #245526 from r-ryantm/auto-update/scantailor-advancedNick Cao1-2/+2
scantailor-advanced: 1.0.18 -> 1.0.19
2023-07-27Merge pull request #245612 from figsoda/attrRick van Schijndel1-3/+1
treewide: remove attrPath from nix-update-script calls
2023-07-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
2023-07-26Merge pull request #240105 from alyssais/hello-wayland-debugArtturi1-0/+2
2023-07-26scantailor-advanced: 1.0.18 -> 1.0.19R. Ryantm1-2/+2
2023-07-25Merge pull request #224068 from SomeoneSerge/respect-config-cudaSupportConnor Baker1-1/+1
Respect global config.cudaSupport
2023-07-25vipsdisp: 2.5.0 -> 2.5.1Gabriel Arazas1-2/+2
2023-07-24Merge pull request #241149 from MatthewCroughan/mc/glabels-qtSandro1-0/+31
2023-07-24glabels-qt: init at unstable-2021-02-06matthewcroughan1-0/+31
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-07-23Merge pull request #244952 from foo-dogsquared/update-vipsdispMario Rodas1-2/+2
vipsdisp: 2.4.1 -> 2.5.0
2023-07-23Merge pull request #245053 from figsoda/artemMario Rodas1-9/+11
artem: 1.2.1 -> 2.0.0
2023-07-23Merge pull request #243301 from krupkat/xpano-init-0.16.1Sandro2-0/+84
xpano: init 0.16.1
2023-07-23artem: 1.2.1 -> 2.0.0figsoda1-9/+11
Diff: https://github.com/finefindus/artem/compare/v1.2.1...v2.0.0 Changelog: https://github.com/finefindus/artem/blob/v2.0.0/CHANGELOG.md
2023-07-23imagemagick: 7.1.1-13 -> 7.1.1-14Robert Schütz1-2/+2
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-13...7.1.1-14
2023-07-23shotwell: 0.32.1 → 0.32.2Bobby Rong1-2/+2
https://gitlab.gnome.org/GNOME/shotwell/-/compare/shotwell-0.32.1...shotwell-0.32.2
2023-07-23vipsdisp: 2.4.1 -> 2.5.0Gabriel Arazas1-2/+2
2023-07-20oculante: 0.6.68 -> 0.6.69figsoda2-63/+50
Diff: https://github.com/woelper/oculante/compare/0.6.68...0.6.69 Changelog: https://github.com/woelper/oculante/blob/0.6.69/CHANGELOG.md
2023-07-20treewide: consume config.cudaSupport as requiredSomeone Serge1-1/+1
Eliminate uses of `config.cudaSupport or false` and alike, since the option is now declared in config.nix with a default value fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20Merge pull request #244191 from dotlambda/imagemagick-7.1.1-13Kerstin1-3/+3
imagemagick: 7.1.1-12 -> 7.1.1-13
2023-07-19Merge pull request #244393 from davisrichard437/masterNick Cao1-2/+2
gscreenshot: 3.4.0 -> 3.4.1
2023-07-18imagemagick: 7.1.1-12 -> 7.1.1-13Robert Schütz1-3/+3
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-12...7.1.1-13
2023-07-17Merge pull request #244088 from wineee/ppicNick Cao1-0/+2
pineapple-pictures: support wayland
2023-07-18pineapple-pictures: support waylandrewine1-0/+2
fix: Could not find the Qt platform plugin "wayland" in ""
2023-07-17gscreenshot: 3.4.0 -> 3.4.1davisrichard4371-2/+2
https://github.com/thenaterhood/gscreenshot/releases/tag/v3.4.1
2023-07-16Merge pull request #243824 from r-ryantm/auto-update/foxotronNick Cao1-2/+2
foxotron: 2023-02-23 -> 2023-07-16
2023-07-16xv: 4.1.1 -> 4.2.0Galen Huntington1-2/+2
2023-07-16foxotron: 2023-02-23 -> 2023-07-16R. Ryantm1-2/+2
2023-07-16Merge pull request #242171 from bcdarwin/update-f3dMario Rodas1-3/+4
f3d: 2.0.0 -> 2.1.0
2023-07-15Merge pull request #243723 from r-ryantm/auto-update/tesseract5Mario Rodas1-2/+2
tesseract5: 5.3.1 -> 5.3.2
2023-07-15tesseract5: 5.3.1 -> 5.3.2R. Ryantm1-2/+2
2023-07-15Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-07-14mandelbulber: 2.29 -> 2.30R. Ryantm1-2/+2
2023-07-14Merge master into staging-nextgithub-actions[bot]2-3/+59
2023-07-14Merge pull request #241545 from freyacodes/darktable-4.4.1Guillaume Girol1-3/+3
Darktable: 4.4.0 -> 4.4.1
2023-07-14Merge pull request #243347 from Kranzes/komorebiIlan Joselevich1-0/+56
komorebi: init at 2.2.1
2023-07-14xpano: init at 0.16.1Tomas Krupka2-0/+84