summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add emacs-wttrin.Brian Leung2019-09-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-wttrin): New variable.
* gnu: emacs-xterm-color: Update to 1.9.Brian Leung2019-09-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-xterm-color): Update to 1.9.
* gnu: Move openmw-openscenegraph to graphics.scm.Marius Bakke2019-09-24
| | | | | | | | | Package inheritance across modules may cause unbound variable errors at expansion time because of cyclic dependencies between the modules. * gnu/packages/game-development.scm (openmw-openscenegraph): Move from here ... * gnu/packages/graphics.scm (openmw-openscenegraph): ... to here. Make the variable public and "hide" the package.
* gnu: emacs-el-search: Update to 1.12.6.1-2.07bed84.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-el-search): Update to 1.12.6.1-2.07bed84.
* gnu: Add emacs-cl-print.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-cl-print): New variable.
* gnu: emacs-stream: Update to 2.2.4-1.a3f3da1.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-stream): Update to 2.2.4-1.a3f3da1.
* gnu: p11-kit: Update to 0.23.17.Marius Bakke2019-09-24
| | | | | | | * gnu/packages/patches/p11-kit-jks-timestamps.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/tls.scm (p11-kit): Update to 0.23.17. [source](patches): Remove.
* gnu: OpenEXR: Update home page.Marius Bakke2019-09-24
| | | | * gnu/packages/graphics.scm (ilmbase, openexr)[home-page]: Use HTTPS.
* gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444].Marius Bakke2019-09-24
| | | | | | | | | | | | | | | | | * gnu/packages/patches/ilmbase-fix-tests.patch: Adjust for new origin. * gnu/packages/patches/ilmbase-openexr-pkg-config.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (ilmbase): Update to 2.4.0. [source]: Change to GIT-FETCH, as tarballs are no longer provided. Add new patch. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Add phase to enter the correct source directory. * gnu/packages/graphics.scm (openexr): Update to 2.4.0. [source]: Inherit from ILMBASE, which comes from the same repository. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Add phase to enter the correct source directory. * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Enable C++11. * gnu/packages/image-processing.scm (opencv)[arguments]: Likewise.
* gnu: varnish: Update to 6.3.0.Marius Bakke2019-09-24
| | | | | * gnu/packages/web.scm (varnish): Update to 6.3.0. [arguments]: Patch /bin/sh in one more file.
* gnu: ffmpeg: Update to 4.2.1.Marius Bakke2019-09-24
| | | | * gnu/packages/video.scm (ffmpeg): Update to 4.2.1.
* gnu: re2: Update to 2019-09-01.Marius Bakke2019-09-24
| | | | * gnu/packages/regex.scm (re2): Update to 2019-09-01.
* gnu: openvswitch: Update to 2.12.0.Marius Bakke2019-09-24
| | | | * gnu/packages/networking.scm (openvswitch): Update to 2.12.0.
* gnu: fmt: Update to 6.0.0.Marius Bakke2019-09-24
| | | | * gnu/packages/pretty-print.scm (fmt): Update to 6.0.0.
* gnu: keepalived: Update home page.Marius Bakke2019-09-24
| | | | * gnu/packages/cluster.scm (keepalived)[home-page]: Use HTTPS.
* gnu: keepalived: Update to 2.0.18.Marius Bakke2019-09-24
| | | | * gnu/packages/cluster.scm (keepalived): Update to 2.0.18.
* gnu: keepalived: Fix documentation generation.Marius Bakke2019-09-24
| | | | | * gnu/packages/cluster.scm (keepalived)[arguments]: Copy software_design.png from the correct place.
* gnu: emacs-flycheck: Update to 31-1.0006a59.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 31-1.0006a59.
* gnu: emacs-markdown-mode: Don't use unstable tarball.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-markdown-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: openmw: Use OpenMW's fork of openscenegraph.Pierre Neidhardt2019-09-24
| | | | | * gnu/packages/game-development.scm (openmw)[inputs]: Replace openscenegraph with openmw-openscenegraph.
* gnu: openscenegraph: Update to 3.6.4 and build JPEG plugin.Pierre Neidhardt2019-09-24
| | | | | * gnu/packages/graphics.scm (openscenegraph): Update to 3.6.4. [inputs]: Add libjpeg.
* gnu: Add mojoshader-with-viewport-flip.Pierre Neidhardt2019-09-24
| | | | * gnu/packages/gl.scm (mojoshader-with-viewport-flip): New variable.
* gnu: mojoshader: Broaden feature support (viewport flipping and depth clipping).Pierre Neidhardt2019-09-24
| | | | | * gnu/packages/gl.scm (mojoshader)[arguments]: Build with FLIP_VIEWPORT and DEPTH_CLIPPING.
* gnu: emacs-stream: Enable tests.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-stream): Enable tests.
* gnu: emacs-evil-surround: Enable tests.Brian Leung2019-09-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-surround): Enable tests.
* gnu: asymptote: Update to 2.53.Nicolas Goaziou2019-09-24
| | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.53.
* gnu: emacs-rainbow-delimiters: Enable tests.Brian Leung2019-09-24
| | | | | * gnu/packages/emacs-xyz.scm (emacs-rainbow-delimiters): Enable tests. [source] Use GIT-FETCH and GIT-FILE-NAME.
* gnu: Add mojoshader.Pierre Neidhardt2019-09-24
| | | | * gnu/packages/gl.scm (mojoshader): New variable.
* gnu: emacs-rust-mode: Update to 0.4.0.Brett Gilio2019-09-24
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.4.0. Signed-off-by: Brian Leung <leungbk@mailfence.com>
* gnu: Register (gnu packages distributed).Efraim Flashner2019-09-24
| | | | | | This is a follow-up to 2d25b0c8bad3f0b9c5ccb91f5c4430d8245f4061. * gnu/local.mk (GNU_SYSTEM_MODULES): Add (gnu packages distributed).
* gnu: Add boinc-client and boinc-server.Brant Gardner2019-09-24
| | | | | | * gnu/packages/distributed.scm (boinc-client, boinc-server): New variable. Signed-off-by: Brian Leung <leungbk@mailfence.com>
* gnu: sxhkd: Sensibly name source checkout.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/xdisorg.scm (sxhkd)[source]: Use GIT-FILE-NAME.
* gnu: mako: Update to 1.4.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/wm.scm (mako): Update to 1.4.
* gnu: sxhkd: Update to 0.6.1.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.1.
* gnu: java-dom4j: Update to 2.1.1.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/xml.scm (java-dom4j): Update to 2.1.1.
* Revert "gnu: qpdf: Update to 9.0.1."Tobias Geerinckx-Rice2019-09-24
| | | | | This reverts commit 88808152d993ea170126ec41905a889227905873. It was intended for staging.
* gnu: qpdf: Update to 9.0.1.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/pdf.scm (qpdf): Update to 9.0.1.
* gnu: ethtool: Update to 5.3.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/networking.scm (ethtool): Update to 5.3.
* gnu: linux-libre: Update to 4.4.194.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.4.194.
* gnu: linux-libre: Update to 4.9.194.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.9.194.
* gnu: linux-libre: Update to 4.14.146.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.14.146.
* gnu: linux-libre: Update to 4.19.75.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.19.75.
* gnu: linux-libre: Update to 5.2.17.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/linux.scm (linux-libre): Update to 5.2.17.
* gnu: linux-libre: Update deblobbing scripts.Tobias Geerinckx-Rice2019-09-24
| | | | | | | | | * gnu/packages/linux.scm (deblob-scripts-4.4): Update to version 4.4.194 and update the 'deblob-check' hash. (deblob-scripts-5.2, deblob-scripts-4.19) (deblob-scripts-4.14, deblob-scripts-4.9): Update to versions 5.2.17, 4.19.75, 4.14.146, and 4.9.194 respectively, although the scripts themselves are unchanged.
* doc: Remove more ‘guixsd’ remnants.Tobias Geerinckx-Rice2019-09-24
| | | | | * doc/guix.texi (Installing Guix in a VM): Use ‘guix-system.img’ as image file name.
* gnu: xterm: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/xorg.scm (xterm)[source]: Hard-code NAME.
* gnu: xterm: Update to 349.Tobias Geerinckx-Rice2019-09-24
| | | | * gnu/packages/xorg.scm (xterm): Update to 349.
* gnu: glm: Update to 0.9.9.6.Tobias Geerinckx-Rice2019-09-24
| | | | | | | * gnu/packages/maths.scm (glm): Update to 0.9.9.6. [source]: Add patch. * gnu/packages/patches/glm-restore-install-target.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* pull: Use ~/.cache/guix/checkouts instead of ~/.cache/guix/pull.Ludovic Courtès2019-09-23
| | | | | | | | | Previously 'channel-news-for-commit' would use the former while 'guix pull' would use the latter. Consequently, the first 'guix pull -N' would clone the repository anew. * guix/scripts/pull.scm (guix-pull): Remove 'cache', and leave %REPOSITORY-CACHE-DIRECTORY to its default value.
* gnu: cuirass: Update to d27ff21.Ludovic Courtès2019-09-23
| | | | * gnu/packages/ci.scm (cuirass): Update to d27ff21.