Maxim Cournoyer
b876c5b8e4
gnu: farstream: Disable a failing test.
...
* gnu/packages/freedesktop.scm (farstream)
[arguments]: Delete trailing #t. Rename the disable-timeout-tests phase to
disable-problematic-tests, and disable an extra rtp/recvcodecs test.
Standardize match pattern and update comment.
[native-inputs]: Update the common input.
2023-04-01 21:17:38 -04:00
Maxim Cournoyer
b8de3dee08
gnu: gnunet: Update to 0.19.4.
...
* gnu/packages/gnunet.scm (gnunet): Update to 0.19.4.
2023-04-01 17:46:18 -04:00
Maxim Cournoyer
f26f83c1a3
gnu: imgui: Update to 1.89.4.
...
* gnu/packages/toolkits.scm (imgui): Update to 1.89.4.
2023-04-01 17:37:14 -04:00
Maxim Cournoyer
9a423751cb
gnu: openboardview: Use imgui-1.87.
...
* gnu/packages/electronics.scm (openboardview) [inputs]: Downgrade imgui to
version 1.87.
2023-04-01 17:36:41 -04:00
Maxim Cournoyer
c722bc034e
gnu: Add imgui-1.87.
...
* gnu/packages/toolkits.scm (imgui-1.87): New variable.
2023-04-01 17:35:23 -04:00
Maxim Cournoyer
107fbc375e
gnu: imgui: Use gexp output variables.
...
* gnu/packages/toolkits.scm (imgui) [arguments]: Use gexp variables in install
phase.
2023-04-01 17:29:00 -04:00
Maxim Cournoyer
44422c1fba
gnu: utf8-h: Install header under include/utf8 prefix.
...
This is to standardize with the usage of the library in the package's only
current user, OpenBoardView. It also matches the installation layout of the
Arch package, which is made by its author.
* gnu/packages/c.scm (utf8-h) [arguments]: Use gexps. Adjust installation
prefix to 'include/utf8' in install phase.
* gnu/packages/electronics.scm (openboardview)
[arguments]: Delete fix-utf8-include-directive phase.
2023-04-01 17:29:00 -04:00
Maxim Cournoyer
eeffc4ed04
gnu: gnunet: Update home page.
...
* gnu/packages/gnunet.scm (gnunet) [home-page]: Update URL.
2023-04-01 17:29:00 -04:00
Maxim Cournoyer
f9989f27ad
gnu: openboardview: Update home page.
...
* gnu/packages/electronics.scm (openboardview) [home-page]: Update URL.
2023-04-01 17:28:59 -04:00
Maxim Cournoyer
cfbddc3d54
gnu: openboardview: Update to 9.95.0.
...
* gnu/packages/electronics.scm (openboardview): Update to 9.95.0.
[source]: Apply patch.
[arguments]: Update fix-utf8-include-directive phase.
[inputs]: Add orangeduck-mpc.
* gnu/packages/patches/openboardview-use-system-mpc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-04-01 17:28:59 -04:00
Maxim Cournoyer
9800aaca91
gnu: Add orangeduck-mpc.
...
* gnu/packages/c.scm (orangeduck-mpc): New variable.
* gnu/packages/patches/orangeduck-mpc-fix-pkg-config.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-04-01 17:28:59 -04:00
Maxim Cournoyer
09a20d115d
gnu: imgui: Use unsigned int vertex indexes.
...
* gnu/packages/toolkits.scm (imgui)
[arguments]: Add the "-DImDrawIdx=unsigned int" compiler option to the build
phase.
2023-04-01 17:28:59 -04:00
Maxim Cournoyer
eb169d36e5
gnu: blender: Update to 3.3.5.
...
* gnu/packages/graphics.scm (blender): Update to 3.3.5.
2023-03-31 13:29:29 -04:00
Maxim Cournoyer
c541a491aa
gnu: blender: Use ffmpeg 5.
...
* gnu/packages/graphics.scm (blender) [inputs]: Replace ffmpeg with ffmpeg-5.
2023-03-31 13:29:29 -04:00
Maxim Cournoyer
893aad00c8
gnu: blender: Use gexps and remove labels.
...
* gnu/packages/graphics.scm (blender) [arguments]: Use gexps. Replace the
add-ilmbase-include-path phase by an added -I directive to the CMAKE_CXX_FLAGS
configure flag.
[inputs]: Remove labels.
2023-03-31 13:29:29 -04:00
Maxim Cournoyer
ee0de79b1e
gnu: gnunet: Disable flaky tests.
...
* gnu/packages/gnunet.scm (gnunet) [arguments]: Add a
disable-problematic-tests phase.
2023-03-31 13:29:28 -04:00
Maxim Cournoyer
2d4b61d014
gnu: gnunet: Fix indentation and use gexps.
...
* gnu/packages/gnunet.scm (gnunet): Fix indentation.
[arguments]: Use gexps and delete trailing #t.
2023-03-31 11:39:21 -04:00
Maxim Cournoyer
99b25b1313
Merge branch 'master' into staging
2023-03-31 10:48:54 -04:00
Maxim Cournoyer
47ea688fd2
gnu: conan: Disable more flaky tests.
...
* gnu/packages/package-management.scm (conan) [arguments]: Run test suite
verbosely. Skip the test_toolchain and test_list tests.
2023-03-31 10:21:52 -04:00
Maxim Cournoyer
b8152d668d
gnu: conan: Do not hard-code package versions.
...
* gnu/packages/package-management.scm (conan) [arguments]: Add #:modules
argument. Avoid hard-coding package versions in configure-tests phase.
2023-03-31 09:58:38 -04:00
Maxim Cournoyer
3d9a57e128
gnu: python-locust: Update to 2.15.1.
...
* gnu/packages/benchmark.scm (python-locust): Update to 2.15.1.
[arguments]: Delete relax-requirements phase. Add increase-resource-limits.
Update check phase.
[propagated-inputs]: Remove python-jinja2.
2023-03-31 09:36:56 -04:00
Ricardo Wurmus
11956155e5
gnu: r-bionero: Update to 1.6.1.
...
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.6.1.
2023-03-31 15:25:24 +02:00
Ricardo Wurmus
04b87844df
gnu: r-flowclust: Update to 3.36.1.
...
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.36.1.
2023-03-31 15:25:24 +02:00
Ricardo Wurmus
44599e7966
gnu: r-rhdf5filters: Update to 1.10.1.
...
* gnu/packages/bioconductor.scm (r-rhdf5filters): Update to 1.10.1.
2023-03-31 15:25:24 +02:00
Ricardo Wurmus
4afcef7847
gnu: r-biomart: Update to 2.54.1.
...
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.54.1.
2023-03-31 15:25:24 +02:00
Ricardo Wurmus
91c41b8ce7
gnu: r-annotationforge: Update to 1.40.2.
...
* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.40.2.
2023-03-31 15:25:24 +02:00
Ricardo Wurmus
473bd926cf
gnu: r-anvil: Update to 1.10.2.
...
* gnu/packages/bioconductor.scm (r-anvil): Update to 1.10.2.
2023-03-31 15:25:24 +02:00
Ricardo Wurmus
2c3383e8d8
gnu: r-amaretto: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-amaretto): Update to 1.14.0.
2023-03-31 15:25:24 +02:00
Maxim Cournoyer
d80c5b936d
gnu: python-geventhttpclient: Update to 2.0.9.
...
* gnu/packages/python-web.scm (python-geventhttpclient): Update to 2.0.9.
[propagated-inputs]: Add python-urllib3.
[home-page]: Update URL.
2023-03-31 09:01:38 -04:00
Danny Milosavljevic
56de91b712
gnu: Add fbautostart.
...
* gnu/packages/wm.scm (fbautostart): New variable.
2023-03-31 14:45:27 +02:00
Maxim Cournoyer
9eafe47e39
gnu: ruby-activesupport: Skip a failing test on i686-linux.
...
* gnu/packages/rails.scm (ruby-activesupport)
[arguments]: Skip the test_iso8601_output_and_reparsing test when building for
i686-linux.
2023-03-31 08:35:01 -04:00
c4droid
1c6238794b
gnu: Add emu8051.
...
* gnu/packages/emulators.scm (emu8051): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-31 19:31:47 +08:00
ivan-p-sokolov@ya.ru
a368e3cf6b
gnu: Add tree-sitter-heex.
...
gnu/packages/tree-sitter.scm (tree-sitter-heex): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-03-31 08:10:29 +04:00
Maxim Cournoyer
4876226dd5
gnu: go: Update home page URL.
...
* gnu/packages/golang.scm (go-1.4) [home-page]: Update URL.
2023-03-30 23:55:21 -04:00
Giacomo Leidi
1ce3acd778
gnu: python-coverage: Update to 5.5.
...
* gnu/packages/check.scm (python-coverage): Update to 5.5.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-30 23:55:20 -04:00
宋文武
28abb9e7d2
gnu: sdl2: Update to 2.26.2.
...
* gnu/packages/sdl.scm (sdl2): Update to 2.26.2.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-30 23:55:03 -04:00
Vivien Kraus
e994428066
gnu: ucd: Update to 15.0.0.
...
* gnu/packages/unicode.scm (ucd): Update to 15.0.0.
2023-03-30 23:31:54 -04:00
Maxim Cournoyer
d2f1b1d08b
gnu: Remove ucd-next.
...
* gnu/packages/build-tools.scm (ucd-next): Delete variable.
2023-03-30 23:31:20 -04:00
Hilton Chain
50131780df
gnu: go-1.17: Update to 1.17.13.
...
* gnu/packages/golang.scm (go-1.17): Update to 1.17.13.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-30 23:27:26 -04:00
Maxim Cournoyer
3fa69a8d5d
gnu: hdf5-1.8: Delete trailing #t.
...
* gnu/packages/maths.scm (hdf5-1.8) [arguments]: Delete trailing #t.
2023-03-30 23:20:21 -04:00
Greg Hogan
8af64f3963
gnu: Add hdf5@1.14.
...
* gnu/packages/maths.scm (hdf5-1.14): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-30 23:15:13 -04:00
Greg Hogan
cca7f2d7ae
gnu: hdf5@1.12: Update to 1.12.2.
...
* gnu/packages/maths.scm (hdf5-1.12): Update to 1.12.2.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-30 23:15:13 -04:00
Greg Hogan
2df9cf44b1
gnu: hdf5@1.10: Update to 1.10.9.
...
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.9.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-30 23:15:13 -04:00
Greg Hogan
895de955ae
gnu: hdf5@1.8: Update to 1.8.23.
...
* gnu/packages/maths.scm (hdf5-1.8): Update to 1.8.23.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-30 23:14:22 -04:00
Leo Famulari
e914ae1571
gnu: linux-libre 5.15: Update to 5.15.105.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.105.
(linux-libre-5.15-pristine-source): Update hash.
2023-03-30 23:09:25 -04:00
Leo Famulari
3967426686
gnu: linux-libre 6.1: Update to 6.1.22.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.22.
(linux-libre-6.1-pristine-source): Update hash.
2023-03-30 23:09:25 -04:00
Leo Famulari
efcaa0d710
gnu: linux-libre: Update to 6.2.9.
...
* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.9.
(linux-libre-6.2-pristine-source): Update hash.
2023-03-30 23:09:25 -04:00
Maxim Cournoyer
4f49d03149
Revert "gnu: subversion: Tentatively reinstate parallel tests."
...
This reverts commit 54ee868cbe
.
2023-03-30 23:06:52 -04:00
Maxim Cournoyer
d4683547e8
gnu: ruby-pg: Update to 1.4.6.
...
* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
2023-03-30 21:49:51 -04:00
Jonathan Brielmaier
cb0ae06d76
gnu: icedove: Update to 102.9.1 [fixes CVE-2023-28427].
...
* gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.9.1.
(%icedove-build-id, thunderbird-comm-l10n): Update accordingly.
2023-03-31 00:45:47 +02:00