Commit Graph

6191 Commits

Author SHA1 Message Date
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
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
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
Weijia Wang
a33e3d607c paraview: include missing header 2024-01-24 11:23:59 +01:00
Weijia Wang
c2e081fe18 paraview: 5.11.1 -> 5.11.2 2024-01-24 11:23:59 +01:00
github-actions[bot]
70e275b1cb
Merge master into staging-next 2024-01-23 06:00:55 +00:00
Weijia Wang
da72af0961
Merge pull request #281282 from Icy-Thought/upscayl
upscayl: 2.9.5 -> 2.9.8
2024-01-23 02:01:27 +01:00
github-actions[bot]
8303a96c2d
Merge master into staging-next 2024-01-23 00:02:30 +00:00
Cosima Neidahl
ef178a6131
Merge pull request #281918 from mfrischknecht/fix-foxotron
foxotron: fix build due to deprecated C stdint import in vendored dependency
2024-01-23 00:35:33 +01:00
Peder Bergebakken Sundt
5d4dd2a364
Merge pull request #277891 from greizgh/f3d-broken
f3d: mark broken
2024-01-22 23:42:38 +01:00
Manuel Frischknecht
5ff0ef514f foxotron: fetch assimp patches to fix build
Foxotron vendors a lot of dependencies (see the `external` directory and
the various submodules it contains). One of them (`FBX`) fails to build
with current versions of GCC because the compiler cannot resolve the
type `std::uint32_t`. The affected file still imports the type via
`#include <stdint.h>`, which has been superseded by `#include <cstdint>`
in C++11.

The upstream patch applied here fixes this build issue by introducing
the missing include line of `<cstdint>`.

The new addition to `postPatch` disables a `-Werror` setting that
(currently) seemingly only causes assimp builds failures on darwin.

Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
2024-01-22 21:24:20 +01:00
github-actions[bot]
3c7375b75c
Merge master into staging-next 2024-01-22 18:00:55 +00:00
Bill
90edbf1dd4
fstl: 0.9.4 -> 0.10.0 (#264257)
* fstl: 0.9.4 -> 0.10.0

Note that https://github.com/mkeeter/fstl now redirects to
https://github.com/fstl-app/fstl. It would appear the old repo is no
longer updated, and the version under fstl-app is the proper location.

* fstl: address pull request feedback

* fstl: change install hook usage per review suggestion.
2024-01-22 22:41:16 +09:00
github-actions[bot]
84335ac8cb
Merge master into staging-next 2024-01-21 00:02:21 +00:00
h7x4
07ad22242c
Merge pull request #282420 from dali99/update_hydrus2
hydrus: 557 -> 559
2024-01-21 00:31:57 +01:00
Daniel Olsen
6f29ff4a36 hydrus: 557 -> 559 2024-01-20 22:49:46 +01:00
Greizgh
6fc5258c5c
f3d: mark broken
As of 2024-01-20, running f3d result in:
error while loading shared libraries: libvtkInteractionWidgets.so.1: cannot open shared object file: No such file or directory

Related issue: https://github.com/NixOS/nixpkgs/issues/262328
2024-01-20 20:21:43 +01:00
github-actions[bot]
4dea63e421
Merge master into staging-next 2024-01-20 18:01:02 +00:00
Weijia Wang
6ab7485924
Merge pull request #281942 from wegank/photoqt-bump
photoqt: 4.1 -> 4.2
2024-01-20 18:50:44 +01:00
github-actions[bot]
4679030218
Merge master into staging-next 2024-01-19 12:01:13 +00:00
a-n-n-a-l-e-e
27e48d2c55
Merge pull request #280761 from paveloom/resignation
treewide: remove `paveloom` from maintainers on some packages
2024-01-18 22:38:06 -08:00
Weijia Wang
60ba88d1aa photoqt: 4.1 -> 4.2 2024-01-19 04:14:14 +01:00
github-actions[bot]
b459003bdd
Merge master into staging-next 2024-01-19 00:02:22 +00:00
Nick Cao
d7d0d9d873
Merge pull request #281433 from gepbird/feh-3.10.2
feh: 3.10.1 -> 3.10.2
2024-01-18 13:16:10 -05:00
R. Ryantm
dcb75ccb68 vengi-tools: 0.0.27 -> 0.0.28 2024-01-18 15:13:17 +00:00
Robert Schütz
1a2b9f92c2
Merge pull request #279687 from dotlambda/imagemagick-7.1.1-26
imagemagick: 7.1.1-25 -> 7.1.1-26
2024-01-18 02:56:15 +01:00
DarkOnion0
b66442b2f9 drawio: 22.1.16 -> 22.1.18
https://github.com/jgraph/drawio-desktop/releases/tag/v22.1.18
2024-01-17 22:33:33 +01:00
Gutyina Gergő
2dc76c4e81
feh: add maintainer gepbird 2024-01-17 17:44:37 +01:00
Gutyina Gergő
73b6c4ae76
feh: switch to finalAttrs pattern and format 2024-01-17 17:44:33 +01:00
Nick Cao
b19d5067d0
Merge pull request #281431 from chuangzhu/komikku
komikku: 1.33.0 -> 1.35.0
2024-01-17 10:43:18 -05:00
figsoda
58c697fbb6
Merge pull request #276860 from t4ccer/t4/oculante
oculante: 0.7.7 -> 0.8.6
2024-01-16 21:08:39 -05:00
Gutyina Gergő
34afff7c80
feh: 3.10.1 -> 3.10.2 2024-01-17 02:08:31 +01:00
Chuang Zhu
290031a530 komikku: 1.33.0 -> 1.35.0 2024-01-17 09:04:05 +08:00
Icy-Thought
1291a81e4c
upscayl: 2.9.5 -> 2.9.8 2024-01-16 22:04:43 +01:00
Nick Cao
00814554e4
Merge pull request #281273 from r-ryantm/auto-update/figma-linux
figma-linux: 0.11.2 -> 0.11.3
2024-01-16 11:52:23 -05:00
Michele Guerini Rocco
91cec1e6b4
Merge pull request #281042 from eclairevoyant/imv-strict
imv: fix build with `strictDeps = true;`
2024-01-16 10:05:52 +01:00