summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-12-29gnu: lskat: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (lskat): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-29gnu: ksnakeduel: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (ksnakeduel): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-29gnu: kollision: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kollision): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-29gnu: klines: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (klines): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-29gnu: kigo: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kigo): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-29gnu: kdiamond: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kdiamond): Update to 20.12.0. [source]: Download from new source URI.
2020-12-29gnu: kblocks: Update to 20.12.0.Efraim Flashner
* gnu/packages/games.scm (kblocks): Update to 20.12.0. [source]: Download from new source URI.
2020-12-29gnu: ktouch: Update to 20.12.0.Efraim Flashner
* gnu/packages/education.scm (ktouch): Update to 20.12.0. [source]: Download from new upstream URI.
2020-12-29gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.Zhu Zihao
* gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-2.14b536f. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-29gnu: r-ldheatmap: Move to (gnu packages bioconductor).Ricardo Wurmus
This is a follow-up to commit 0c8bb20b7cbd39537999fce29979a6acaf64e601. * gnu/packages/cran.scm (r-ldheatmap): Move this from here... * gnu/packages/bioconductor.scm (r-ldheatmap): ...to here.
2020-12-29gnu: SVT-AV1: It only supports 64-bit Intel-compatible systems.Leo Famulari
* gnu/packages/video.scm (svt-av1)[supported-systems]: Remove i686-linux.
2020-12-29gnu: SVT-AV1: Update URLs.Leo Famulari
* gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
2020-12-29gnu: Add SVT-VP9.Leo Famulari
* gnu/packages/video.scm (svt-vp9): New variable.
2020-12-29gnu: libsoup: Update to 2.72.0.Vincent Legoll
* gnu/packages/gnome.scm (libsoup): Update to 2.72.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-29gnu: file-roller: Update to 3.38.0.Vincent Legoll
* gnu/packages/gnome.scm (file-roller): Update to 3.38.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-29gnu: kiwix-desktop: Fix program start.Michael Rohleder
Fixes <https://bugs.gnu.org/45404>. * gnu/packages/web.scm (kiwix-desktop)[arguments]: Add phase to wrap QTWEBENGINEPROCESS_PATH. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-29gnu: Add pitivi.Leo Prikler
* gnu/packages/video.scm (pitivi): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-29gnu: Update and deprecate gst-transcoder.Leo Prikler
As of 1.18, gst-transcoder is part of gst-plugins-bad. * gnu/packages/video.scm (gst-transcoder): Move from here... * gnu/packages/gstreamer.scm (gst-transcoder): ... to here. Redefine in terms of gst-plugins-bad and deprecate in favor of it.
2020-12-29gnu: Add gst-plugins/selection.Leo Prikler
* gnu/packages/gstreamer.scm (gst-plugins/selection): New variable.
2020-12-29gnu: gst-editing-services: Build with introspection.Leo Prikler
Some packages, such as Pitivi, might want to interact with GES through GObject Introspection, so let's enable that. * gnu/packages/gstreamer.scm (gstreamer-editing-services)[native-inputs]: Add gobject-introspection and glib:bin.
2020-12-29gnu: libpeas: Update to 1.28.0.Leo Prikler
* gnu/packages/gnome.scm (libpeas): Update to 1.28.0.
2020-12-29gnu: Add ruby-3.0.Ryan Prior
* gnu/packages/ruby.scm (ruby-3.0): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-29gnu: r-ldheatmap: Fix missing variable.Mathieu Othacehe
This is a follow-up of 61ec8928c7fee048fea37558508eb0a80022684b. * gnu/packages/cran.scm (r-ldheatmap)[propagated-inputs]: Use 'module-ref' to resolve r-snpstats variable which is located in (gnu package bioinformatics) that cannot be included due to a circular dependency.
2020-12-29gnu: r-ggbio: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-ggbio): Move from here... * gnu/packages/bioconductor.scm (r-ggbio): ...to here.
2020-12-29gnu: r-gqtlstats: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-gqtlstats): Move from here... * gnu/packages/bioconductor.scm (r-gqtlstats): ...to here.
2020-12-29gnu: r-snpstats: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-snpstats): Move from here... * gnu/packages/bioconductor.scm (r-snpstats): ...to here.
2020-12-29gnu: r-homo-sapiens: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-homo-sapiens): Move from here... * gnu/packages/bioconductor.scm (r-homo-sapiens): ...to here. Replace 'string-append' by 'bioconductor-uri' with 'annotation'.
2020-12-29gnu: r-erma: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-erma): Move from here... * gnu/packages/bioconductor.scm (r-erma): ...to here.
2020-12-29gnu: r-ldblock: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-ldblock): Move from here... * gnu/packages/bioconductor.scm (r-ldblock): ...to here.
2020-12-29gnu: r-gqtlstats: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-gqtlstats): Move from here... * gnu/packages/bioconductor.scm (r-gqtlstats): ...to here.
2020-12-29gnu: r-gviz: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-gviz): Move from here... * gnu/packages/bioconductor.scm (r-gviz): ...to here.
2020-12-29gnu: r-gwascat: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-gwascat): Move from here... * gnu/packages/bioconductor.scm (r-gwascat): ...to here.
2020-12-29gnu: r-sushi: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-sushi): Move from here... * gnu/packages/bioconductor.scm (r-sushi): ...to here.
2020-12-29gnu: uBlock Origin: Update to 1.32.4.Marius Bakke
* gnu/packages/browser-extensions.scm (uassets): Update to 8e79f25fc. (ublock-origin): Update to 1.32.4.
2020-12-29gnu: Add r-mlr3.Wiktor Żelazny
* gnu/packages/cran.scm (r-mlr3): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-12-29gnu: Add r-paradox.Wiktor Żelazny
* gnu/packages/cran.scm (r-paradox): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-12-29gnu: Add r-mlr3misc.Wiktor Żelazny
* gnu/packages/cran.scm (r-mlr3misc): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-12-29gnu: Add r-mlr3measures.Wiktor Żelazny
* gnu/packages/cran.scm (r-mlr3measures): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-12-29gnu: Add r-lgr.Wiktor Żelazny
* gnu/packages/cran.scm (r-lgr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-12-29gnu: node: Fix npx shebang.Ricardo Wurmus
* gnu/packages/node.scm (node)[arguments]: Add build phase "patch-node-shebang".
2020-12-29gnu: Add js-context-menu.Ricardo Wurmus
* gnu/packages/javascript.scm (js-context-menu): New variable.
2020-12-29gnu: gnome-maps: Patch DBUS service.Leo Prikler
* gnu/packages/geo.scm (gnome-maps): [arguments]<#:phases>: Add patch-dbus-service.
2020-12-29gnu: python-cloudscraper: Drop interpreters at build time.Leo Prikler
* gnu/packages/python-web.scm (python-cloudscraper)[snippet]: Keep interpreters. [arguments]<#:phases>: Add drop-unsupported-sources.
2020-12-29gnu: Add shakespeare-spl.Leo Prikler
* gnu/packages/patches/shakespeare-spl-fix-grammar.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/esolangs.scm (shakespeare-spl): New variable.
2020-12-29gnu: u-boot-rockpro64-rk3399: Fix freeze on boot.Caliph Nomble
* gnu/packages/bootloaders.scm (u-boot-rockpro64-rk3399)[arguments]<#:phases> [patch-rockpro64-config]: Build with modified config to prevent freeze on boot due to usb being enabled. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-12-29Revert "gnu: u-boot: Fix freeze on boot with u-boot-rockpro64-rk3399."Danny Milosavljevic
because it was applied to the wrong u-boot. This reverts commit d980e6e275aed80e65ad3b7e17c5a5118661e2c2.
2020-12-29gnu: rust: Remove "i686-linux" from supported systems.Mathieu Othacehe
* gnu/packages/rust.scm (rust-1.19): Only support "x86_64-linux" architecture.
2020-12-29gnu: snap: Update to 6.5.0.Nicolas Goaziou
* gnu/packages/education.scm (snap): Update to 6.5.0.
2020-12-29gnu: frescobaldi: Update to 3.1.3.Nicolas Goaziou
* gnu/packages/music.scm (frescobaldi): Update to 3.1.3.
2020-12-29gnu: jasper: Update to 2.0.23.Vincent Legoll
Fixes CVE-2020-27828. * gnu/packages/image.scm (jasper): Update to 2.0.23. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>