Commit graph

2655 commits

Author SHA1 Message Date
Weijia Wang d37313c21f
Merge pull request #248799 from eclairevoyant/grim
grim: add meta.mainProgram and other cleanup
2023-08-13 18:41:32 +02:00
éclairevoyant ead60eb8b9
grim: add meta.mainProgram and other cleanup 2023-08-12 20:01:06 -04:00
Sergei Trofimovich d97e83ff6f mangohud: backport gcc-13 fix
Without the change the build fails on `gcc-13` as:

    $ nix build --impure --expr 'with import ./. {}; mangohud.override { stdenv = gcc13Stdenv; }' -L

    mangohud> In file included from ../tests/../src/amdgpu.h:8,
    mangohud>                  from ../tests/test_amdgpu.cpp:9:
    mangohud> ../tests/../src/overlay_params.h:229:21: error: 'uint32_t' is not a member of 'std'; did you mean 'wint_t'?
    mangohud>   229 |    std::vector<std::uint32_t> fps_limit;
    mangohud>       |                     ^~~~~~~~
    mangohud>       |                     wint_t
2023-08-12 22:21:58 +01:00
Jan Malakhovski 591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
Robert Scott 87cb27df44
Merge pull request #248044 from r-ryantm/auto-update/netpbm
netpbm: 11.3.0 -> 11.3.2
2023-08-10 22:07:12 +01:00
Norbert Melzer 1e99c8aa4c
Merge pull request #248301 from NobbZ/scrot-meta-main 2023-08-10 09:51:25 +02:00
Norbert Melzer 1d56cde48b scrot: provide meta.mainProgram 2023-08-10 08:56:51 +02:00
R. Ryantm 11cb8539dc dpic: 2023.02.01 -> 2023.06.01 2023-08-10 03:56:28 +00:00
Weijia Wang f6b85728fb ueberzugpp: 2.8.9 -> 2.9.0 2023-08-09 12:43:33 +02:00
R. Ryantm 778508d0ec netpbm: 11.3.0 -> 11.3.2 2023-08-08 23:36:42 +00:00
Theodore Ni 44dddc3f18
gifski: fix tests by running them in debug mode 2023-08-07 18:28:51 -07:00
Jan Malakhovski 5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
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