Age | Commit message (Expand) | Author |
---|---|---|
2023-04-14 | gnu: gst-plugins-good: Skip the test_video_caps_late test....* gnu/packages/gstreamer.scm (gst-plugins-good) [arguments]: Skip the test_video_caps_late test in the skip-failing-tests phase. | Maxim Cournoyer |
2023-04-14 | gnu: gstreamer: Fix indentation....* gnu/packages/gstreamer.scm (gstreamer): Fix indentation. | Maxim Cournoyer |
2023-04-14 | gnu: python-trio-typing: Update to 0.8.0....* gnu/packages/python-xyz.scm (python-trio-typing): Update to 0.8.0. | Maxim Cournoyer |
2023-04-14 | gnu: python-trio: Update to 0.22.0....* gnu/packages/python-xyz.scm (python-trio): Update to 0.22.0. [arguments]: Break long line in check phase. [propagated-inputs]: Add python-cffi and python-exceptiongroup. | Maxim Cournoyer |
2023-04-14 | gnu: python-exceptiongroup: Update to 1.1.1....* gnu/packages/python-xyz.scm (python-exceptiongroup): Update to 1.1.1. | Maxim Cournoyer |
2023-04-14 | gnu: rust-ucd-trie-0.1: Update to 0.1.5....* gnu/packages/crates-io.scm (rust-ucd-trie-0.1): Update to 0.1.5. [cargo-inputs]: Remove rust-lazy-static-1. Add rust-once-cell-1. | Efraim Flashner |
2023-04-14 | gnu: farstream: Use gexps....* gnu/packages/freedesktop.scm (farstream) [arguments]: Use gexps. Ungexp 'common' origin in-place. Use search-input-directory in patch-docbook-xml phase. [native-inputs]: Remove labels. [inputs, propagated-inputs]: Re-indent. | Maxim Cournoyer |
2023-04-14 | 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. | Maxim Cournoyer |
2023-04-14 | gnu: gnunet: Update to 0.19.4....* gnu/packages/gnunet.scm (gnunet): Update to 0.19.4. | Maxim Cournoyer |
2023-04-14 | gnu: imgui: Update to 1.89.4....* gnu/packages/toolkits.scm (imgui): Update to 1.89.4. | Maxim Cournoyer |
2023-04-14 | gnu: openboardview: Use imgui-1.87....* gnu/packages/electronics.scm (openboardview) [inputs]: Downgrade imgui to version 1.87. | Maxim Cournoyer |
2023-04-14 | gnu: Add imgui-1.87....* gnu/packages/toolkits.scm (imgui-1.87): New variable. | Maxim Cournoyer |
2023-04-14 | gnu: imgui: Use gexp output variables....* gnu/packages/toolkits.scm (imgui) [arguments]: Use gexp variables in install phase. | Maxim Cournoyer |
2023-04-14 | 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. | Maxim Cournoyer |
2023-04-14 | gnu: gnunet: Update home page....* gnu/packages/gnunet.scm (gnunet) [home-page]: Update URL. | Maxim Cournoyer |
2023-04-14 | gnu: openboardview: Update home page....* gnu/packages/electronics.scm (openboardview) [home-page]: Update URL. | Maxim Cournoyer |
2023-04-14 | 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. | Maxim Cournoyer |
2023-04-14 | 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. | Maxim Cournoyer |
2023-04-14 | gnu: imgui: Use unsigned int vertex indexes....* gnu/packages/toolkits.scm (imgui) [arguments]: Add the "-DImDrawIdx=unsigned int" compiler option to the build phase. | Maxim Cournoyer |
2023-04-14 | gnu: blender: Update to 3.3.5....* gnu/packages/graphics.scm (blender): Update to 3.3.5. | Maxim Cournoyer |
2023-04-14 | gnu: blender: Use ffmpeg 5....* gnu/packages/graphics.scm (blender) [inputs]: Replace ffmpeg with ffmpeg-5. | Maxim Cournoyer |
2023-04-14 | 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. | Maxim Cournoyer |
2023-04-14 | gnu: gnunet: Disable flaky tests....* gnu/packages/gnunet.scm (gnunet) [arguments]: Add a disable-problematic-tests phase. | Maxim Cournoyer |
2023-04-14 | gnu: gnunet: Fix indentation and use gexps....* gnu/packages/gnunet.scm (gnunet): Fix indentation. [arguments]: Use gexps and delete trailing #t. | Maxim Cournoyer |
2023-04-14 | 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. | Maxim Cournoyer |
2023-04-14 | 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. | Maxim Cournoyer |
2023-04-14 | 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. | Maxim Cournoyer |
2023-04-14 | gnu: go: Update home page URL....* gnu/packages/golang.scm (go-1.4) [home-page]: Update URL. | Maxim Cournoyer |
2023-04-14 | 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> | Giacomo Leidi |
2023-04-14 | 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-04-14 | gnu: ucd: Update to 15.0.0....* gnu/packages/unicode.scm (ucd): Update to 15.0.0. | Vivien Kraus |
2023-04-14 | gnu: Remove ucd-next....* gnu/packages/build-tools.scm (ucd-next): Delete variable. | Maxim Cournoyer |
2023-04-14 | 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> | Hilton Chain |
2023-04-14 | gnu: hdf5-1.8: Delete trailing #t....* gnu/packages/maths.scm (hdf5-1.8) [arguments]: Delete trailing #t. | Maxim Cournoyer |
2023-04-14 | gnu: Add hdf5@1.14....* gnu/packages/maths.scm (hdf5-1.14): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> | Greg Hogan |
2023-04-14 | 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> | Greg Hogan |
2023-04-14 | 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> | Greg Hogan |
2023-04-14 | 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> | Greg Hogan |
2023-04-14 | Revert "gnu: subversion: Tentatively reinstate parallel tests."...This reverts commit 54ee868cbed729c3789c6121193a823d68557daa. | Maxim Cournoyer |
2023-04-14 | gnu: ruby-pg: Update to 1.4.6....* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6. | Maxim Cournoyer |
2023-04-14 | gnu: ruby-puma: Disable a flaky test....* gnu/packages/ruby.scm (ruby-puma) [arguments]: Disable the hot_restart_does_not_drop_connections tests, which fail non-deterministically. | Maxim Cournoyer |
2023-04-14 | ruby: ruby-nokogiri: Update issue URL in comment....* gnu/packages/ruby.scm (ruby-nokogiri) [arguments]: Update issue URL in delete-mkmf.log phase. | Maxim Cournoyer |
2023-04-14 | gnu: ruby-puma: Do not install mkmf.log file....* gnu/packages/ruby.scm (ruby-puma) [arguments]: Add delete-mkmf.log phase. | Maxim Cournoyer |
2023-04-14 | gnu: ruby-puma: Update to 6.2.0....* gnu/packages/ruby.scm (ruby-puma): Update to 6.2.0. | Maxim Cournoyer |
2023-04-14 | gnu: perl-io-socket-ssl: Update to 2.081....* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.081. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> | Bruno Victal |
2023-04-14 | gnu: kcodecs: Update to 5.104.0....* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.104.0. | Maxim Cournoyer |
2023-04-14 | gnu: extra-cmake-modules: Update to 5.104.0....* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.104.0. | Maxim Cournoyer |
2023-04-14 | gnu: qtwebengine-5: Update to 5.15.8....Fixes <https://issues.guix.gnu.org/52672>. * gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.8. [source]: Fix indentation. [arguments]: Use gexps. | Maxim Cournoyer |
2023-04-14 | gnu: qtspeech: Update to 5.15.8....* gnu/packages/qt.scm (qtspeech): Update to 5.15.8. | Maxim Cournoyer |
2023-04-14 | gnu: qtremoteobjects: Update to 6.3.2....* 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. | Maxim Cournoyer |