Age | Commit message (Expand) | Author |
2019-09-26 | gnu: emacs-xelb: Update to 0.18....* gnu/packages/emacs-xyz.scm (emacs-xelb): Update to 0.18.
| Tobias Geerinckx-Rice |
2019-09-26 | gnu: fmit: Update to 1.2.13....* gnu/packages/music.scm (fmit): Update to 1.2.13.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: xf86-input-wacom: Don't use NAME in source URI....* gnu/packages/xdisorg.scm (xf86-input-wacom)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: youtube-dl: Update to 2019.09.12.1....* gnu/packages/video.scm (youtube-dl): Update to 2019.09.12.1.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: celluloid: Update to 0.17 from gnome-mpv....* gnu/packages/video.scm (celluloid): ‘New’ public variable.
(gnome-mpv): Redefine as DEPRECATED-PACKAGE.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: iproute2: Add libmnl input....* gnu/packages/linux.scm (iproute)[inputs]: Add libmnl.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: iproute2: Update to 5.3.0....* gnu/packages/linux.scm (iproute): Update to 5.3.0.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: rofi: Update to 1.5.4....* gnu/packages/xdisorg.scm (rofi): Update to 1.5.4.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: mlt: Update to 6.16.0....* gnu/packages/video.scm (mlt): Update to 6.16.0.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: spirv-tools: Use GIT-FILE-NAME....* gnu/packages/vulkan.scm (spirv-tools)[source]: Use GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: spirv-tools: Update to 2019.2....* gnu/packages/vulkan.scm (spirv-tools): Update to 2019.2.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: you-get: Update to 0.4.1355....* gnu/packages/video.scm (you-get): Update to 0.4.1355.
| Tobias Geerinckx-Rice |
2019-09-25 | gnu: freeimage: Update to 3.18.0....* gnu/packages/image.scm (freeimage): Update to 3.18.0.
[source]: Modify snippet to remove the bundled libjxr. Remove obsolete
patches.
[arguments]: Add libjxr include directory to #:make-flags.
[inputs]: Add libjxr.
* gnu/packages/patches/freeimage-CVE-2015-0852.patch,
gnu/packages/patches/freeimage-CVE-2016-5684.patch,
gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Unregister patches.
* gnu/packages/patches/freeimage-unbundle.patch: Update patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Kei Kebrau |
2019-09-25 | gnu: libjxr: Build and install shared library....* gnu/packages/image.scm (libjxr)[arguments]: Add -fPIC to CFLAGS for shared
library support. Add 'build-shared-library' phase and modify 'install' phase
to install the shared libraries.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Kei Kebreau |
2019-09-25 | gnu: freeimage: Build with the C++ 11 standard....This is a follow-up to commit 942c7889498fc8e680a16d500e166c9ade84e640.
* gnu/packages/image.scm (freeimage)[arguments]: Pass -std=gnu++11 in CFLAGS.
| Marius Bakke |
2019-09-25 | installer: Update to Guile-Parted 0.0.2 release....* gnu/installer/parted.scm (data-partition?, metadata-partition?,
freespace-partition?, normal-partition?, extended-partition?,
logical-partition?): Remove, as now provided by Guile-Parted.
* gnu/installer/newt/partition.scm (run-disk-page): Remove disk-destroy calls,
replace disk-delete-all by disk-remove-all-partitions and
disk-delete-partition by disk-remove-partition*.
| Mathieu Othacehe |
2019-09-25 | gnu: guile-parted: Update to 0.0.2....* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.2.
| Mathieu Othacehe |
2019-09-25 | gnu: Add r-assertable....* gnu/packages/cran.scm (r-assertable): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Wiktor Żelazny |
2019-09-25 | gnu: emacs-exwm: Update to 0.23....* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.23.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Divan Santana |
2019-09-25 | services: Add the Guix Data Service....* gnu/services/guix.scm: New file.
* gnu/tests/guix.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add both new files.
* doc/guix.texi (Guix Services): New section documenting the Guix Data
Service.
| Christopher Baines |
2019-09-25 | gnu: Add guix-data-service....* gnu/packages/web.scm (guix-data-service): New variable.
| Christopher Baines |
2019-09-25 | gnu: emacs-vdiff: Enable tests....* gnu/packages/emacs-xyz.scm (emacs-vdiff): Enable tests.
| Brian Leung |
2019-09-25 | gnu: emacs-helm-lsp: Fix description....* gnu/packages/emacs-xyz.scm (emacs-helm-lsp): Fix description.
| Brian Leung |
2019-09-25 | gnu: Add emacs-cmake-font-lock....* gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock): New variable.
| Brian Leung |
2019-09-25 | linux-boot: Fix typo....* gnu/build/linux-boot.scm (mount-root-file-system): Fix typo.
| Maxim Cournoyer |
2019-09-25 | build: initrd: Fix "write-cpio-archive" return value....* gnu/build/linux-initrd.scm (write-cpio-archive): Really return OUTPUT on
success, even when compression is disabled.
| Maxim Cournoyer |
2019-09-24 | gnu: idris: Update to 1.3.2....* gnu/packages/haskell-xyz.scm (ghc-network-2.8, ghc-megaparsec-7): New
variables.
* gnu/packages/idris.scm (idris): Update to 1.3.2.
[source]: Remove patch.
[inputs]: Use ghc-network-2.8 and ghc-megaparsec-7.
* gnu/packages/patches/idris-test-no-node.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Eric Bavier |
2019-09-25 | gnu: Add emacs-wttrin....* gnu/packages/emacs-xyz.scm (emacs-wttrin): New variable.
| Brian Leung |
2019-09-25 | gnu: emacs-xterm-color: Update to 1.9....* gnu/packages/emacs-xyz.scm (emacs-xterm-color): Update to 1.9.
| Brian Leung |
2019-09-24 | gnu: Move openmw-openscenegraph to graphics.scm....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.
| Marius Bakke |
2019-09-24 | gnu: emacs-el-search: Update to 1.12.6.1-2.07bed84....* gnu/packages/emacs-xyz.scm (emacs-el-search): Update to 1.12.6.1-2.07bed84.
| Brian Leung |
2019-09-24 | gnu: Add emacs-cl-print....* gnu/packages/emacs-xyz.scm (emacs-cl-print): New variable.
| Brian Leung |
2019-09-24 | gnu: emacs-stream: Update to 2.2.4-1.a3f3da1....* gnu/packages/emacs-xyz.scm (emacs-stream): Update to 2.2.4-1.a3f3da1.
| Brian Leung |
2019-09-24 | gnu: p11-kit: Update to 0.23.17....* 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.
| Marius Bakke |
2019-09-24 | gnu: OpenEXR: Update home page....* gnu/packages/graphics.scm (ilmbase, openexr)[home-page]: Use HTTPS.
| Marius Bakke |
2019-09-24 | gnu: OpenEXR: Update to 2.4.0 [fixes CVE-2018-18443, CVE-2018-18444]....* 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.
| Marius Bakke |
2019-09-24 | gnu: varnish: Update to 6.3.0....* gnu/packages/web.scm (varnish): Update to 6.3.0.
[arguments]: Patch /bin/sh in one more file.
| Marius Bakke |
2019-09-24 | gnu: ffmpeg: Update to 4.2.1....* gnu/packages/video.scm (ffmpeg): Update to 4.2.1.
| Marius Bakke |
2019-09-24 | gnu: re2: Update to 2019-09-01....* gnu/packages/regex.scm (re2): Update to 2019-09-01.
| Marius Bakke |
2019-09-24 | gnu: openvswitch: Update to 2.12.0....* gnu/packages/networking.scm (openvswitch): Update to 2.12.0.
| Marius Bakke |
2019-09-24 | gnu: fmt: Update to 6.0.0....* gnu/packages/pretty-print.scm (fmt): Update to 6.0.0.
| Marius Bakke |
2019-09-24 | gnu: keepalived: Update home page....* gnu/packages/cluster.scm (keepalived)[home-page]: Use HTTPS.
| Marius Bakke |
2019-09-24 | gnu: keepalived: Update to 2.0.18....* gnu/packages/cluster.scm (keepalived): Update to 2.0.18.
| Marius Bakke |
2019-09-24 | gnu: keepalived: Fix documentation generation....* gnu/packages/cluster.scm (keepalived)[arguments]: Copy software_design.png
from the correct place.
| Marius Bakke |
2019-09-24 | gnu: emacs-flycheck: Update to 31-1.0006a59....* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 31-1.0006a59.
| Brian Leung |
2019-09-24 | gnu: emacs-markdown-mode: Don't use unstable tarball....* gnu/packages/emacs-xyz.scm (emacs-markdown-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| Brian Leung |
2019-09-24 | gnu: openmw: Use OpenMW's fork of openscenegraph....* gnu/packages/game-development.scm (openmw)[inputs]: Replace openscenegraph
with openmw-openscenegraph.
| Pierre Neidhardt |
2019-09-24 | gnu: openscenegraph: Update to 3.6.4 and build JPEG plugin....* gnu/packages/graphics.scm (openscenegraph): Update to 3.6.4.
[inputs]: Add libjpeg.
| Pierre Neidhardt |
2019-09-24 | gnu: Add mojoshader-with-viewport-flip....* gnu/packages/gl.scm (mojoshader-with-viewport-flip): New variable.
| Pierre Neidhardt |
2019-09-24 | gnu: mojoshader: Broaden feature support (viewport flipping and depth clipping)....* gnu/packages/gl.scm (mojoshader)[arguments]: Build with FLIP_VIEWPORT and
DEPTH_CLIPPING.
| Pierre Neidhardt |