Commit Graph

2408 Commits

Author SHA1 Message Date
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Stanisław Pitucha
4ae95d7842 aaphoto: fix darwin build
Add the llvm openmp for building.
2023-03-25 09:00:03 -03:00
K900
2607d40e58 mesa-demos: 8.5.0 -> 9.0.0
Now with vkgears!
2023-03-22 18:36:27 +03:00
Lily Foster
dc1fda492a cimg,gmic,gmic-qt: add lilyinstarlight to maintainers 2023-03-21 13:52:49 -03:00
Lily Foster
fc457d46c4 gmic: update license to cecill21
As of G'MIC version 2.1.9, it uses the 2.1 version of the CeCILL
license plus a few files which are dual licensed with CeCILL-C (excluded
here since there's no good way to specify which files and it's can be
one or the other).
2023-03-21 13:52:49 -03:00
Lily Foster
126b3d60f6 gmic-qt: 3.2.1 -> 3.2.2
This commit also removes a few unused arguments and prepares the
derivation for qt6 by removing the usage of `qt5.mkDerivation` which is
a little broken and likely to be deprecated (see NixOS/nixpkgs#180841).
2023-03-21 13:52:49 -03:00
Lily Foster
6d5359557f gmic: 3.2.1 -> 3.2.2
Also perform drive-by change to fix repo owner, since the repository was
moved a while ago.
2023-03-21 13:52:49 -03:00
Fabian Affolter
b6b51871b5
Merge pull request #196974 from techknowlogick/add-shot-scraper
shot-scraper: init at 1.1.1
2023-03-20 10:09:01 +01:00
Fabian Affolter
910b639bff
shot-scraper: add changelog to meta 2023-03-20 09:17:15 +01:00
techknowlogick
76b5525a6d shot-scraper: init at 1.1.1 2023-03-19 23:17:41 -04:00
figsoda
8882509ca9
Merge pull request #221989 from r-ryantm/auto-update/wgpu-utils
wgpu-utils: 0.15.1 -> 0.15.2
2023-03-19 10:59:44 -04:00
R. Ryantm
efb0a655fe wgpu-utils: 0.15.1 -> 0.15.2 2023-03-19 09:33:46 +00:00
R. Ryantm
12b437b5e3 gifski: 1.10.0 -> 1.10.3 2023-03-19 02:50:50 +00:00
superherointj
9b0777ffb3
Merge pull request #221631 from PedroHLC/vulkan-caps-viewer-3.29
vulkan-caps-viewer: 3.28 -> 3.29
2023-03-17 08:39:08 -03:00
PedroHLC ☭
145ce73933
vulkan-caps-viewer: 3.28 -> 3.29 2023-03-17 08:07:09 -03:00
R. Ryantm
cb65372eaa dpic: 2021.11.01 -> 2023.02.01 2023-03-16 01:35:00 +00:00
github-actions[bot]
feb117e32c
Merge master into staging-next 2023-03-11 18:01:19 +00:00
Weijia Wang
80a0a547de
Merge pull request #219939 from r-ryantm/auto-update/directx-shader-compiler
directx-shader-compiler: 1.7.2212 -> 1.7.2212.1
2023-03-11 19:19:55 +02:00
Martin Weinelt
a7c2874462 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/roombapy/default.nix
2023-03-10 21:04:22 +01:00
Kira Bruneau
624432c25b
Merge pull request #220288 from r-ryantm/auto-update/vkbasalt
vkbasalt: 0.3.2.8 -> 0.3.2.9
2023-03-10 14:35:23 -05:00
R. Ryantm
3f8dc17c26 vkbasalt: 0.3.2.8 -> 0.3.2.9 2023-03-10 14:28:18 -05:00
Martin Weinelt
ef91384e6f Merge remote-tracking branch 'origin/master' into staging-next 2023-03-10 13:09:25 +01:00
Alyssa Ross
d60c3be234 glmark2: enable more flavors 2023-03-10 09:34:06 +00:00
Alyssa Ross
44e32d9dc0 glmark2: remove unused xorg.libxcb input
X11 flavors work fine without it.
2023-03-10 09:34:06 +00:00
Alyssa Ross
b80dd48f26 glmark2: fix cross 2023-03-10 09:34:06 +00:00
Alyssa Ross
48532d5957 glmark2: switch to meson
The bundled waf is so old it doesn't support cross-compilation.
2023-03-10 09:34:06 +00:00
R. Ryantm
14af7c5a37 directx-shader-compiler: 1.7.2212 -> 1.7.2212.1 2023-03-07 06:35:52 +00:00
github-actions[bot]
fa94414f70
Merge master into staging-next 2023-03-07 00:02:41 +00:00
Ilan Joselevich
b25c0d045b
Merge pull request #219168 from r-ryantm/auto-update/gnuplot
gnuplot: 5.4.5 -> 5.4.6
2023-03-06 22:48:03 +02:00
github-actions[bot]
aca2797c2a
Merge master into staging-next 2023-03-04 18:01:11 +00:00
Vladimír Čunát
87daa5b06a
Merge #218074: gmic-qt: fix build with 3.2.1 2023-03-04 14:51:53 +01:00
R. Ryantm
688c4961cf gnuplot: 5.4.5 -> 5.4.6 2023-03-02 12:17:17 +00:00
Sergei Trofimovich
e7e072d05a Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/python-aliases.nix

Trivial conflict of multiple added aliases.
2023-02-26 21:53:22 +00:00
Lily Foster
fd3e2b49f4
gmic-qt: fix build with 3.2.1
How the build was fixed:
* Fetch tarball instead since that is what upstream supports to build
  gmic-qt from.
* Set `sourceRoot` within tarball
* Fetch patch from GreycLab/gmic#435 into gmic
* Fetch patch from c-koi/gmic-qt#175 into gmic-qt
2023-02-26 07:13:09 -05:00
Weijia Wang
d178040d90
Merge pull request #218159 from r-ryantm/auto-update/asymptote
asymptote: 2.83 -> 2.85
2023-02-26 12:03:55 +02:00
Vladimír Čunát
30e272bc04
Merge #216499: staging-next 2023-02-15 2023-02-26 10:11:50 +01:00
R. Ryantm
a15c903b4b hobbits: 0.53.2 -> 0.54.0 2023-02-25 14:44:04 +00:00
R. Ryantm
c9ff9afbad asymptote: 2.83 -> 2.85 2023-02-25 04:24:26 +00:00
Lily Foster
626a0ff9fa
gmic: fix linking against shared lib with cmake 2023-02-24 15:03:53 -05:00
github-actions[bot]
3cdd771820
Merge staging-next into staging 2023-02-23 18:01:49 +00:00
Alyssa Ross
52c286ee5b
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
github-actions[bot]
f95edd46da
Merge staging-next into staging 2023-02-22 06:01:53 +00:00
github-actions[bot]
77f501b5df
Merge master into staging-next 2023-02-22 06:01:21 +00:00
Anderson Torres
6e442a3dee
Merge pull request #217187 from jtojnar/gmic-qt-fix
gmic,gmic-qt: 3.2.0 → 3.2.1, mark the latter as broken
2023-02-21 22:16:38 -03:00
github-actions[bot]
fc3641aa1e
Merge staging-next into staging 2023-02-21 00:03:04 +00:00
github-actions[bot]
e3e8374b6f
Merge master into staging-next 2023-02-21 00:02:33 +00:00
Jörg Thalheim
a891613ead
Merge pull request #217227 from mothsART/feature/replace_http_by_https__second_pass
treewide: replace http by https when https is a permanent redirection
2023-02-20 21:33:05 +01:00
7c6f434c
a813b69dcc
Merge pull request #209461 from r-ryantm/auto-update/graphviz
graphviz: 7.0.2 -> 7.1.0
2023-02-20 06:35:30 +00:00