Age | Commit message (Expand) | Author |
2019-01-15 | gnu: prosody: Update to 0.11.2....* gnu/packages/messaging.scm (prosody): Update to 0.11.2.
| Clément Lassieur |
2019-01-15 | gnu: youtube-dl: Update to 2019.01.10....* gnu/packages/video.scm (youtube-dl): Update to 2019.01.10.
[source]: Update uri.
| Efraim Flashner |
2019-01-14 | gnu: guile-ssh: Use 'git-fetch'....* gnu/packages/ssh.scm (guile-ssh)[source]: Change to 'git-fetch'.
| Ludovic Courtès |
2019-01-14 | gnu: libssh: Update to 0.8.6....* gnu/packages/patches/libssh-hostname-parser-bug.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ssh.scm (libssh): Update to 0.8.6.
[source](patches): Remove.
[arguments]: Add #:phases.
(guile-ssh)[source](modules, snippet]: New fields.
| Ludovic Courtès |
2019-01-14 | gnu: guile-json: Add 3.1.0....* gnu/packages/guile.scm (guile-json-3): New variable.
| Ludovic Courtès |
2019-01-14 | gnu: Move Perl compression packages to new module....* gnu/packages/compression.scm (perl-compress-raw-bzip2,
perl-compress-raw-zlib, perl-io-compress, perl-archive-zip,
perl-archive-extract): Move from here...
* gnu/packages/perl-compression.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ci.scm, gnu/packages/libreoffice.scm, gnu/packages/perl.scm:
Adjust references.
| Ricardo Wurmus |
2019-01-14 | gnu: texlive-latex-fontspec: Propagate l3packages....* gnu/packages/tex.scm (texlive-latex-fontspec)[inputs]: Remove
texlive-latex-l3kernel.
[propagated-inputs]: Add texlive-latex-l3packages.
| Ricardo Wurmus |
2019-01-14 | gnu: texlive-latex-l3packages: Propagate l3kernel....* gnu/packages/tex.scm (texlive-latex-l3packages)[inputs]: Move
texlive-latex-l3kernel from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus |
2019-01-14 | gnu: Add texlive-latex-changepage....* gnu/packages/tex.scm (texlive-latex-changepage): New variable.
| Ricardo Wurmus |
2019-01-14 | gnu: Add texlive-generic-babel-german....* gnu/packages/tex.scm (texlive-generic-babel-german): New variable.
| Ricardo Wurmus |
2019-01-14 | gnu: texlive-latex-base: Install configuration files....* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Install all
configuration files.
[native-inputs]: Move texlive-generic-hyph-utf8 from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus |
2019-01-14 | gnu: opencv: Use 'git-fetch'....* gnu/packages/image-processing.scm (opencv)[source]: Use 'git-fetch'.
[native-inputs]: Use 'git-fetch' for opencv_extras and opencv_contrib.
Remove unzip.
[arguments]: Update custom 'unpack-submodule-sources accordingly. Update
paths in configure-flags, 'diable-broken-tests phase.
| Efraim Flashner |
2019-01-14 | gnu: python-django-filter: Use 'invoke'....* gnu/packages/django.scm (python-django-filter)[arguments]: Use
'invoke'.
| Efraim Flashner |
2019-01-14 | gnu: opencv: Loosen test suite failures....* gnu/packages/image-processing.scm (opencv)[native-inputs]: Add patch
to opencv-contrib.
[arguments]: Update 'unpack-submodule-sources phase.
* gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2019-01-14 | gnu: opencv: Update configure flags....* gnu/packages/image-processing.scm (opencv)[arguments]: Don't use
precompiled headers. Enable all available CPU optimizations.
| Efraim Flashner |
2019-01-14 | gnu: opencv: Don't hardcode build directories....* gnu/packages/image-processing.scm (opencv)[arguments]: Change
OPENCV_EXTRA_MODULES_PATH and OPENCV_TEST_DATA_PATH to use 'getcwd'
instead of hardcoding the build path.
| Efraim Flashner |
2019-01-14 | gnu: opencv: Fix building on non-x86_64 systems....* gnu/packages/image-processing.scm (opencv)[arguments]: Add
configure-flag to disable carotene. Don't require x86_64 CPU
except on x86_64. Fix typo.
| Efraim Flashner |
2019-01-14 | gnu: gnurl: Update to 7.63.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.63.0.
| Efraim Flashner |
2019-01-14 | gnu: emacs-pass: Update to 1.8....* gnu/packages/emacs.scm (emacs-pass): Update to 1.8.
| Clément Lassieur |
2019-01-14 | gnu: dosbox: Update to 0.74-2....* gnu/packages/emulators.scm (dosbox): Update to 0.74-2.
[arguments]: Use invoke in 'autogen.sh phase.
| Rutger Helling |
2019-01-14 | gnu: linux-libre: Update to 4.20.2....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.2.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2019-01-14 | gnu: linux-libre@4.19: Update to 4.19.15....* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.15.
(%linux-libre-4.19-hash): Update hash.
| Mark H Weaver |
2019-01-14 | gnu: linux-libre@4.14: Update to 4.14.93....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.93.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2019-01-14 | gnu: linux-libre@4.9: Update to 4.9.150....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.150.
| Mark H Weaver |
2019-01-14 | gnu: linux-libre@4.4: Update to 4.4.170....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.170.
| Mark H Weaver |
2019-01-13 | gnu: Add ocaml-merlin....* gnu/packages/ocaml.scm (ocaml-merlin): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Hondet |
2019-01-13 | gnu: Add emacs-tldr....* gnu/packages/emacs.scm (emacs-tldr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Hondet |
2019-01-13 | gnu: Add python-miniboa....python2-miniboa is required for the linkchecker testsuite.
* gnu/packages/python.scm (python-miniboa, python2-miniboa): New variable.
| Christopher Baines |
2019-01-13 | gnu: python-pillow: Update to 5.4.1....I'm looking at this, as this release fixes an issue with the Django testsuite:
https://github.com/python-pillow/Pillow/pull/3525
* gnu/packages/python.scm (python-pillow): Update to 5.4.1.
| Christopher Baines |
2019-01-13 | gnu: r-biocgenerics: Move to bioconductor....* gnu/packages/bioinformatics.scm (r-biocgenerics): Move from here...
* gnu/packages/bioconductor.scm (r-biocgenerics): ...to here.
| Ricardo Wurmus |
2019-01-13 | gnu: r-annotate: Move to bioconductor....* gnu/packages/bioinformatics.scm (r-annotate): Move from here...
* gnu/packages/bioconductor.scm (r-annotate): ...to here.
| Ricardo Wurmus |
2019-01-13 | gnu: r-vegan: Move from bioinformatics to cran....* gnu/packages/bioinformatics.scm (r-vegan): Move from here...
* gnu/packages/cran.scm (r-vegan): ...to here.
| Ricardo Wurmus |
2019-01-13 | gnu: conda: Use 'invoke'....* gnu/packages/package-management.scm (conda)[arguments]: Use 'invoke'.
| Efraim Flashner |
2019-01-13 | gnu: python-conda: All phases return #t....* gnu/packages/package-management.scm (python-conda)[arguments]: Use
'invoke'.
| Efraim Flashner |
2019-01-13 | gnu: python-conda: Fix test suite....* gnu/packages/package-management.scm (python-conda)[native-inputs]: Add
python-cytoolz.
| Efraim Flashner |
2019-01-13 | gnu: Add r-raster....* gnu/packages/cran.scm (r-raster): New variable.
| Ricardo Wurmus |
2019-01-13 | gnu: r-ggformula: Update to 0.9.1....* gnu/packages/cran.scm (r-ggformula): Update to 0.9.1.
| Ricardo Wurmus |
2019-01-13 | gnu: r-tibble: Update to 2.0.1....* gnu/packages/statistics.scm (r-tibble): Update to 2.0.1.
| Ricardo Wurmus |
2019-01-13 | gnu: r-psych: Update to 1.8.12....* gnu/packages/cran.scm (r-psych): Update to 1.8.12.
| Ricardo Wurmus |
2019-01-13 | gnu: bitshuffle: Fix build on armhf-linux....* gnu/packages/compression.scm (bitshuffle)[arguments]: Add custom phase
to only use NEON on aarch64.
| Efraim Flashner |
2019-01-13 | gnu: wine-staging: Update to 4.0-rc6....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.0-rc6.
* gnu/packages/wine.scm (wine-staging): Update to 4.0-rc6.
| Rutger Helling |
2019-01-13 | gnu: Sort package module references in (gnu packages graphviz)....* gnu/packages/graphviz.scm: Sort package module references; delete
duplicates.
| Ricardo Wurmus |
2019-01-13 | gnu: Add python-pygraphviz....* gnu/packages/graphviz.scm (python-pygraphviz): New variable.
| Ricardo Wurmus |
2019-01-13 | gnu: Add python-doctest-ignore-unicode....* gnu/packages/python.scm (python-doctest-ignore-unicode): New variable.
| Ricardo Wurmus |
2019-01-13 | gnu: Add graphviz-2.38....* gnu/packages/graphviz.scm (graphviz-2.38): New variable.
| Ricardo Wurmus |
2019-01-13 | gnu: sudo: Update to 1.8.27....* gnu/packages/admin.scm (sudo): Update to 1.8.27.
| Marius Bakke |
2019-01-13 | gnu: libassuan: Update to 2.5.2....* gnu/packages/gnupg.scm (libassuan): Update to 2.5.2.
| Marius Bakke |
2019-01-13 | gnu: libgxps: Update to 0.3.1....* gnu/packages/gnome.scm (libgxps): Update to 0.3.1.
| Marius Bakke |
2019-01-13 | gnu: libqmi: Update to 1.22.0....* gnu/packages/freedesktop.scm (libqmi): Update to 1.22.0.
| Marius Bakke |
2019-01-13 | gnu: libmbim: Update to 1.18.0....* gnu/packages/freedesktop.scm (libmbim): Update to 1.18.0.
| Marius Bakke |