summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2023-04-14gnu: openboardview: Update to 9.95.0.Maxim Cournoyer
* 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-14gnu: Add orangeduck-mpc.Maxim Cournoyer
* 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-14gnu: imgui: Use unsigned int vertex indexes.Maxim Cournoyer
* gnu/packages/toolkits.scm (imgui) [arguments]: Add the "-DImDrawIdx=unsigned int" compiler option to the build phase.
2023-04-14gnu: blender: Update to 3.3.5.Maxim Cournoyer
* gnu/packages/graphics.scm (blender): Update to 3.3.5.
2023-04-14gnu: blender: Use ffmpeg 5.Maxim Cournoyer
* gnu/packages/graphics.scm (blender) [inputs]: Replace ffmpeg with ffmpeg-5.
2023-04-14gnu: blender: Use gexps and remove labels.Maxim Cournoyer
* 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-04-14gnu: gnunet: Disable flaky tests.Maxim Cournoyer
* gnu/packages/gnunet.scm (gnunet) [arguments]: Add a disable-problematic-tests phase.
2023-04-14gnu: gnunet: Fix indentation and use gexps.Maxim Cournoyer
* gnu/packages/gnunet.scm (gnunet): Fix indentation. [arguments]: Use gexps and delete trailing #t.
2023-04-14gnu: python-locust: Update to 2.15.1.Maxim Cournoyer
* 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-04-14gnu: python-geventhttpclient: Update to 2.0.9.Maxim Cournoyer
* gnu/packages/python-web.scm (python-geventhttpclient): Update to 2.0.9. [propagated-inputs]: Add python-urllib3. [home-page]: Update URL.
2023-04-14gnu: ruby-activesupport: Skip a failing test on i686-linux.Maxim Cournoyer
* gnu/packages/rails.scm (ruby-activesupport) [arguments]: Skip the test_iso8601_output_and_reparsing test when building for i686-linux.
2023-04-14gnu: go: Update home page URL.Maxim Cournoyer
* gnu/packages/golang.scm (go-1.4) [home-page]: Update URL.
2023-04-14gnu: python-coverage: Update to 5.5.Giacomo Leidi
* gnu/packages/check.scm (python-coverage): Update to 5.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-14gnu: 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-04-14gnu: ucd: Update to 15.0.0.Vivien Kraus
* gnu/packages/unicode.scm (ucd): Update to 15.0.0.
2023-04-14gnu: Remove ucd-next.Maxim Cournoyer
* gnu/packages/build-tools.scm (ucd-next): Delete variable.
2023-04-14gnu: go-1.17: Update to 1.17.13.Hilton Chain
* gnu/packages/golang.scm (go-1.17): Update to 1.17.13. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-14gnu: hdf5-1.8: Delete trailing #t.Maxim Cournoyer
* gnu/packages/maths.scm (hdf5-1.8) [arguments]: Delete trailing #t.
2023-04-14gnu: Add hdf5@1.14.Greg Hogan
* gnu/packages/maths.scm (hdf5-1.14): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-14gnu: hdf5@1.12: Update to 1.12.2.Greg Hogan
* gnu/packages/maths.scm (hdf5-1.12): Update to 1.12.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-14gnu: hdf5@1.10: Update to 1.10.9.Greg Hogan
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.9. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-14gnu: hdf5@1.8: Update to 1.8.23.Greg Hogan
* gnu/packages/maths.scm (hdf5-1.8): Update to 1.8.23. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-14Revert "gnu: subversion: Tentatively reinstate parallel tests."Maxim Cournoyer
This reverts commit 54ee868cbed729c3789c6121193a823d68557daa.
2023-04-14gnu: ruby-pg: Update to 1.4.6.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
2023-04-14gnu: ruby-puma: Disable a flaky test.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-puma) [arguments]: Disable the hot_restart_does_not_drop_connections tests, which fail non-deterministically.
2023-04-14ruby: ruby-nokogiri: Update issue URL in comment.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-nokogiri) [arguments]: Update issue URL in delete-mkmf.log phase.
2023-04-14gnu: ruby-puma: Do not install mkmf.log file.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-puma) [arguments]: Add delete-mkmf.log phase.
2023-04-14gnu: ruby-puma: Update to 6.2.0.Maxim Cournoyer
* gnu/packages/ruby.scm (ruby-puma): Update to 6.2.0.
2023-04-14gnu: perl-io-socket-ssl: Update to 2.081.Bruno Victal
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.081. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-14gnu: kcodecs: Update to 5.104.0.Maxim Cournoyer
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.104.0.
2023-04-14gnu: extra-cmake-modules: Update to 5.104.0.Maxim Cournoyer
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.104.0.
2023-04-14gnu: qtwebengine-5: Update to 5.15.8.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/52672>. * gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.8. [source]: Fix indentation. [arguments]: Use gexps.
2023-04-14gnu: qtspeech: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtspeech): Update to 5.15.8.
2023-04-14gnu: qtremoteobjects: Update to 6.3.2.Maxim Cournoyer
* gnu/packages/qt.scm (qtremoteobjects): No longer inherit from qtsvg-5. Update to 6.3.2. [arguments]: Use gexps. Delete remove-failing-test phase. Add set-display, prepare-for-tests and move check phase after install phase. [home-page, license]: New fields.
2023-04-14gnu: qtnetworkauth-5: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.8.
2023-04-14gnu: qtdatavis3d: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.8.
2023-04-14gnu: qtcharts: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtcharts): Update to 5.15.8. [arguments]: Use gexps.
2023-04-14gnu: qtpurchasing: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtpurchasing): Update to 5.15.8.
2023-04-14gnu: qtscxml: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtscxml): Update to 5.15.8.
2023-04-14gnu: qtgamepad: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtgamepad): Update to 5.15.8.
2023-04-14gnu: qtgraphicaleffects: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtgraphicaleffects): Update to 5.15.8.
2023-04-14gnu: qtquickcontrols2-5: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.8.
2023-04-14gnu: qtquickcontrols-5: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.8.
2023-04-14gnu: qtscript: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtscript): Update to 5.15.8.
2023-04-14gnu: qttools-5: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qttools-5): Update to 5.15.8.
2023-04-14gnu: qtlocation: Update to 5.15.5.Maxim Cournoyer
* gnu/packages/qt.scm (qtlocation): Update to 5.15.5. [arguments]: Use gexps.
2023-04-14gnu: qtwebview: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebview): Update to 5.15.8.
2023-04-14gnu: qtwebglplugin: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.8. [arguments]: Use gexps.
2023-04-14gnu: qtwebchannel-5: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.8.
2023-04-14gnu: qtserialbus: Update to 5.15.8.Maxim Cournoyer
* gnu/packages/qt.scm (qtserialbus): Update to 5.15.8. [arguments]: Use gexps. Use search-input-file in the patch-libsocketcan-reference phase.