Commit Graph

6435 Commits

Author SHA1 Message Date
Pascal Bach
48dbdff7aa
Merge pull request #294710 from Scrumplex/pkgs/gimp-plugin-gap/fix-build
gimpPlugins.gap: 2.6.0 -> 2.6.0-unstable-2023-05-20
2024-03-11 21:43:24 +01:00
Pol Dellaiera
54c52cb276
Merge pull request #294334 from ShamrockLee/sourceroot-fix
treewide: fix hard-coded `sourceRoot` prefix for `fetchgit`-based `src`
2024-03-11 16:50:57 +01:00
Weijia Wang
0797005429
Merge pull request #275111 from 2xsaiko/outgoing/gnustep
gnustep: replace custom builder with hooks
2024-03-11 12:09:54 +01:00
Sefa Eyeoglu
6814bef1ed
gimpPlugins.gap: 2.6.0 -> 2.6.0-unstable-2023-05-20
Fixes https://github.com/NixOS/nixpkgs/issues/294707

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-03-10 12:57:45 +01:00
Nikolay Korotkiy
ec30688223 xournalpp: 1.2.2 → 1.2.3 2024-03-10 10:47:48 +01:00
Anderson Torres
b325f74ce6 freecad: migrate to by-name 2024-03-09 14:30:50 -03:00
Anderson Torres
f88b0e47f0 freecad: prepare migration to by-name
- change libsForQt5.callPackage to callPackage
- bring the libsForQt5 and python3Packages into the scope of expression
2024-03-09 13:38:32 -03:00
Nick Cao
03ae80118a
Merge pull request #294326 from dotlambda/rnote-0.10.1
rnote: 0.10.0 -> 0.10.1
2024-03-09 10:55:37 -05:00
Yueh-Shun Li
91b3db1309 treewide: fix sourceRoot for fetchgit-based src
According to Nixpkgs manual[1] and NixOS 23.11 Release Note[2], the
`sourceRoot` attribute passed to `stdenv.mkDerivation` should be
specified as `"${src.name}"` or `"${src.name}/subdir"` when `src` is
produced using `fetchgit`-based fetchers.

`sourceRoot = "source"` or `sourceRoot = "source/subdir"` is based on
the assumption that the `name` attribute of these pre-unpacked fetchers
are always `"source"`, which is not the case. Expecting constant `name`
also makes the source FODs prone to irrelevent hashes during version
bumps.

[1]: https://nixos.org/manual/nixpkgs/unstable/#var-stdenv-sourceRoot
[2]: https://nixos.org/manual/nixos/stable/release-notes#sec-release-23.11
2024-03-09 07:53:25 +08:00
Weijia Wang
9c9d49433f
Merge pull request #282378 from eclairevoyant/digikam
digikam: move to `pkgs/by-name`, 8.1.0 -> 8.2.0
2024-03-08 20:26:13 +01:00
Robert Schütz
a6d13f2867 rnote: 0.10.0 -> 0.10.1
Diff: https://github.com/flxzt/rnote/compare/v0.10.0...v0.10.1

Changelog: https://github.com/flxzt/rnote/releases/tag/v0.10.1
2024-03-08 09:24:43 -08:00
a-n-n-a-l-e-e
89d56ddd5b
Merge pull request #294222 from donovanglover/pqiv/maintainer
pqiv: add myself as maintainer
2024-03-08 03:57:27 -08:00
Vladimír Čunát
335c734226
Merge #292500: staging-next 2024-03-01 2024-03-08 12:35:06 +01:00
Donovan Glover
852e541b55
pqiv: migrate to by-name 2024-03-08 00:51:52 -05:00
Anderson Torres
5699760278 nomacs: migrate to by-name 2024-03-07 22:28:19 -03:00
Anderson Torres
af2f0e7989 nomacs: 3.17.2287 -> 3.17.2295 2024-03-07 22:28:19 -03:00
Anderson Torres
48b72555c1 nomacs: quick&dirty fix for Darwin 2024-03-07 22:28:19 -03:00
Anderson Torres
c9ba5272c5 nomacs: refactor
- get rid of libsForQt5.callPackage
- finalAttrs design pattern to get rid of rec
- set src.fetchSubmodules to false (to avoid vendoring)
- split outputs
- sourceRoot
- meta
  - changelog
  - longDescription
  - mainProgram
- add AndersonTorres to maintainers
2024-03-07 22:28:19 -03:00
github-actions[bot]
590e65a7b3
Merge master into staging-next 2024-03-07 12:01:24 +00:00
Weijia Wang
2143d0e35c
Merge pull request #286591 from r-ryantm/auto-update/hydrus
hydrus: 559 -> 564
2024-03-07 10:32:43 +01:00
Weijia Wang
74af5a0a38
Merge pull request #286657 from r-ryantm/auto-update/yacreader
yacreader: 9.13.1 -> 9.14.2
2024-03-07 10:29:08 +01:00
Weijia Wang
29ba50607f
Merge pull request #287546 from r-ryantm/auto-update/lightburn
lightburn: 1.5.00 -> 1.5.02
2024-03-07 09:40:40 +01:00
github-actions[bot]
8a8a630460
Merge master into staging-next 2024-03-06 18:01:19 +00:00
Sergei Trofimovich
913fb1519c yacreader: add mainProgram 2024-03-05 22:28:48 +00:00
R. Ryantm
35cd53e411 hydrus: 559 -> 564 2024-03-05 19:07:43 +00:00
github-actions[bot]
2be10cb1a0
Merge master into staging-next 2024-03-05 12:01:17 +00:00
Francesco Gazzetta
6ffb3618ea
Merge pull request #289980 from fgaz/treewide/fgaz-finalAttrs
treewide: use finalAttrs in packages maintained by @fgaz
2024-03-05 11:05:28 +01:00
Doron Behar
fadc8b7bbe
Merge pull request #293386 from r-ryantm/auto-update/pdfcpu
pdfcpu: 0.6.0 -> 0.7.0
2024-03-05 11:45:59 +02:00
Francesco Gazzetta
9532f335d6 vengi-tools: use finalAttrs pattern 2024-03-05 09:50:11 +01:00
Francesco Gazzetta
7e61e18de8 goxel: use finalAttrs pattern 2024-03-05 09:50:11 +01:00
Francesco Gazzetta
86da15228f gnome-obfuscate: use finalAttrs pattern 2024-03-05 09:50:11 +01:00
Francesco Gazzetta
0b331402e9 evilpixie: use finalAttrs pattern 2024-03-05 09:50:10 +01:00
github-actions[bot]
16bca48d25
Merge master into staging-next 2024-03-05 06:01:12 +00:00
Mario Rodas
3d7128dc42
Merge pull request #293014 from r-ryantm/auto-update/pqiv
pqiv: 2.12 -> 2.13
2024-03-04 21:08:27 -05:00
R. Ryantm
e9a7d7990d pdfcpu: 0.6.0 -> 0.7.0 2024-03-05 01:34:45 +00:00
Marco Rebhan
4d3910b480
gnustep: replace custom builder with hooks 2024-03-03 20:15:34 +01:00
github-actions[bot]
3d632fe115
Merge master into staging-next 2024-03-03 18:01:09 +00:00
Nick Cao
839def071b
Merge pull request #292246 from r-ryantm/auto-update/structorizer
structorizer: 3.32-15 -> 3.32-16
2024-03-03 10:14:43 -05:00
Paw Møller
0f8027e11a openscad: add wrapGAppsHook
This app needs the wrapGAppsHook so that the GLib schemas are available
at runtime, otherwise it will crash when a file dialog is invoked in an
unpolluted environment.

Fixes the GSettings errors
GLib-GIO-ERROR **: No GSettings schemas are installed on the system
(openscad:26805): GLib-GIO-ERROR **: 13:10:37.913: Settings schema 'org.gtk.Settings.FileChooser' is not installed
2024-03-03 14:44:25 +01:00
R. Ryantm
8f0c7a28fc pqiv: 2.12 -> 2.13 2024-03-03 13:43:39 +00:00
R. Ryantm
0f55a96523 komikku: 1.38.1 -> 1.39.0 2024-03-03 08:15:41 +00:00
Weijia Wang
34f62e6cf8 photoqt: 4.2 -> 4.3 2024-03-02 20:51:22 +01:00
github-actions[bot]
81198fd201
Merge master into staging-next 2024-03-02 18:01:04 +00:00
Robert Schütz
aaf58368e3
Merge pull request #292741 from dotlambda/rnote-0.10.0
rnote: 0.9.4 -> 0.10.0
2024-03-02 14:41:58 +00:00
github-actions[bot]
f51807feea
Merge master into staging-next 2024-03-02 12:01:28 +00:00
Robert Schütz
a24353ceb6 rnote: 0.9.4 -> 0.10.0
Diff: https://github.com/flxzt/rnote/compare/v0.9.4...v0.10.0

Changelog: https://github.com/flxzt/rnote/releases/tag/v0.10.0
2024-03-01 22:32:56 -08:00
annalee
a04ddbe327
Merge remote-tracking branch 'upstream/master' into sn-remove 2024-03-02 04:08:10 +00:00
Gavin John
5e8260003c
monado: Add missing optional dependencies 2024-03-01 15:35:08 -06:00
R. Ryantm
dd8785c89e lightburn: 1.5.00 -> 1.5.02 2024-03-01 17:35:25 +00:00
Arseniy Seroka
85667f39c9
Merge pull request #292597 from r-ryantm/auto-update/oculante
oculante: 0.8.11 -> 0.8.13
2024-03-01 17:15:00 +01:00
Nick Cao
594b19b7b6
Merge pull request #292471 from Icy-Thought/upscayl
upscayl: 2.9.9 -> 2.10.0
2024-03-01 10:17:05 -05:00
R. Ryantm
bd3290c7da oculante: 0.8.11 -> 0.8.13 2024-03-01 14:28:55 +00:00
github-actions[bot]
18bc3c64e6
Merge master into staging-next 2024-03-01 12:00:58 +00:00
éclairevoyant
f57ceeafd0
Merge pull request #291298 from eclairevoyant/processing
processing: fix wrapper and phases
2024-03-01 11:40:31 +00:00
Icy-Thought
8e144ab3e6
upscayl: 2.9.9 -> 2.10.0 2024-03-01 00:59:53 +01:00
R. Ryantm
95454519d7 structorizer: 3.32-15 -> 3.32-16 2024-02-29 04:50:39 +00:00
Robert Schütz
ec7958d40b
Merge pull request #291942 from uninsane/pr-imagemagick-cross
imagemagick, graphicsmagick: remove build coreutils from cross-compiled output
2024-02-28 16:49:00 +00:00
abc8ebc206 imagemagick: remove build coreutils from cross-compiled output 2024-02-28 10:52:37 +00:00
0421b8d99c graphicsmagick: remove build coreutils from cross-compiled output 2024-02-28 10:52:37 +00:00
Icy-Thought
98b5a0648d
upscayl: resolve hash mismatch for 2.9.9 2024-02-28 07:57:13 +01:00
Robert Schütz
653954e043
Merge pull request #291459 from dotlambda/imagemagick-7.1.1-29
imagemagick: 7.1.1-28 -> 7.1.1-29
2024-02-28 01:17:42 +00:00
lelgenio
d4bb486c8d krita-plugin-gmic: init at 3.2.4.1 2024-02-27 21:30:27 -03:00
lelgenio
54e0dba1d2 krita: create wrapper
You can tell Krita to look for plugins at an alternative
directory using KRITA_PLUGIN_PATH env variable.

Unfortunately you can only specify a single path at a time.
Some plugins necessary for krita to funciton are built
in the same derivation, this necessitates the use of `symlinkJoin`.

This patch adds a wrapper around krita that allows yout to add
more plugins than those provided by default.

Example structure of a plugin:

/nix/store/00000000000000000000000000000000-krita-plugin-example-1.2.3
└── lib
   └── kritaplugins
      └── krita_example.so

Once you have a plugin, you can add it to krita:

```nix
pkgs.krita.override {
    plugins = pkgs.krita.plugins ++ [
        your-plugin
    ];
}
```
2024-02-27 21:30:27 -03:00
Atemu
97f445e8f1
Merge pull request #245005 from Scrumplex/nixos-monado
nixos/monado: init
2024-02-27 20:11:04 +00:00
Nick Cao
5ec4d947fa
Merge pull request #291776 from r-ryantm/auto-update/oculante
oculante: 0.8.9 -> 0.8.11
2024-02-27 08:55:59 -05:00
R. Ryantm
c1e9347178 oculante: 0.8.9 -> 0.8.11 2024-02-27 10:17:25 +00:00
OTABI Tomoya
6212b787b8
Merge pull request #290390 from r-ryantm/auto-update/gthumb
gthumb: 3.12.4 -> 3.12.5
2024-02-27 18:10:00 +09:00
Guillaume Girol
22bb14bd5d sane-backends: generate hwdb entries for epkowa scanners correctly
without patching.

Entries for these scanners are both in the doc/descriptions folder,
marked as unsupported by the epson2 backend, and in the doc/descriptions-external,
supported by the epkowa backend.
2024-02-26 12:00:00 +00:00
Robert Schütz
00be2993bb imagemagick: 7.1.1-28 -> 7.1.1-29
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-28...7.1.1-29

Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
2024-02-25 17:05:55 -08:00
Nick Cao
29f0be206a
Merge pull request #287665 from r-ryantm/auto-update/upscayl
upscayl: 2.9.8 -> 2.9.9
2024-02-25 11:24:03 -05:00
éclairevoyant
ba7c7a0969
processing: preserve pre/post phase hooks 2024-02-25 00:43:04 -05:00
éclairevoyant
7095b0a395
processing: help wrapper find libgl 2024-02-25 00:42:31 -05:00
Pol Dellaiera
86bb706ff2
Merge pull request #290708 from r-ryantm/auto-update/inkscape-extensions.textext
inkscape-extensions.textext: 1.10.1 -> 1.10.2
2024-02-24 23:47:14 +01:00
Pol Dellaiera
1282fadf1d
Merge pull request #290939 from r-ryantm/auto-update/oculante
oculante: 0.8.8 -> 0.8.9
2024-02-24 21:46:41 +01:00
R. Ryantm
73a42b47db oculante: 0.8.8 -> 0.8.9 2024-02-23 17:51:13 +00:00
Robert Schütz
3a61481bf6
Merge pull request #288292 from Luflosi/update/megapixels
megapixels: 1.7.0 -> 1.8.0
2024-02-23 16:41:08 +00:00
Sefa Eyeoglu
8fc2690b73
nixos/monado: add test
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-02-23 14:25:16 +01:00
Weijia Wang
b13bb492c7
Merge pull request #290710 from remi-dupre/rawtherapee-5.10
rawtherapee: update to 5.10 from 5.9
2024-02-23 12:30:10 +01:00
Rémi Dupré
c890046bd2
rawtherapee: 5.9 -> 5.10
New release from the 16th of February. See release notes on the official
website: https://www.rawtherapee.com/downloads/5.10/#news-relevant-to-package-maintainers

Noticeably:

- new exiv2 >= 0.24 dependency (nixpkgs currently distributes 0.28)
- avoid using Github releases as recommended in the release notes above
2024-02-23 08:21:27 +01:00
R. Ryantm
0b52d7ec90 inkscape-extensions.textext: 1.10.1 -> 1.10.2 2024-02-22 21:01:54 +00:00
Guilhem Saurel
439b5c0fd9 imv: 4.4.0 -> 4.5.0 2024-02-22 11:05:48 +01:00
R. Ryantm
3e5c0ea718 gthumb: 3.12.4 -> 3.12.5 2024-02-21 09:14:41 +00:00
R. Ryantm
99fe038cae oculante: 0.8.7 -> 0.8.8 2024-02-20 07:40:13 +00:00
Bobby Rong
f2de70a70e
Merge pull request #289434 from r-ryantm/auto-update/shotwell
shotwell: 0.32.4 -> 0.32.6
2024-02-20 12:24:14 +08:00
OTABI Tomoya
fcaab45b44
Merge pull request #288726 from r-ryantm/auto-update/mandelbulber
mandelbulber: 2.31 -> 2.31-1
2024-02-20 10:33:23 +09:00
OTABI Tomoya
29a2ed6bd9
Merge pull request #288341 from r-ryantm/auto-update/artem
artem: 2.0.2 -> 2.0.6
2024-02-20 00:02:36 +09:00
Niklas Hambüchen
aa4e6947d2
Merge pull request #289787 from trofi/cloudcompare-update
cloudcompare: 2.12.4 -> 2.13
2024-02-19 05:35:43 +01:00
Pascal Bach
ee142f0671
Merge pull request #289627 from r-ryantm/auto-update/komikku
komikku: 1.37.1 -> 1.38.1
2024-02-18 19:21:26 +01:00
Pascal Bach
f310fdbe66
Merge pull request #289738 from DarkOnion0/drawio
drawio: 22.1.8 -> 23.1.5
2024-02-18 19:16:20 +01:00
Sergei Trofimovich
8ee4d5e13f cloudcompare: 2.12.4 -> 2.13
Changes: https://github.com/CloudCompare/CloudCompare/releases/tag/v2.13

Without the change build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/249808852:

    In file included from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/Common.h:40,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/NodeImpl.h:30,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/BlobNodeImpl.h:29,
                     from /build/source/plugins/core/IO/qE57IO/extern/libE57Format/src/BlobNodeImpl.cpp:28:
    /build/source/plugins/core/IO/qE57IO/extern/libE57Format/include/E57Format.h:42:15: error: 'int16_t' has not been declared in 'std'
       42 |    using std::int16_t;
          |               ^~~~~~~
2024-02-18 17:31:21 +00:00
DarkOnion0
68b10cb8dc
drawio: 22.1.8 -> 23.1.5
https://github.com/jgraph/drawio-desktop/releases/tag/v23.1.5
2024-02-18 12:36:28 +01:00
Thomas Gerbet
6ecec40792
Merge pull request #289564 from risicle/ris-hugin-2023.0.0
hugin: 2022.0.0 -> 2023.0.0
2024-02-18 12:26:12 +01:00
Luflosi
5c8b72fd75
megapixels: migrate to by-name 2024-02-18 10:08:59 +01:00
Luflosi
d49387915c
megapixels: add Luflosi as maintainer 2024-02-18 10:08:51 +01:00
R. Ryantm
675a6c1edf komikku: 1.37.1 -> 1.38.1 2024-02-17 22:22:39 +00:00
R. Ryantm
9549489ed6 darktable: 4.6.0 -> 4.6.1 2024-02-17 19:21:14 +00:00
Robert Scott
88273ad311 hugin: 2022.0.0 -> 2023.0.0 2024-02-17 15:48:49 +00:00
R. Ryantm
e1135aaf45
shotwell: 0.32.4 → 0.32.6
https://gitlab.gnome.org/GNOME/shotwell/-/compare/shotwell-0.32.4...shotwell-0.32.6

No longer needs webkitgtk:
0a463a30a2
2024-02-17 13:36:10 +08:00
R. Ryantm
7d06db3b8c yacreader: 9.13.1 -> 9.14.2 2024-02-17 02:05:55 +00:00
R. Ryantm
b8179041ee artem: 2.0.2 -> 2.0.6 2024-02-16 04:17:10 +00:00
Weijia Wang
dfc912ed88
Merge pull request #285118 from felixalbrigtsen/bump-netsurf
Update netsurf.browser and netsurf.lib*, fix on darwin
2024-02-15 21:04:19 +01:00
Felix Albrigtsen
d6b50697f3 netsurf.libnsgif: 0.2.1 -> 1.0.0
imv: remove broken libnsgif dependency
2024-02-15 10:56:28 +01:00
Peder Bergebakken Sundt
755d153a7a
Merge pull request #287915 from h7x4/treewide-add-main-program-4
treewide: add `mainProgram`
2024-02-15 01:45:40 +01:00
Thomas Tuegel
fc1b4c9c0d
Merge pull request #266482 from lawcho/ipe-fix-icons 2024-02-14 16:56:11 -06:00
Felix Bühler
0964833ef6
Merge pull request #287735 from alyssais/icon-library-0.0.18
icon-library: 0.0.17 -> 0.0.18
2024-02-14 23:55:14 +01:00
Mario Rodas
34172b2746
Merge pull request #288132 from krupkat/xpano-update-0.18.1
xpano: 0.17.0 -> 0.18.1
2024-02-14 08:27:51 -05:00
R. Ryantm
dcd2582f08 mandelbulber: 2.31 -> 2.31-1 2024-02-14 05:01:19 +00:00
R. Ryantm
6a79a442b4 imagemagick: 7.1.1-27 -> 7.1.1-28 2024-02-12 04:20:15 +00:00
éclairevoyant
179fee0873
digikam: move to by-name 2024-02-11 19:40:01 -05:00
Tomas Krupka
e35d0cc0b5 xpano: 0.17.0 -> 0.18.1 2024-02-11 21:14:21 +01:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Weijia Wang
7c66bc81f0
Merge pull request #287641 from wegank/jogl-rename
javaPackages.jogl_2_4_0: rename to jogl
2024-02-10 21:34:56 +01:00
Sandro
f119dfa5be
Merge pull request #280216 from foo-dogsquared/update-halftone
halftone: 0.5.0 -> 0.6.0, add meta.mainProgram and meta.platforms
2024-02-10 18:01:13 +01:00
Weijia Wang
b95f9bd48c javaPackages.jogl_2_4_0: rename to jogl 2024-02-10 18:00:38 +01:00
Alyssa Ross
e7a6102e92
icon-library: 0.0.17 -> 0.0.18 2024-02-10 12:06:36 +01:00
R. Ryantm
a5f9ace1e1 upscayl: 2.9.8 -> 2.9.9 2024-02-10 05:56:29 +00:00
mingchuan
9b6dcd65b3 krita: fix build with libjxl >= 0.9.0 2024-02-09 09:21:34 -08:00
Serg
deae016100 geeqie: 2.1 -> 2.2 2024-02-08 12:24:44 +03:00
a-n-n-a-l-e-e
42edd74834
Merge pull request #287032 from galenhuntington/xv5
xv: 4.2.0 -> 5.0.0
2024-02-07 13:25:28 -08:00
Galen Huntington
aec707e098
xv: 4.2.0 -> 5.0.0 2024-02-07 09:23:15 -08:00
R. Ryantm
e97fc09e7a lightburn: 1.4.05 -> 1.5.00 2024-02-06 05:44:50 +00:00
Weijia Wang
c6afc340b8
Merge pull request #282550 from r-ryantm/auto-update/mandelbulber
mandelbulber: 2.30 -> 2.31
2024-02-04 23:54:31 +01:00
Weijia Wang
b41d8168ee
Merge pull request #282017 from r-ryantm/auto-update/tesseract
tesseract: 5.3.3 -> 5.3.4
2024-02-04 22:55:30 +01:00
Nikolay Korotkiy
61276c8099
Merge pull request #286011 from r-ryantm/auto-update/goxel
goxel: 0.13.0 -> 0.14.0
2024-02-04 17:15:23 +04:00
Mario Rodas
4d0c0e1cb0
Merge pull request #282820 from r-ryantm/auto-update/figma-agent
figma-agent: 0.2.8 -> 0.3.2
2024-02-03 08:19:29 -05:00
R. Ryantm
f7532825fb goxel: 0.13.0 -> 0.14.0 2024-02-03 09:16:54 +00:00
Chuang Zhu
2eab2b91f2 komikku: 1.36.0 -> 1.37.1 2024-02-03 14:01:08 +08:00
h7x4
bab0aa0f13
Merge pull request #282384 from superherointj/lazpaint
lazpaint: 7.2.2 -> 7.2.2-unstable-2024-01-20
2024-02-02 10:14:47 +01:00
Guillaume Girol
996d064488
Merge pull request #278131 from symphorien/sane_test
nixos/sane: add nixos test
2024-01-30 21:00:12 +01:00
Weijia Wang
24e3450a85
Merge pull request #284569 from wegank/tev-gcc-13
tev: fix build with gcc 13
2024-01-29 21:16:53 +01:00
Weijia Wang
c8e6b88d03
Merge pull request #284484 from r-ryantm/auto-update/komikku
komikku: 1.35.0 -> 1.36.0
2024-01-29 14:58:36 +01:00
Kerstin
0fb7257aa7
Merge pull request #284170 from dotlambda/imagemagick-7.1.1-27
imagemagick: 7.1.1-26 -> 7.1.1-27
2024-01-28 18:41:02 +01:00
Weijia Wang
3c6e0b0d38 tev: fix build with gcc 13 2024-01-28 17:40:47 +01:00
Nick Cao
fa0cce0f81
Merge pull request #284438 from r-ryantm/auto-update/oculante
oculante: 0.8.6 -> 0.8.7
2024-01-28 11:09:01 -05:00
kirillrdy
cd86fce709
Merge pull request #284364 from mfrischknecht/fix-djv-build
djv: fix build issue due to missing `cstdint` include
2024-01-28 20:44:12 +09:00
R. Ryantm
da67f0ad64 komikku: 1.35.0 -> 1.36.0 2024-01-28 10:42:03 +00:00
R. Ryantm
1ea3e25e3f oculante: 0.8.6 -> 0.8.7 2024-01-28 06:08:58 +00:00
Weijia Wang
b984722121
Merge pull request #281802 from r-ryantm/auto-update/vengi-tools
vengi-tools: 0.0.27 -> 0.0.28
2024-01-28 07:03:11 +01:00
Manuel Frischknecht
b00133a959 djv: fix build issue due to missing cstdint include
GCC 13 stopped transitively including a couple of headers (including
`cstdint`) in various scenarios, which breaks the build of the current
release version of `djv`. A fix for this issue has already been merged
in master as part of a PR from which Nixpkgs already pulls patches
from [1]. As this is the case, I just added the missing commit to
the list of patches in order to get the package building again.

[1]: be0dd90c25
2024-01-27 23:09:35 +00:00
Robert Schütz
0490b296f3 imagemagick: 7.1.1-26 -> 7.1.1-27
Diff: https://github.com/ImageMagick/ImageMagick/compare/7.1.1-26...7.1.1-27

Changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
2024-01-26 21:31:28 -08:00
spacefault
d9c8f94794
digikam: add maintainer 2024-01-26 18:21:01 -07:00
Vladimír Čunát
69963e55ee
rawtherapee: fixup build
I expect this was due to gcc 12 -> 13.
It's confusing that x86_64 doesn't suffer from this but aarch64 does:
https://hydra.nixos.org/build/247470042/nixlog/1/tail

For some reason it didn't suffice to extend CMAKE_CXX_FLAGS.
2024-01-26 14:13:26 +01:00
Peder Bergebakken Sundt
e6a734b33d
Merge pull request #283052 from pbsds/fix-f3d-1705963389
f3d: 2.2.1 -> 2.3.0, unbreak
2024-01-26 12:29:06 +01:00
Peder Bergebakken Sundt
d5e11b7d9a f3d: 2.2.1 -> 2.3.0
Diff: https://github.com/f3d-app/f3d/compare/refs/tags/v2.2.1...v2.3.0

Changelog: https://github.com/f3d-app/f3d/releases/tag/v2.3.0
2024-01-26 01:38:20 +01:00
Peder Bergebakken Sundt
ce77b53f1a f3d.meta.maintainers: add pbsds 2024-01-26 01:38:20 +01:00
Peder Bergebakken Sundt
e5970be7e3 f3d: build manpage 2024-01-26 01:38:18 +01:00
Peder Bergebakken Sundt
eaf845cf05 f3d: unbreak with autoPatchelfHook 2024-01-26 01:37:38 +01:00
github-actions[bot]
8c2ba7797a
Merge master into staging-next 2024-01-25 12:01:19 +00:00
annalee
5e5794015f pikopixel: unpin llvm9 2024-01-25 08:57:31 +00:00
github-actions[bot]
d45e853c88
Merge master into staging-next 2024-01-24 12:01:06 +00:00