summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-17gnu: FFmpeg: Update to 4.3....* gnu/packages/video.scm (ffmpeg): Update to 4.3. [source]: Remove obsolete patch. [inputs]: Add rav1e. [arguments]: Pass "--enable-librav1e" to #:configure-flags. (ffmpeg-3.4): Don't build with librav1e. [inputs]: Remove rav1e. [arguments]: Remove "--enable-librav1e" from #:configure-flags. * gnu/packages/patches/ffmpeg-prefer-dav1d.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Leo Famulari
2020-06-17gnu: bind: Update to 9.16.4 [fixes CVE-2020-8618 & CVE-2020-8619]....* gnu/packages/dns.scm (isc-bind): Update to 9.16.4. Tobias Geerinckx-Rice
2020-06-17gnu: Add anubis....* gnu/packages/mail.scm (anubis): New variable. Maxim Cournoyer
2020-06-17gnu: Add emacs-dvc....* gnu/packages/emacs-xyz.scm (emacs-dvc): New variable. Maxim Cournoyer
2020-06-17gnu: supercollider: Enable all tests....* gnu/packages/audio.scm (supercollider)[phases]{set-home, prepare-x}: New phases. {disable-broken-tests}: Delete phase. {patch-scclass-dir}: Adapt accordingly. [native-inputs]: Add xorg-server-for-tests. Maxim Cournoyer
2020-06-17gnu: supercollider: Move the unbundling phase to a snippet....* gnu/packages/audio.scm (supercollider)[phases]{rm-bundled-libs}: Move to... [origin]{snippet}: ...here. Maxim Cournoyer
2020-06-17.guix-channel: Add primary URL....* .guix-channel: Add 'url'. Ludovic Courtès
2020-06-17channels: Warn when pulling from a mirror....* guix/channels.scm (<channel-metadata>)[url]: New field. (read-channel-metadata): Initialize it. (read-channel-metadata-from-source): Likewise. (channel-instance-primary-url): New procedure. (latest-channel-instances): Compare CHANNEL's URL against it. * doc/guix.texi (Channels)[Primary URL]: New subsection. Ludovic Courtès
2020-06-17news: Add entry for authenticated channels....* etc/news.scm: Add entry. Ludovic Courtès
2020-06-17build-system/gnu: Rename "make dist" phase to 'build-dist'....* guix/build/gnu-dist.scm (%dist-phases): Add BUILD under the name 'build-dist'. Ludovic Courtès
2020-06-17build-system/gnu: Simplify 'dist-package'....* guix/build-system/gnu.scm (dist-package): Use default keyword arguments in 'substitute-keyword-arguments'. Ludovic Courtès
2020-06-17build-system/gnu: Remove redundant 'unpack' phase from 'gnu-dist'....This has become redundant with the standard 'unpack' phase since 17919a58012c38052133ed029450fdb98d01fb5c. * guix/build/gnu-dist.scm (copy-source): Remove. (%dist-phases): Remove 'unpack' phase. Ludovic Courtès
2020-06-17build-system/gnu: Remove Hydra-specific code from 'gnu-dist'....* guix/build/gnu-dist.scm (install-dist): Remove code for 'hydra-build-products'. Ludovic Courtès
2020-06-17build-system/gnu: Remove 'autoreconf' phase from 'gnu-dist'....This has been superseded by the 'bootstrap' phase added in 189be331acfda1c242a9c85fca8d2a0356742f48. * guix/build/gnu-dist.scm (autoreconf): Remove. (%dist-phases): Remove it. Ludovic Courtès
2020-06-17build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API....This is a followup to 464f5447396fcec9b43f7eab71d5d42b522a157f. * guix/build-system/gnu.scm (dist-package): Do not call 'autoconf-wrapper'. Ludovic Courtès
2020-06-17gnu: gnurl: Update home page....* gnu/packages/gnunet.scm (gnurl): Update 'home-page'. Ludovic Courtès
2020-06-17gnu: font-sarasa-gothic: Update to 0.12.7...From 5e41fcb899267b6854990e79edca3526e90ebb11 Mon Sep 17 00:00:00 2001 From: Zhu Zihao <all_but_last@163.com> Date: Wed, 17 Jun 2020 21:33:01 +0800 Subject: [PATCH] gnu: font-sarasa-gothic: Update to 0.12.7 Signed-off-by: Leo Famulari <leo@famulari.name> Zhu Zihao
2020-06-17gnu: vlc: Update to 3.0.11....* gnu/packages/video.scm (vlc): Update to 3.0.11. Tobias Geerinckx-Rice
2020-06-17gnu: foo2zjs: Update to 20200610....* gnu/packages/cups.scm (foo2zjs): Update to 20200610. Tobias Geerinckx-Rice
2020-06-17gnu: xmobar: Update to 0.34....* gnu/packages/wm.scm (xmobar): Update to 0.34. Tobias Geerinckx-Rice
2020-06-17gnu: nix: Update to 2.3.6....* gnu/packages/package-management.scm (nix): Update to 2.3.6. Tobias Geerinckx-Rice
2020-06-17gnu: linphoneqt: Remove obsolete phase....Now that we have Qt 5.14, having SOURCE_DATE_EPOCH set prevents reproducibility problems with the Qt Resource Compiler (this was fixed upstream in Qt 5.13). * gnu/packages/linphone.scm (linphoneqt)[phases]: Remove obsolete 'set-qt-rcc-source-date-override phase. Maxim Cournoyer
2020-06-17gnu: emacs-elpy: Disable two tests that fail when building with Emacs 27....* gnu/packages/emacs-xyz.scm (emacs-elpy)[phases]{disable-problematic-tests}: New phase. Maxim Cournoyer
2020-06-17gnu: emacs-elpy: Update to 1.34.0....* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.34.0. Maxim Cournoyer
2020-06-17gnu: xsnow: Update to 2.0.22....* gnu/packages/toys.scm (xsnow): Update to 2.0.22. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar
2020-06-17gnu: guix: Update to 1.1.0-11.204623b....* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.204623b. Mathieu Othacehe
2020-06-17gnu: znc: Update home-page....* gnu/packages/messaging.scm (znc)[home-page]: Follow redirect. Efraim Flashner
2020-06-17gnu: znc: Use HTTPS....* gnu/packages/messaging.scm (znc)[source]: Use HTTPS. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar
2020-06-17gnu: efl: Update to 1.24.3....* gnu/packages/enlightenment.scm (efl): Update to 1.24.3. [arguments]: Remove opengl flags from configure-flags. Efraim Flashner
2020-06-17gnu: kodi: Update to 18.7.1....* gnu/packages/kodi.scm (kodi): Update to 18.7.1. Efraim Flashner
2020-06-17gnu: mgba: Update to 0.8.2....* gnu/packages/emulators.scm (mgba): Update to 0.8.2. Tobias Geerinckx-Rice
2020-06-17gnu: rocksdb: Update to 6.10.2....* gnu/packages/databases.scm (rocksdb): Update to 6.10.2. Tobias Geerinckx-Rice
2020-06-17gnu: sbsigntools: Update to 0.9.4....* gnu/packages/efi.scm (sbsigntools): Update to 0.9.4. Tobias Geerinckx-Rice
2020-06-17gnu: hplip: Update to 3.20.6....* gnu/packages/cups.scm (hplip): Update to 3.20.6. Tobias Geerinckx-Rice
2020-06-17gnu: corsix-th: Update to 0.64....* gnu/packages/games.scm (corsix-th): Update to 0.64. Tobias Geerinckx-Rice
2020-06-17Revert "gnu: guix: Update to 1.1.0-11.559491e."...This reverts commit ed8583d162761f0683ea9523298db2e671a1ad09 because of some test failures. Mathieu Othacehe
2020-06-17gnu: gnurl: Update to 7.70.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.70.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nikita
2020-06-17profiles: Add comment at the top of 'manifest' file....* guix/build/profiles.scm (build-profile): Add comment at the top of MANIFEST-FILE. Ludovic Courtès
2020-06-17gnu: Add guvcview....* gnu/packages/video.scm (guvcview): New variable. Ludovic Courtès
2020-06-17gnu: Add frozen-bubble....* gnu/packages/games.scm (frozen-bubble): New variable. Nicolas Goaziou
2020-06-17gnu: Add perl-sdl....* gnu/packages/perl.scm (perl-sdl): New variable. Nicolas Goaziou
2020-06-17gnu: Add perl-alien-sdl....* gnu/packages/perl.scm (perl-alien-sdl): New variable. Nicolas Goaziou
2020-06-17gnu: guix: Update to 1.1.0-11.559491e....* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.559491e. Mathieu Othacehe
2020-06-17gnu: Transmission: Clean up the package definition....* gnu/packages/bittorrent.scm (transmission)[license]: Correct the license field. [inputs]: Remove unused inputs inotify-tools, cyrus-sasl, and file. Leo Famulari
2020-06-16gnu: papirus-icon-theme: Update to 20200602....* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200602. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Giacomo Leidi
2020-06-16gnu: gnome-shell-extension-dash-to-panel: Update to 37....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 37. Giacomo Leidi
2020-06-16gnu: Add chatty....* gnu/packages/messaging.scm (chatty): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jonathan Brielmaier
2020-06-16gnu: Add purple-mm-sms....* gnu/packages/messaging.scm (purple-mm-sms): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jonathan Brielmaier
2020-06-16gnu: Add feedbackd....* gnu/packages/gnome.scm (feedbackd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jonathan Brielmaier
2020-06-16gnu: poetry: Update to 1.0.9....* gnu/packages/python-xyz.scm (poetry): Update to 1.0.9. [arguments] Adjust required versions of pyrsistent. Remove required version of importlib-metadata. [propagated-inputs] Add python-msgpack-transitional. Remove python-importlib-metadata. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Tanguy Le Carrour