Commit graph

20162 commits

Author SHA1 Message Date
Efraim Flashner f71ce2824d
gnu: speexdsp: Fix building on aarch64-linux.
* gnu/packages/xiph.scm (speexdsp)[arguments]: On aarch64-linux, disable
neon optimisations.
2017-10-20 16:23:48 +03:00
Oleg Pykhalov 6df274073a
gnu: Add emacs-json-snatcher.
* gnu/packages/emacs.scm (emacs-json-snatcher): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-20 14:41:41 +02:00
ng0 49d3d1d937
gnu: shellcheck: Update to 0.4.6.
* gnu/packages/haskell.scm (shellcheck): Update to 0.4.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-20 14:41:41 +02:00
Tobias Geerinckx-Rice 3b2fa47879
gnu: dos2unix: Update to 7.4.0.
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.0.
2017-10-20 02:16:56 +02:00
Tobias Geerinckx-Rice 6c0c175271
gnu: cowsay: Swap ‘build’ and ‘install’ phases.
* gnu/packages/games.scm (cowsay)[arguments]: Invoke ‘install.sh’ during the
‘install’ phase.  Delete the ‘build’ phase, as there's nothing to be built.
2017-10-20 02:16:55 +02:00
Tobias Geerinckx-Rice 46ba5337c0
gnu: cowsay: Update to 3.04.
* gnu/packages/games.scm (cowsay): Update to 3.04.
[source]: Download from new location.
[home-page]: Point directly to the relevant page.
[description]: Correct mark-up and expand slightly.
2017-10-20 02:16:54 +02:00
Tobias Geerinckx-Rice 8cccd09d3e
gnu: colordiff: Use HTTPS home page.
* gnu/packages/patchutils.scm (colordiff)[home-page]: Use HTTPS.
2017-10-20 02:16:54 +02:00
Tobias Geerinckx-Rice fc622383a7
gnu: unbound: Update to 1.6.7.
* gnu/packages/dns.scm (unbound): Update to 1.6.7.
2017-10-20 02:16:53 +02:00
Tobias Geerinckx-Rice 378140e591
gnu: neofetch: Update to 3.3.0.
* gnu/packages/admin.scm (neofetch): Update to 3.3.0.
[arguments]: Add ‘install’ phase replacement that manually invokes make.
2017-10-20 02:16:52 +02:00
Tobias Geerinckx-Rice 1e9433cf4d
gnu: qtox: Update to 1.12.1.
* gnu/packages/messaging.scm (qtox): Update to 1.12.1.
2017-10-20 02:16:52 +02:00
Tobias Geerinckx-Rice 57473bfc51
gnu: speedtest-cli: Update to 1.0.7.
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
2017-10-20 02:16:51 +02:00
Tobias Geerinckx-Rice 47b85a69c0
gnu: cppcheck: Update to 1.81.
* gnu/packages/check.scm (cppcheck): Update to 1.81.
2017-10-20 02:16:51 +02:00
Kei Kebreau 7f65202990
gnu: python-sge-pygame: Update source URL.
* gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
2017-10-19 18:01:37 -04:00
Leo Famulari 9ccce79910
gnu: musl: Update to 1.1.17.
* gnu/packages/musl.scm (musl): Update to 1.1.17.
[source]: Remove patch.
* gnu/packages/patches/musl-CVE-2016-8859.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-10-19 17:37:25 -04:00
Ludovic Courtès 9b396c0cab
vm: Always use GRUB/i386.
Fixes <https://bugs.gnu.org/28768>.
Reported by Oleg Pykhalov <go.wigust@gmail.com>.

* gnu/system/vm.scm (virtualized-operating-system): Override the
'bootloader' field.
2017-10-19 23:21:49 +02:00
Mark H Weaver b11962067b
gnu: linux-libre: Update to 4.13.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.8.
(%linux-libre-hash): Update hash.
2017-10-19 15:31:47 -04:00
Mark H Weaver 7a402621ec
gnu: linux-libre@4.9: Update to 4.9.57.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.57.
2017-10-19 15:31:02 -04:00
Mark H Weaver a7c3dfeb6c
gnu: linux-libre@4.4: Update to 4.4.93.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.93.
2017-10-19 15:30:30 -04:00
Mark H Weaver a8401c4ef1
gnu: linux-libre@4.1: Update to 4.1.45.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.45.
Remove patch that is now included upstream.
2017-10-19 15:29:09 -04:00
Marius Bakke 8c1db4fc58
gnu: yadifa: Update to 2.2.6.
* gnu/packages/dns.scm (yadifa): Update to 2.2.6.
2017-10-19 21:21:01 +02:00
Marius Bakke 43dc47fa24
gnu: Add zathura-pdf-mupdf.
* gnu/packages/pdf.scm (zathura-pdf-mupdf): New variable.
2017-10-19 21:21:01 +02:00
Marius Bakke 513885b54e
gnu: qemu: Build with libjpeg-turbo.
This gets rid of a compile warning since SPICE uses libjpeg-turbo, and reduces
the closure size by 0.8MiB.

* gnu/packages/virtualization.scm (qemu)[inputs]: Replace LIBJPEG-8 with
LIBJPEG-TURBO.
2017-10-19 21:20:56 +02:00
Oleg Pykhalov d1c11418e7
gnu: emacs: Fix Man default C header file search path.
* gnu/packages/emacs.scm (emacs): Make sure Man looks for C header files in
  the right places.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:47 +02:00
宋文武 b79813a19a
gnu: speex: Build and install 'speexdec' and 'speexenc'.
* gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'.
[inputs]: Add 'speexdsp'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson 4ad8fbd185
gnu: virt-manager: Fix default URI check.
Allows virt-manager to connect to qemu://system by default.

* gnu/packages/virtualization.scm (virt-manager)[arguments]<#:phases>: Add
'fix-default-uri.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson b764a9f5e0
gnu: virt-manager: Enable statistics graphing support.
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add
python2-pycairo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson 9a187b39b7
gnu: qemu: Add OpenGL support.
Enables virgl support with spice 0.13+.

* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: Add
--enable-opengl.
[inputs]: Add libdrm and libepoxy.
(qemu-minimal)[inputs]: Remove libdrm and libepoxy.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson 8da7f79281
gnu: virt-manager: Enable spice-gtk support.
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add spice-gtk.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Andy Patterson c44dd0d676
gnu: spice-gtk: Enable GObject introspection support.
Allows virt-manager to use the spice-gtk widget.

* gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection.
[arguments]<#:configure-flags>: Add --enable-introspection.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Andy Patterson b376ec57f9
gnu: qemu: Enable spice usb redirection support.
* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: New
argument.
[inputs]: Add usbredir.
(qemu-minimal)[arguments]<#:configure-flags>: Restrict them even when they are
set by qemu.
[inputs]: Remove usbredir.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Ricardo Wurmus ad3c61fcd3
gnu: python-hy: Update to 0.13.0.
* gnu/packages/python.scm (python-hy): Update to 0.13.0.
2017-10-19 01:37:52 +02:00
ng0 909f02dd70
gnu: Order module imports in (gnu packages mate) alphabetically.
* gnu/packages/mate.scm: Order module imports alphabetically.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:22:18 +02:00
Christopher Allan Webber 0ff4425cea
gnu: Add dirvish.
* gnu/packages/backup.scm (dirvish): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:14:28 +02:00
Christopher Allan Webber a1777c77f0
gnu: Add perl-libtime-period.
* gnu/packages/perl.scm (perl-libtime-period): New variable.
2017-10-19 01:13:40 +02:00
Christopher Allan Webber 7f926760ed
gnu: Add perl-libtime-parsedate.
* gnu/packages/perl.scm (perl-libtime-parsedate): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:06:53 +02:00
Tobias Geerinckx-Rice 9d8796a516
Revert "gnu: python-pyatspi: Update to 2.26.0."
This reverts commit 629f33e233, which breaks
orca@3.26.0.
2017-10-18 23:58:08 +02:00
Ricardo Wurmus c0770feedd
gnu: f-seq: Fix location of commons-cli.jar.
* gnu/packages/bioinformatics.scm (f-seq)[arguments]: Fix location of
commons-cli.jar in the wrapper script.
2017-10-18 23:54:16 +02:00
Tobias Geerinckx-Rice 39427f9042
gnu: eog-plugins: Update to 3.26.1.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.1.
2017-10-18 23:25:05 +02:00
Tobias Geerinckx-Rice 0a1a93b4aa
gnu: eog: Update to 3.26.1.
* gnu/packages/gnome.scm (eog): Update to 3.26.1.
2017-10-18 23:25:05 +02:00
Tobias Geerinckx-Rice 629f33e233
gnu: python-pyatspi: Update to 2.26.0.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0.
2017-10-18 23:25:04 +02:00
Tobias Geerinckx-Rice 2a86fece22
gnu: btrfs-progs: Update to 4.13.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.3.
2017-10-18 23:25:04 +02:00
Tobias Geerinckx-Rice 3031b138f5
gnu: hplip: Update to 3.17.10.
* gnu/packages/cups.scm (hplip): Update to 3.17.10.
2017-10-18 23:25:04 +02:00
Ludovic Courtès baa6790b4c
gnu: mailutils: Update to 3.3.
* gnu/packages/mail.scm (mailutils): Update to 3.3.
[arguments]: Rename 'pre-build' phase to 'prepare-test-suite', and move
after 'check'.  Set 'HOME', and create ~/.mh_profile.
2017-10-18 23:22:19 +02:00
Ludovic Courtès 8cb537acbc
gnu: perl-crypt-random-source: Use 'perl-license'.
* gnu/packages/crypto.scm (perl-crypt-random-source)[license]: Change to
LICENSE:PERL-LICENSE.
2017-10-18 23:22:19 +02:00
Stefan Reichör ef5c40aa2d
gnu: Add atool.
* gnu/packages/compression.scm (atool): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-18 23:08:39 +02:00
Marius Bakke 07dfc89859
gnu: mupdf: Fix CVE-2017-15587.
* gnu/packages/patches/mupdf-CVE-2017-15587.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (mupdf)[source](patches): Use it.
2017-10-18 22:15:09 +02:00
Ricardo Wurmus dc1d06ba9e
gnu: python-protobuf: Update to 3.4.0.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.4.0.
2017-10-18 01:49:14 +02:00
Ricardo Wurmus bfd073319c
gnu: Add protobuf-c.
* gnu/packages/protobuf.scm (protobuf-c): New variable.
2017-10-18 01:49:14 +02:00
Ricardo Wurmus dd12d4aad0
gnu: protobuf: Update to 3.4.1.
* gnu/packages/protobuf.scm (protobuf): Update to 3.4.1.
2017-10-18 01:49:14 +02:00
Marius Bakke b2850fd170
gnu: nginx: Update to 1.12.2.
* gnu/packages/web.scm (nginx): Update to 1.12.2.
2017-10-17 21:05:54 +02:00