gnu: Add libstaroffice. * gnu/packages/libreoffice.scm (libstaroffice): New variable.
gnu: ixion: Update to 0.12.2. * gnu/packages/libreoffice.scm (ixion): Update to 0.12.2. [inputs]: Replace python-2 by python.
gnu: mdds: Upgrade to 1.2.2. * gnu/packages/boost.scm (mdds): Upgrade to 1.2.2.
gnu: Add libzmf. * gnu/packages/libreoffice.scm (libzmf): New Variable.
gnu: mumble: Fix build after speex update. * gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP.
gnu: Add speexdsp. * gnu/packages/xiph.scm (speexdsp): New variable. Export it.
gnu: po4a: Make manpages writable before resetting timestamps. * gnu/packages/gettext.scm (po4a)[arguments]: Add 'make-compressed-files-writable' phase.
gnu: bigloo: Fix build failure in ld. * gnu/packages/scheme.scm (bigloo)[arguments]<#:configure-flags>: Add --cflags=-fPIC.
gnu: libsvgtiny: Build with gperf@3.0. * gnu/packages/web.scm (libsvgtiny)[native-inputs]: Change GPERF to GPERF-3.0.
gnu: libpqxx: Fix build with newer sed. * gnu/packages/databases.scm (libpqxx)[arguments]: Add 'fix-sed-command' phase that corrects a typo in the configure script.
gnu: aseprite: Downgrade to 1.1.7. * gnu/packages/game-development.scm (aseprite): Downgrade to 1.1.7.
gnu: vte-ng: Build with gperf@3.0. * gnu/packages/gnome.scm (vte-ng)[native-inputs]: Change GPERF to GPERF-3.0.
gnu: libtorrent-rasterbar: Update to 1.1.2. * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.2. [source]: Use patch. * gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
gnu: aseprite: Update to 1.1.13. * gnu/packages/game-development.scm (aseprite): Update to 1.1.13. [source]: Switch to release archive.
gnu: coreutils: Patch 'cut' unit test on ARM. Fixes <https://bugs.gnu.org/26253>. * gnu/packages/patches/coreutils-cut-huge-range-test.patch: New file. * gnu/packages/base.scm (coreutils)[native-inputs]: Add it as an input. [arguments] <#:phases>: On ARM, add 'patch-cut-test' phase. * gnu/local.mk (dist_patch_DATA): Add 'coreutils-cut-huge-range-test.patch'.
gnu: xorg-server-xwayland: Add missing input. * gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy, add wayland-protocols.
gnu: pcc: Remove aarch64-linux from %supported-systems. * gnu/packages/c.scm (pcc)[supported-systems]: New field.
gnu: tcc: Remove aarch64-linux from %supported-systems. * gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from the %supported-systems.
gnu: devil: Update to 1.8.0. * gnu/packages/patches/devil-CVE-2009-3994.patch, gnu/packages/patches/devil-fix-libpng.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/image.scm (devil): Update to 1.8.0. [source]: Remove patches and snippet. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Disable tests. Remove #:configure-flags and add a 'change-directory' phase. Remove 'fix-tests' phase. [inputs]: Change LIBJPEG to LIBJPEG-TURBO.
gnu: ustr: Fix build with GCC 5. * gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/textutils.scm (ustr)[source]: Use patch. Signed-off-by: Leo Famulari <leo@famulari.name>