~ruther/guix-local

b887ede1 — Ludovic Courtès 8 years ago
gnu: gcc: Add unversioned 'gcc-toolchain' variable.

Reported by Theodoros Foradis <theodoros@foradis.org>.

* gnu/packages/commencement.scm (gcc-toolchain): Rename to...
(make-gcc-toolchain): ... this.
(gcc-toolchain): New variable.
(gcc-toolchain-5): Turn into an alias for 'gcc-toolchain'.
99b9857b — Ludovic Courtès 8 years ago
gnu: Add Catalan dictionary for Aspell.

Hola!

* gnu/packages/aspell.scm (aspell-dict-ca): New variable.
085bcca3 — Ludovic Courtès 8 years ago
gnu: Add hunspell-dict-en*.

* gnu/packages/aspell.scm (aspell-word-list): New procedure.
(define-word-list-dictionary): New macro.
(hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca)
(hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New
variables.
d3f95898 — Theodoros Foradis 8 years ago
gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts.

* gnu/packages/engineering.scm (freehdl):
[arguments] <phases>: Add patch-gvhdl and patch-freehdl-gennodes phases.
Wrap-program "/bin/gvhdl" in make-wrapper phase.
[inputs]: Add guile-2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e37bdc0f — nikita 8 years ago
gnu: Add gavl.

* gnu/packages/video.scm (gavl): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
c50fe6c2 — nikita 8 years ago
gnu: Add python-pycanberra.

* gnu/packages/libcanberra.scm (python-pycanberra): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
635f981b — nikita 8 years ago
gnu: Add gst-transcoder.

* gnu/packages/video.scm (gst-transcoder): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
58a308e0 — Roel Janssen 8 years ago
gnu: Add gwl.

* gnu/packages/package-management.scm (gwl): New variable.
4119376d — Marius Bakke 8 years ago
gnu: exiv2: Add upstream security fixes.

Fixes CVE-2017-14859, CVE-2017-14860, CVE-2017-14862 and CVE-2017-14864.

* gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch,
gnu/packages/patches/exiv2-CVE-2017-14860.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/image.scm (exiv2)[source]: Use them.
ba2cd6c2 — Maxim Cournoyer 8 years ago
gnu: synergy: Update repository URI and hash.

* gnu/packages/synergy.scm (synergy)[uri]: Replace synergy by synergy-core.
[sha256]: Update to reflect the name change of the archive root directory.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3414ce98 — Kyle Meyer 8 years ago
gnu: snakemake: Update to 4.2.0.

* gnu/packages/python.scm (snakemake): Update to 4.2.0.
[propagated-inputs]: Add python-appdirs, python-configargparse, python-pyyaml,
and python-ratelimiter, which are dependencies as of Snakemake 4.1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
9d0866ce — Kyle Meyer 8 years ago
gnu: Add python-ratelimiter.

* gnu/packages/python.scm (python-ratelimiter, python2-ratelimiter): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
b89e3c77 — Kyle Meyer 8 years ago
gnu: python-configargparse: Update to 0.12.0.

* gnu/packages/python.scm (python-configargparse, python2-configargparse):
Update to 0.12.0.
[arguments]: Enable tests.
[native-inputs]: Add python-pyyaml, which is an optional dependency but
required to run the tests.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
750e9f15 — Rutger Helling 8 years ago
gnu: xpra: Update to 2.1.3.

* gnu/packages/xorg.scm (xpra): Update to 2.1.3.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
256ecba1 — Jelle Licht 8 years ago
gnu: ansible: Update to 2.4.1.0.

* gnu/packages/admin.scm (ansible): Update to 2.4.1.0.
1c2adcd6 — Marius Bakke 8 years ago
gnu: ffmpeg@3.3: Update to 3.3.5.

* gnu/packages/video.scm (ffmpeg-3.3): Update to 3.3.5.
b1c01503 — Rutger Helling 8 years ago
gnu: Add ffmpeg@3.3 and use it on packages that fail with 3.4.

* gnu/packages/gstreamer.scm (gst-libav)[inputs]: Change ffmpeg to ffmpeg-3.3.
* gnu/packages/messaging.scm (qtox)[inputs]: Change ffmpeg to ffmpeg-3.3.
* gnu/packages/video.scm (ffmpeg-3.3): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6b88912e — Marius Bakke 8 years ago
gnu: wget: Update to 1.19.2 [fixes CVE-2017-13089 and CVE-2017-13090].

* gnu/packages/wget.scm (wget): Update to 1.19.2.
[source](uri): Change to '.lz' tarball.
[source](patches): Remove.
[native-inputs]: Add LZIP.
* gnu/packages/patches/wget-CVE-2017-6508.patch,
gnu/packages/patches/wget-fix-504-test-timeout.patch,
gnu/packages/patches/wget-perl-5.26.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2e205c61 — Rutger Helling 8 years ago
gnu: openrct2: Fix a few paths.

* gnu/packages/games.scm (openrct2): Fix a few paths.
9c43f432 — Leo Famulari 8 years ago
doc: Document the installation of Go source code.

* doc/guix.texi (Build Systems): Document '#:install-source?' for the Go
build system.
Next