summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add ascii2binary.Hartmut Goebel2019-08-27
| | | | * gnu/packages/textutils.scm (ascii2binary): New variable.
* gnu: mkvtoolnix:gui: Don't require :out to be installed.Tobias Geerinckx-Rice2019-08-27
| | | | | * gnu/packages/video.scm (mkvtoolnix)[arguments]: Add a ‘patch-relative-file-names’ phase to call ‘mkvmerge’ from :out.
* gnu: mkvtoolnix: Use @command{}.Tobias Geerinckx-Rice2019-08-27
| | | | | * gnu/packages/video.scm (mkvtoolnix)[description]: Substitute @command{} for @code{}.
* Merge branch 'wip-binaries'Mark H Weaver2019-08-26
|\
| * bootstrap: guile-static: Disable parallel build.Mark H Weaver2019-08-15
| | | | | | | | | | * gnu/packages/make-bootstrap.scm (%guile-static)[arguments]: Override #:parallel-build? to be #f.
| * bootstrap: Build bootstrap bash deterministically.Mark H Weaver2019-08-15
| | | | | | | | | | | | | | * gnu/packages/patches/bash-4.4-linux-pgrp-pipe.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/make-bootstrap.scm (static-bash-for-bootstrap): New variable. (%static-inputs): Use 'static-bash-for-bootstrap' instead of 'static-bash'.
| * bootstrap: Build the new reduced binary seed bootstrap on x86.Mark H Weaver2019-08-15
| | | | | | | | | | | | * gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[inputs]: On i686-linux and x86_64-linux, substitute linux-libre-headers, Mes, and MesCC, in place of GCC, binutils, and glibc.
| * bootstrap: Add mes-minimal-stripped-tarball.Jan Nieuwenhuizen2019-08-15
| | | | | | | | | | | | | | * gnu/packages/make-bootstrap.scm (%mes-minimal, %mes-minimal-stripped, %mes-bootstrap-tarball): New variable. Modified-By: Mark H Weaver <mhw@netris.org>
| * bootstrap: Add mescc-tools-static-stripped-tarball.Jan Nieuwenhuizen2019-08-15
| | | | | | | | | | | | | | * gnu/packages/make-bootstrap.scm (%mescc-tools-static, %mescc-tools-static-stripped, %mescc-tools-bootstrap-tarball): New variable. Modified-By: Mark H Weaver <mhw@netris.org>
| * gnu: Add linux-libre-headers-bootstrap-tarball.Jan Nieuwenhuizen2019-08-15
| | | | | | | | | | * gnu/packages/make-bootstrap.scm (%linux-libre-headers-stripped): New variable. (%linux-libre-headers-bootstrap-tarball): New variable.
* | gnu: linux-libre: Update deblobbing scripts.Mark H Weaver2019-08-26
| | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (deblob-scripts-4.9): Update to version 4.9.190 and update the 'deblob-check' hash. (deblob-scripts-5.2, deblob-scripts-4.19) (deblob-scripts-4.14, deblob-scripts-4.4): Update to versions 5.2.10, 4.19.68, 4.14.140, and 4.4.190 respectively, although the scripts themselves are unchanged.
* | gnu: cuirass: Update to 0.0.1-23.1cd2f93.Ricardo Wurmus2019-08-27
| | | | | | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-23.1cd2f93.
* | gnu: python-pip: Update to 19.2.1.Nicolas Goaziou2019-08-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pip): Update to 19.2.1.
* | gnu: emacs-zerodark-theme: Fix modeline.Giacomo Leidi2019-08-26
| | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme)[propagated-inputs]: Add emacs-flycheck to prevent errors when themed modeline is active. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: mkvtoolnix: Update to 37.0.0.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/video.scm (mkvtoolnix): Update to 37.0.0.
* | gnu: mkvtoolnix: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/video.scm (mkvtoolnix)[source]: Hard-code NAME.
* | gnu: Rust-num-integer: Move rust-autocfg to cargo-inputs.Efraim Flashner2019-08-26
| | | | | | | | | | * gnu/packages/crates-io.scm (rust-num-integer)[arguments]: Move rust-autocfg from cargo-development-inputs to cargo-inputs.
* | gnu: iverilog: Update to 10.3.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/fpga.scm (iverilog): Update to 10.3.
* | gnu: mupen64plus-rsp-z64: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-rsp-z64)[home-page]: Use HTTPS.
* | gnu: mupen64plus-rsp-hle: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-rsp-hle)[home-page]: Use HTTPS.
* | gnu: mupen64plus-input-sdl: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-input-sdl)[home-page]: Use HTTPS.
* | gnu: mupen64plus-audio-sdl: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-audio-sdl)[home-page]: Use HTTPS.
* | gnu: mupen64plus-core: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-core)[home-page]: Use HTTPS.
* | gnu: retroarch: Update to 1.7.8.Rutger Helling2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (retroarch): Update to 1.7.8.
* | gnu: guile-next: Update to 2.9.4.Ludovic Courtès2019-08-26
| | | | | | | | * gnu/packages/guile.scm (guile-next): Update to 2.9.4.
* | gnu: sysstat: Update source URL.Ludovic Courtès2019-08-26
| | | | | | | | | | | | This is a followup to 3d76112769d2149e81b7cc774d859469d1f1909e. * gnu/packages/linux.scm (sysstat): Update URL.
* | gnu: rage: Update to 0.3.1.Efraim Flashner2019-08-26
| | | | | | | | * gnu/packages/enlightenment.scm (rage): Update to 0.3.1.
* | gnu: efl: Update to 1.22.3.Efraim Flashner2019-08-26
| | | | | | | | * gnu/packages/enlightenment.scm (efl): Update to 1.22.3.
* | gnu: Add cvassistant.Jesse Gibbons2019-08-26
| | | | | | | | | | | | * gnu/package/cvassistant.scm: New file. * gnu/local.mk: Add it. * gnu/packages/cvassistant.scm (cvassistant): New variable.
* | gnu: python-pillow: Update to 6.1.0.Nicolas Goaziou2019-08-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pillow): Update to 6.1.0.
* | gnu: Add python-pyroutelib3.Nicolas Goaziou2019-08-26
| | | | | | | | * gnu/packages/python-xyz.scm (python-pyroutelib3): New variable.
* | gnu: perl-namespace-autoclean: Update to 0.29.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/perl.scm (perl-namespace-autoclean): Update to 0.29.
* | gnu: python-cvxopt: Update to 1.2.3.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/maths.scm (python-cvxopt): Update to 1.2.3.
* | gnu: snd: Don't install the licence twice.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | | | * gnu/packages/audio.scm (snd)[arguments]: Let the build system install ‘COPYING’ once.
* | gnu: snd: Set correct --with-doc-dir.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | | | * gnu/packages/audio.scm (snd)[arguments]: Match #:configure-flags to phases.
* | gnu: snd: Update to 19.6.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/audio.scm (snd): Update to 19.6.
* | gnu: rmlint: Update to 2.9.0.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/disk.scm (rmlint): Update to 2.9.0.
* | gnu: mupen64plus-video-z64: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-video-z64)[home-page]: Use HTTPS.
* | gnu: mupen64plus-video-rice: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-video-rice)[home-page]: Use HTTPS.
* | gnu: mupen64plus-video-glide64mk2: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-video-glide64mk2)[home-page]: Use HTTPS.
* | gnu: mupen64plus-video-glide64: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-video-glide64)[home-page]: Use HTTPS.
* | gnu: mupen64plus-video-arachnoid: Use HTTPS home page.Tobias Geerinckx-Rice2019-08-26
| | | | | | | | * gnu/packages/emulators.scm (mupen64plus-video-arachnoid)[home-page]: Use HTTPS.
* | gnu: linux-libre: Update to 5.2.10.Mark H Weaver2019-08-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.10. (linux-libre-5.2-pristine-source)[hash]: Update hash.
* | gnu: linux-libre@4.19: Update to 4.19.68.Mark H Weaver2019-08-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.68. (linux-libre-4.19-pristine-source)[hash]: Update hash.
* | gnu: linux-libre@4.14: Update to 4.14.140.Mark H Weaver2019-08-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.140. (linux-libre-4.14-pristine-source)[hash]: Update hash.
* | gnu: linux-libre@4.9: Update to 4.9.190.Mark H Weaver2019-08-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.190. (linux-libre-4.9-pristine-source)[hash]: Update hash.
* | gnu: linux-libre@4.4: Update to 4.4.190.Mark H Weaver2019-08-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.190. (linux-libre-4.4-pristine-source)[hash]: Update hash.
* | gnu: shroud: Update to 0.1.2.Amar Singh2019-08-25
| | | | | | | | | | | | | | | | * gnu/packages/password-utils.scm (shroud): Update to 0.1.2. Shroud now builds with Guile-2.2. Remove hardcoded '2.0' string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: Add wterm.ison2019-08-25
| | | | | | | | | | | | * gnu/packages/terminals.scm (wterm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: ghostscript: Replace with the "fixed" Ghostscript.Ludovic Courtès2019-08-25
| | | | | | | | | | | | * gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field. (ghostscript/fixed)[version]: Remove, to comply with the same-length constraint of grafts.