offload: Add 'ssh-options' field to <build-machine>. * guix/scripts/offload.scm (<build-machine>)[ssh-options]: New field. (remote-pipe): Use it. (send-files): Likewise.
gnu: Add gst-plugins-ugly. * gnu/packages/gstreamer.scm (gst-plugins-ugly): New variable.
gnu: ffmpeg: Add libx264 support. * gnu/packages/video.scm (ffmpeg)[inputs]: Add libx264. [arguments]: Add "--enable-libx264" to configure-flags.
gnu: Add libx264. * gnu/packages/video.scm (libx264): New variable.
gnu: libreoffice: Update to 5.0.0.2. * gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.0.2.
gnu: libwps: Update to 0.4.0. * gnu/packages/libreoffice.scm (libwps): Update to 0.4.0.
gnu: libmwaw: Update to 0.3.5. * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.5.
gnu: libetonyek: Update to 0.1.3. * gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.3. [native-inputs]: Add glm and mdds.
gnu: mdds: Update to 0.12.1. * gnu/packages/boost.scm (mdds): Update to 0.12.1.
gnu: Add grilo-plugins. * gnu/packages/gnome.scm (grilo-plugins): New variable.
gnu: Add grilo. * gnu/packages/gnome.scm (grilo): New variable.
gnu: wpa-supplicant: Fix WPS and P2P NFC NDEF record payload length validation. * gnu/packages/patches/wpa-supplicant-2015-5-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/admin.scm (wpa-supplicant-light)[source]: Add patch.
gnu: boost: Update to 1.58.0. * gnu/packages/boost.scm (boost): Update to 1.58.0.
gnu: Add preseq. * gnu/packages/bioinformatics.scm (preseq): New variable. * gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch: New file. * gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch: New file. * gnu-system.am (dist_patch_DATA): Add them.
gnu: samtools: Install headers. * gnu/packages/bioinformatics.scm (samtools)[arguments]: Add phase "install-headers" to install header files.
tests: Use the right identifier in tests/elpa.scm. * tests/elpa.scm: Change 'nil->empty' to 'ensure-list' in the whole file.
doc: Remove extra quotes around URLs. * doc/guix.texi (Invoking guix import): Remove extraneous quotes around URLs.
import: cabal: Make token recognition case-insensitive. * guix/import/cabal.scm (make-rx-matcher): Add optional parameter FLAG. (is-property, is-flag, is-src-repo, is-exec, is-test-suite, is-benchmark, is-lib, is-else, is-if): Make test case-insensitive.
gnu: Add emacs-mmm-mode. * gnu/packages/emacs.scm (emacs-mmm-mode): New variable.
gnu: Add emacs-auctex. * gnu/packages/emacs.scm: New variable.