figsoda
f323c37700
Merge pull request #245401 from figsoda/unused-1
2023-07-26 12:01:25 -04:00
pacien
f747a635d6
ldgallery: drop package
...
This removes 'ldgallery' from nixpkgs.
It remains available through the Nix Flake provided by ldgallery.
The package of its "compiler" part was already marked as broken due to
dependencies having gone out of sync with the rest of the Haskell
packages.
The package of its "viewer" part also got out of sync due to changes
in JS dependency manager.
2023-07-26 01:44:35 +02:00
Connor Baker
495875182e
Merge pull request #224068 from SomeoneSerge/respect-config-cudaSupport
...
Respect global config.cudaSupport
2023-07-25 14:18:14 -04:00
figsoda
aa9d49bbd2
pkgs/tools/graphics: remove dead code
2023-07-25 11:04:11 -04:00
Pol Dellaiera
8c82245e29
Merge pull request #194082 from dit7ya/dnglab
...
dnglab: init at 0.5.0
2023-07-25 03:12:25 +02:00
R. Ryantm
94aaa919d9
vips: 8.14.2 -> 8.14.3
2023-07-23 15:24:04 +00:00
figsoda
d217eca58d
smartcrop: init at unstable-2023-03-16
...
https://github.com/muesli/smartcrop
2023-07-21 10:07:27 -04:00
Evan Richter
e36cfd8916
maskromtool: 2023-06-17 -> 2023-07-20
2023-07-20 21:26:26 -05:00
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
...
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-20 18:08:19 +03:00
Someone Serge
bf9e6fe9b8
tree-wide: rm cudaSupport ? false
formal parameters
...
'cudaSupport ? false' -> 'cudaSupport ? config.cudaSupport or false' to respect global defaults
Packages expressions that take `cudaSupport ? false` are likely to
ignore `config.cudaSupport`. Instead, we want them to make `cudaSupport`
a required argument, or to explicitly refer to `config`
2023-07-20 17:27:07 +03:00
Weijia Wang
3fa49138c9
Merge pull request #244307 from wegank/ueberzugpp-bump
...
ueberzugpp: 2.8.8 -> 2.8.9
2023-07-19 13:55:13 +03:00
Weijia Wang
c0a57ce34f
ueberzugpp: 2.8.8 -> 2.8.9
2023-07-19 13:13:41 +03:00
Henner Zeller
42ebc1025a
timg: 1.5.0 -> 1.5.1
...
Release notes:
https://github.com/hzeller/timg/releases/tag/v1.5.1
2023-07-16 17:28:29 -07:00
adisbladis
1b7241dd2a
Merge pull request #243197 from adisbladis/vips-no-magick
...
vips: Allow building without imagemagick support
2023-07-16 14:19:17 +12:00
github-actions[bot]
781017eaf1
Merge master into staging-next
2023-07-14 12:01:45 +00:00
Nick Cao
2a59d43096
Merge pull request #241437 from dasisdormax/astc-encoder-update-4.5.0
...
astc-encoder: 4.4.0 -> 4.5.0
2023-07-14 00:03:18 -06:00
github-actions[bot]
469798d2dd
Merge master into staging-next
2023-07-14 06:01:28 +00:00
Nick Cao
0e75cf5088
Merge pull request #243287 from wineee/qrcode
...
qrcode: unstable-2016-08-04 -> unstable-2022-01-10
2023-07-13 23:58:53 -06:00
rewine
1aea47f678
qrcode: unstable-2016-08-04 -> unstable-2022-01-10
2023-07-13 22:50:20 +08:00
Vladimír Čunát
c77a0a323a
Merge branch 'master' into staging-next
2023-07-13 08:30:35 +02:00
adisbladis
91837d49fd
vips: Allow building without imagemagick support
2023-07-13 15:44:09 +12:00
adisbladis
0c6070c15e
vips: Add cgif
2023-07-12 20:24:16 +12:00
adisbladis
d1ef125f13
cgif: init at 0.3.2
2023-07-12 20:18:25 +12:00
adisbladis
e5aa87f731
vips: build PNG support using libspng instead of libpng
...
This has better performance and is the upstream libvips preferred option.
2023-07-12 20:07:19 +12:00
github-actions[bot]
8e15f4621a
Merge master into staging-next
2023-07-11 00:02:57 +00:00
Felix Buehler
f93ea48c58
findimagedupes: drop
2023-07-10 17:00:11 -03:00
github-actions[bot]
9105ae569b
Merge master into staging-next
2023-07-10 12:01:17 +00:00
Pol Dellaiera
b9ebd80c7d
Merge pull request #242418 from hzeller/20230708-timg-update
...
timg: 1.4.5 -> 1.5.0
2023-07-10 11:31:20 +02:00
github-actions[bot]
c60d48234a
Merge master into staging-next
2023-07-09 12:01:18 +00:00
Henner Zeller
8859693cf4
timg: 1.4.5 -> 1.5.0
...
Sixel support; faster compression of graphic protocols.
https://github.com/hzeller/timg/releases/tag/v1.5.0
Signed-off-by: Henner Zeller <h.zeller@acm.org>
2023-07-08 22:32:01 -07:00
R. Ryantm
93d9c279dc
vkbasalt: 0.3.2.9 -> 0.3.2.10
2023-07-08 21:32:22 +00:00
Maximilian Wende
39762cefc6
astc-encoder: 4.4.0 -> 4.5.0
2023-07-04 09:58:48 +02:00
github-actions[bot]
afae8eadb8
Merge staging-next into staging
2023-07-03 12:01:45 +00:00
Lily Foster
98f2ff08e3
gmic-qt: 3.2.5 -> 3.2.6
2023-07-03 03:54:53 -04:00
Weijia Wang
038455bb36
Merge pull request #240953 from r-ryantm/auto-update/gmic
...
gmic: 3.2.5 -> 3.2.6
2023-07-03 10:32:03 +03:00
Ellie Hermaszewska
16cc937db4
Merge pull request #237305 from remexre/fix-vulkan-extension-layer
...
vulkan-extension-layer: fix setup hook when XDG_DATA_DIRS unset
2023-07-03 14:55:44 +08:00
github-actions[bot]
f5a8109c46
Merge staging-next into staging
2023-07-02 00:03:47 +00:00
Emily
3dc2753970
Merge pull request #240767 from doronbehar/pkg/enblend-enfuse
...
enblend-enfuse: use fetchhg instead of sourceforge snapshots
2023-07-01 23:19:42 +02:00
Jan Tojnar
ff15350944
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/development/libraries/nss/generic.nix
fa93045a5b
adds `< 3.91` conjunct for the `remove-c25519-support.patch` condition
bb53634671
removes the ≥ 3.90 condition for the `remove-c25519-support.patch` since nss < 3.90 is no longer provided
2023-07-01 20:11:04 +02:00
R. Ryantm
b3dceb7b37
gmic: 3.2.5 -> 3.2.6
2023-07-01 17:33:22 +00:00
R. RyanTM
e8f97f0ff1
gifsicle: 1.93 -> 1.94 ( #240801 )
2023-07-01 10:37:03 +02:00
Doron Behar
62dddab336
enblend-enfuse: use fetchhg instead of sourceforge snapshots
...
See also discussion at:
https://github.com/NixOS/nixpkgs/pull/239140#discussion_r1248079360
2023-06-30 20:53:17 +03:00
github-actions[bot]
36acc4f99b
Merge staging-next into staging
2023-06-30 12:02:06 +00:00
Weijia Wang
f126023168
Merge pull request #240609 from r-ryantm/auto-update/netpbm
...
netpbm: 11.2.0 -> 11.3.0
2023-06-30 14:46:12 +03:00
github-actions[bot]
f6242f9557
Merge staging-next into staging
2023-06-30 00:03:00 +00:00
R. Ryantm
50ebee7c49
netpbm: 11.2.0 -> 11.3.0
2023-06-29 21:24:12 +00:00
R. Ryantm
d7474a3a1c
graphviz: 7.1.0 -> 8.0.5
2023-06-29 07:22:59 +00:00
Weijia Wang
1babaa8a05
gfxreconstruct: set platforms
2023-06-29 10:18:26 +03:00
R. Ryantm
7b4b3ef3de
gfxreconstruct: 0.9.18 -> 1.0.0
2023-06-28 17:21:51 +00:00
Mario Rodas
ef1e57456f
resvg: 0.34.1 -> 0.35.0
...
Diff: https://github.com/RazrFalcon/resvg/compare/v0.34.1...v0.35.0
Changelog: https://github.com/RazrFalcon/resvg/raw/v0.35.0/CHANGELOG.md
2023-06-27 04:20:00 +00:00