Age | Commit message (Expand) | Author |
---|---|---|
2023-04-01 | gnu: imgui: Use gexp output variables....* gnu/packages/toolkits.scm (imgui) [arguments]: Use gexp variables in install phase. | Maxim Cournoyer |
2023-04-01 | 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-01 | gnu: gnunet: Update home page....* gnu/packages/gnunet.scm (gnunet) [home-page]: Update URL. | Maxim Cournoyer |
2023-04-01 | gnu: openboardview: Update home page....* gnu/packages/electronics.scm (openboardview) [home-page]: Update URL. | Maxim Cournoyer |
2023-04-01 | 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-01 | 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-01 | 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-03-31 | gnu: blender: Update to 3.3.5....* gnu/packages/graphics.scm (blender): Update to 3.3.5. | Maxim Cournoyer |
2023-03-31 | gnu: blender: Use ffmpeg 5....* gnu/packages/graphics.scm (blender) [inputs]: Replace ffmpeg with ffmpeg-5. | Maxim Cournoyer |
2023-03-31 | 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-03-31 | gnu: gnunet: Disable flaky tests....* gnu/packages/gnunet.scm (gnunet) [arguments]: Add a disable-problematic-tests phase. | Maxim Cournoyer |
2023-03-31 | gnu: gnunet: Fix indentation and use gexps....* gnu/packages/gnunet.scm (gnunet): Fix indentation. [arguments]: Use gexps and delete trailing #t. | Maxim Cournoyer |
2023-03-31 | Merge branch 'master' into staging | Maxim Cournoyer |
2023-03-31 | 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. | Maxim Cournoyer |
2023-03-31 | 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. | Maxim Cournoyer |
2023-03-31 | 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-03-31 | gnu: r-bionero: Update to 1.6.1....* gnu/packages/bioconductor.scm (r-bionero): Update to 1.6.1. | Ricardo Wurmus |
2023-03-31 | gnu: r-flowclust: Update to 3.36.1....* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.36.1. | Ricardo Wurmus |
2023-03-31 | gnu: r-rhdf5filters: Update to 1.10.1....* gnu/packages/bioconductor.scm (r-rhdf5filters): Update to 1.10.1. | Ricardo Wurmus |
2023-03-31 | gnu: r-biomart: Update to 2.54.1....* gnu/packages/bioconductor.scm (r-biomart): Update to 2.54.1. | Ricardo Wurmus |
2023-03-31 | gnu: r-annotationforge: Update to 1.40.2....* gnu/packages/bioconductor.scm (r-annotationforge): Update to 1.40.2. | Ricardo Wurmus |
2023-03-31 | gnu: r-anvil: Update to 1.10.2....* gnu/packages/bioconductor.scm (r-anvil): Update to 1.10.2. | Ricardo Wurmus |
2023-03-31 | gnu: r-amaretto: Update to 1.14.0....* gnu/packages/bioconductor.scm (r-amaretto): Update to 1.14.0. | Ricardo Wurmus |
2023-03-31 | 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-03-31 | gnu: Add fbautostart....* gnu/packages/wm.scm (fbautostart): New variable. | Danny Milosavljevic |
2023-03-31 | 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-03-31 | gnu: Add emu8051....* gnu/packages/emulators.scm (emu8051): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> | c4droid |
2023-03-31 | gnu: Add tree-sitter-heex....gnu/packages/tree-sitter.scm (tree-sitter-heex): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in> | ivan-p-sokolov@ya.ru |
2023-03-30 | gnu: go: Update home page URL....* gnu/packages/golang.scm (go-1.4) [home-page]: Update URL. | Maxim Cournoyer |
2023-03-30 | 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-03-30 | 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 | gnu: ucd: Update to 15.0.0....* gnu/packages/unicode.scm (ucd): Update to 15.0.0. | Vivien Kraus |
2023-03-30 | gnu: Remove ucd-next....* gnu/packages/build-tools.scm (ucd-next): Delete variable. | Maxim Cournoyer |
2023-03-30 | 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-03-30 | gnu: hdf5-1.8: Delete trailing #t....* gnu/packages/maths.scm (hdf5-1.8) [arguments]: Delete trailing #t. | Maxim Cournoyer |
2023-03-30 | 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-03-30 | 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-03-30 | 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-03-30 | 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-03-30 | 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. | Leo Famulari |
2023-03-30 | 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. | Leo Famulari |
2023-03-30 | 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. | Leo Famulari |
2023-03-30 | Revert "gnu: subversion: Tentatively reinstate parallel tests."...This reverts commit 54ee868cbed729c3789c6121193a823d68557daa. | Maxim Cournoyer |
2023-03-30 | gnu: ruby-pg: Update to 1.4.6....* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6. | Maxim Cournoyer |
2023-03-31 | 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. | Jonathan Brielmaier |
2023-03-30 | 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-03-30 | 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-03-30 | gnu: ruby-puma: Do not install mkmf.log file....* gnu/packages/ruby.scm (ruby-puma) [arguments]: Add delete-mkmf.log phase. | Maxim Cournoyer |
2023-03-30 | gnu: Add zsh-completions...* gnu/packages/shellutils.scm (zsh-completions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Timo Wilken |
2023-03-30 | gnu: Add zsh-history-substring-search...* gnu/packages/shellutils.scm (zsh-history-substring-search): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Timo Wilken |