summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2020-04-11gnu: gRPC@1.16: Fix build with glibc 2.30 and later.Marius Bakke
* gnu/packages/rpc.scm (grpc-1.16.1)[arguments]: Add phase to rename custom gettid() function.
2020-04-11gnu: python-gevent: Update to 1.5.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-gevent): Update to 1.5.0. [arguments]: Split the unbundling and include path adjustments intwo two phases. Enable previously failing test; disable two others. Use a format string instead of DISPLAY when writing skipped_tests.txt.
2020-04-11gnu: spandsp: Add comment.Marius Bakke
* gnu/packages/telephony.scm (spandsp)[native-inputs]: Note that the LIBJPEG-TURBO dependency comes via LIBTIFF.
2020-04-11gnu: Add linphoneqt.Raghav Gururajan
* gnu/packages/linphone.scm (linphoneqt): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-11gnu: spandsp: Fix build failure.Danny Milosavljevic
* gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo.
2020-04-11gnu: liblinphone: Fix build failure.Raghav Gururajan
* gnu/packages/linphone.scm (liblinphone)[arguments]<#:configure-flags]: Add -DENABLE_STRICT=NO. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-11gnu: commencement: Memoize packages as a function of the system.Ludovic Courtès
Previous, things like 'ld-wrapper-boot0' would be memoized with (mlambda () …). However, the definition of 'ld-wrapper-boot0' depends on the result of (%boot0-inputs), which is itself a function of (%current-system). Thus, if one first calls: (parameterize ((%current-system "x86_64-linux")) (ld-wrapper-boot0)) then, in all subsequent calls to 'ld-wrapper-boot0', the value of (%current-system) would be ignored because the result is already memoized. Concretely, 'ld-wrapper-boot0' would always have the dependencies it has on x86_64-linux, even though they are different than those on armhf-linux, say ("bash-mesboot" vs. "bootstrap-binaries"). Fixes <https://bugs.gnu.org/40482>. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/commencement.scm (define/system-dependent): New macro. (linux-libre-headers-boot0, hurd-core-headers-boot0, ld-wrapper-boot0) (gcc-boot0-intermediate-wrapped, gcc-boot0-wrapped, ld-wrapper-boot3): Define using 'define/system-dependent' instead of 'define' + 'mlambda'. Adjust users so they no longer look like procedure calls. * tests/guix-build.sh: Add test.
2020-04-11Merge branch 'master' into core-updatesMarius Bakke
2020-04-10gnu: boinc-client: Update to 7.16.6.Tobias Geerinckx-Rice
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.6.
2020-04-10gnu: ephemeralpg: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (ephemeralpg): Update to 2.9. [arguments]: Remove obsolete work-arounds. [native-inputs]: Add which.
2020-04-10gnu: ephemeralpg: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS.
2020-04-10gnu: crispy-doom: Update to 5.7.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (crispy-doom): Update to 5.7.2.
2020-04-10gnu: r-powerlaw: Update to 0.70.4.Tobias Geerinckx-Rice
* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.4.
2020-04-10gnu: burp: Update to 2.3.24.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (burp): Update to 2.3.24.
2020-04-10gnu: burp: Extend test time-outs.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (burp)[arguments]: Add a new ‘extend-test-time-outs’ phase.
2020-04-10gnu: libzen: Update to 0.4.38.Tobias Geerinckx-Rice
* gnu/packages/cpp.scm (libzen): Update to 0.4.38. [source]: Hard-code NAME.
2020-04-10gnu: celluloid: Update to 0.19.Tobias Geerinckx-Rice
* gnu/packages/video.scm (celluloid): Update to 0.19.
2020-04-10gnu: ghc-regex-tdfa: Update home page.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[home-page]: Update.
2020-04-10gnu: btrfs-progs: Update to 5.6.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 5.6.
2020-04-10gnu: Add fulcrum.TomZ
* gnu/packages/finance.scm (fulcrum): New variable.
2020-04-10gnu: emacs-ace-window: Update to 0.10.0Michael Rohleder
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-04-05T22:27:27+0200 using RSA]] * gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0. From c3dc065f9247c98ba90fbf3ec9c51abb06417269 Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Sun, 5 Apr 2020 22:15:50 +0200 Subject: [PATCH] gnu: emacs-ace-window: Update to 0.10.0 * gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0.
2020-04-10gnu: Add emacs-dired-git-info.John Soo
* gnu/packages/emacs-xyz.scm (emacs-dired-git-info): New variable.
2020-04-10gnu: Add emacs-diredfl.John Soo
* gnu/packages/emacs-xyz.scm (emacs-diredfl): New variable.
2020-04-10gnu: pianobar: Update to 2020.04.05.Lars-Dominik Braun
* gnu/packages/music.scm (pianobar): Update to 2020.04.05.
2020-04-10gnu: mariadb: Fix build on armhf-linux.Marius Bakke
* gnu/packages/databases.scm (mariadb)[arguments]: When building for armhf-linux, add phase 'hide-default-gcc'. [native-inputs]: Distinguish GCC-5.
2020-04-10gnu: aegisub: Fix build with Make 4.3.Marius Bakke
* gnu/packages/patches/aegisub-make43.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (aegisub)[source](patches): Add it.
2020-04-10gnu: sdl-pango: Shorten file name of patch.Ludovic Courtès
* gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapTo.patch: Rename to... * gnu/packages/patches/sdl-pango-header-guard.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/sdl.scm (sdl-pango): Likewise.
2020-04-10gnu: akonadi: Shorten file name of patch.Ludovic Courtès
This ensures we stay below the POSIX tar file name length limit. * gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch: Rename to... * gnu/packages/patches/akonadi-not-relocatable.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/kde-pim.scm (akonadi): Likewise.
2020-04-10gnu: binutils: Shorten file names of MinGW patches.Ludovic Courtès
This ensures we stay below the POSIX tar file name length limit. * gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch: Rename to... * gnu/packages/patches/binutils-mingw-w64-deterministic.patch: ... this. * gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch: Rename to... * gnu/packages/patches/binutils-mingw-w64-timestamp.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/cross-base.scm (cross-binutils): Likewise.
2020-04-10gnu: spice-gtk: Add an absolute reference for libjpeg in the .la files.Marius Bakke
* gnu/packages/spice.scm (spice-gtk)[arguments]: Add phase 'patch-la-files.
2020-04-10gnu: gnuradio: Fix gnuradio-companion GUI not showing.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gnuradio)[arguments]: Add 'wrap-glib-or-gtk' and 'wrap-with-GI_TYPELIB_PATH' phases.
2020-04-10gnu: xorriso: Build gui frontend.Efraim Flashner
* gnu/packages/cdrom.scm (xorriso)[outputs]: Add gui. [arguments]: Add custom phase to install gui files to separate output and wrap the binary. [inputs]: Add tk.
2020-04-10gnu: emacs-orgalist: Update to 1.12.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.12. [description]: Fix wording.
2020-04-10gnu: xfce: Fix typo.Tobias Geerinckx-Rice
* gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.
2020-04-09gnu: libssh: Update to 0.9.4 [fixes CVE-2020-1730].Leo Famulari
* gnu/packages/ssh.scm (libssh): Update to 0.9.4.
2020-04-09gnu: python-titlecase: Nose is a native input.Marius Bakke
* gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename to ... [native-inputs]: ... this.
2020-04-09gnu: Add gqrx.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gqrx): New variable. Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-09gnu: Add gnuradio-iqbalance.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gnuradio-iqbalance): New variable.
2020-04-09gnu: Add libosmo-dsp.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (libosmo-dsp): New variable.
2020-04-09gnu: Add gnuradio-osmosdr.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gnuradio-osmosdr): New variable.
2020-04-09gnu: Add gnuradio.Guillaume Le Vaillant
* gnu/packages/ham-radio.scm (gnuradio): New variable. Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org> Co-authored-by: Charlie Ritter <chewzerita@posteo.net>
2020-04-09gnu: Add codec2.Guillaume Le Vaillant
* gnu/packages/audio.scm (codec2): New variable.
2020-04-09gnu: Add python-click-plugins.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-click-plugins): New variable.
2020-04-10gnu: Add python-titlecase.Christopher Lemmer Webber
* gnu/packages/python-xyz.scm (python-titlecase): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-04-09gnu: Add xfe.Raghav Gururajan
* gnu/packages/disk.scm (xfe): New variable.
2020-04-09gnu: Add fox.Raghav Gururajan
* gnu/packages/graphics.scm (fox): New variable.
2020-04-09gnu: nano: Update to 4.9.2.Efraim Flashner
* gnu/packages/nano.scm (nano): Update to 4.9.2.
2020-04-09gnu: Remove python2-scikit-image.Marius Bakke
Some of the packages that this depends upon no longer supports Python 2. * gnu/packages/python-science.scm (python2-scikit-image): Remove variable.
2020-04-09gnu: python-serpent: Declare python2 variant.Marius Bakke
* gnu/packages/python-xyz.scm (python-serpent)[properties]: New field. (python2-serpent): New public variable.
2020-04-09gnu: python-dask: Update to 2.14.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-dask): Update to 2.14.0.