summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2022-01-30gnu: util-linux-with-udev: Remove input labels.Marius Bakke
* gnu/packages/linux.scm (util-linux+udev)[inputs]: Use MODIFY-INPUTS.
2022-01-30gnu: expat: Update replacement to 2.4.4 [fixes CVE-2022-23852, CVE-2022-23990].Marius Bakke
* gnu/packages/xml.scm (expat/fixed): Update to 2.4.4.
2022-01-30gnu: waylandpp: Update to 0.2.9.Marius Bakke
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.9.
2022-01-30gnu: Add python-gwcs.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-gwcs): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
2022-01-30gnu: Add python-asdf-wcs-schemas.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-asdf-wcs-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
2022-01-30gnu: Add python-asdf-astropy.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-asdf-astropy): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
2022-01-30gnu: Add python-asdf-coordinates-schemas.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
2022-01-30gnu: Add python-asdf-transform-schemas.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-asdf-transform-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
2022-01-30gnu: python-asdf: Update to 2.8.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm: (python-asdf): Update to 2.8.3. [inputs]: Use the new style. Move python-importlib-resources, python-jsonschema, python-numpy, python-pyyaml to ... [propagated-inputs]: ... here. Use the new style. Add python-jmespath. Signed-off-by: Vinicius Monego <monego@posteo.net>
2022-01-30gnu: patchelf: Add release-monitoring-url.Efraim Flashner
* gnu/packages/elf.scm (patchelf)[properties]: New field.
2022-01-30gnu: mesa: Add support for riscv64-linux.Efraim Flashner
* gnu/packages/gl.scm (mesa)[inputs]: Add llvm-11 on riscv64-linux. [native-inputs]: Add glslang on riscv64-linux. [arguments]: In configure-flags adjust gallium-drivers to swap the power* and intel drivers for the fallback option. Specify riscv64-linux configure options for vulkan-drivers. Enable the vulkan-overlay-layer and llvm support. Adjust the custom 'disable-failing-test phase to have a riscv64-linux section.
2022-01-30gnu: audacity: Add fallback to locate ffmpeg via pkg-config.Liliana Marie Prikler
* gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. [inputs]: Add back ffmpeg.
2022-01-29gnu: k3b: Do not depend on QtWebKit.Leo Famulari
According to CMakelists.txt, "Qt5WebKitWidgets is used for prettier k3bdiskinfoview." See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Remove qtwebkit.
2022-01-29gnu: luminance-hdr: Replace dependency on QtWebKit with QtWebEngine.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Remove qtwebkit. Add qtwebengine, qtdeclarative, and qtwebchannel.
2022-01-29gnu: python-black: Document the tomli version requirements.Leo Famulari
* gnu/packages/python-xyz.scm (python-black): Add comment.
2022-01-29gnu: choqok: Don't depend on QtWebKit.Leo Famulari
These dependencies were only used to create a plugin for Konqueror, which Guix does not include. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/kde-internet.scm (choqok)[inputs]: Remove kdewebkit and qtwebkit.
2022-01-29gnu: fcitx5-chinese-addons: Replace the dependency on QtWebKit with QtWebEngine.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/fcitx5.scm (fcitx5-chinese-addons)[inputs]: Remove qtwebkit. Add qtdeclarative, qtwebchannel, and qtwebengine. [arguments]: Pass "-DUSE_WEBKIT=off" to #:configure-flags.
2022-01-29gnu: texmaker: Don't depend on QtWebKit.Leo Famulari
The program stopped using QtWebKit in version 5.0. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/tex.scm (texmaker)[inputs]: Remove qtwebkit.
2022-01-29gnu: wpewebkit: Update to 2.34.3 [security fixes].Liliana Marie Prikler
This update fixes all the security issues fixed upstream between versions 2.30.5 and 2.34.3: https://webkitgtk.org/news.html * gnu/packages/webkit.scm (wpewebkit): Update to 2.34.3. [#:phases]: Add ‘patch-cmake’ phase to fix an error in the install directories of the documentation. [inputs]: Add lcms.
2022-01-29gnu: wpebackend-fdo: Update to 1.12.0.Liliana Marie Prikler
* gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.12.0. [build-system]: Use meson-build-system. [inputs]: Add libepoxy.
2022-01-29gnu: libwpe: Update to 1.12.0.Liliana Marie Prikler
* gnu/packages/webkit.scm (libwpe): Update to 1.12.0. [build-system]: Use meson-build-system.
2022-01-29gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name.Leo Famulari
* gnu/packages/webkit.scm (wpewebkit)[properties]: New field.
2022-01-29gnu: kdenlive: Don't depend on QtWebKit.Leo Famulari
Kdenlive no longer uses QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/kde.scm (kdenlive)[inputs]: Remove qtwebkit.
2022-01-29gnu: nextcloud-client: Don't depend on QtWebKit.Leo Famulari
This package propagates QtWebEngine and doesn't keep a reference to QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/sync.scm (qtwebkit)[inputs]: Remove qtwebkit. [arguments]: Remove related #:configure-flag that is not recognized by our version of nextcloud-client.
2022-01-29gnu: zabbix: Update to 5.4.9.Marius Bakke
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.9.
2022-01-29gnu: Add TimescaleDB.Marius Bakke
* gnu/packages/databases.scm (timescaledb): New variable.
2022-01-29gnu: zabbix-server: Use a sensible default for the "fping" executable.Marius Bakke
* gnu/packages/monitoring.scm (zabbix-agentd)[source](modules, snippet): New fields.
2022-01-29gnu: fping: Enable IPv6 support.Marius Bakke
* gnu/packages/networking.scm (fping)[arguments]: New field.
2022-01-29gnu: python-pydantic: Update to 1.9.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.0.
2022-01-29gnu: cpulimit: Fix build with glibc-2.32.Eric Bavier
* gnu/packages/patches/cpulimit-with-glib-2.32.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (cpulimit)[source]: Use it.
2022-01-29gnu: gwl: Update to 0.4.0.Ricardo Wurmus
* gnu/packages/package-management.scm (gwl): Update to 0.4.0. [inputs]: Add guile-drmaa; simplify input list.
2022-01-28gnu: Add wfetch.Petr Hodina
* gnu/packages/python-xyz.scm (wfetch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-28gnu: Add python-pyowm.Petr Hodina
* gnu/packages/python-web.scm (python-pyowm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-28gnu: Add python-geojson.Petr Hodina
* gnu/packages/python-xyz.scm (python-geojson): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-28gnu: Add texlive-textcase.Ludovic Courtès
* gnu/packages/tex.scm (texlive-textcase): New variable.
2022-01-28gnu: Add texlive-greek-fontenc.Ludovic Courtès
* gnu/packages/tex.scm (texlive-greek-fontenc): New variable.
2022-01-28gnu: Add texlive-inputenx.Ludovic Courtès
* gnu/packages/tex.scm (texlive-inputenx): New variable.
2022-01-28gnu: Add texlive-hardwrap.Ludovic Courtès
* gnu/packages/tex.scm (texlive-hardwrap): New variable.
2022-01-28gnu: valgrind: Add version 3.18.1.Ludovic Courtès
* gnu/packages/valgrind.scm (valgrind-3.18): New variable.
2022-01-28gnu: aseba: Build sequentially and appease Valgrind.Ludovic Courtès
* gnu/packages/robotics.scm (aseba)[source]: Remove trailing #t from 'snippet'. [arguments]: Add #:parallel-build? and #:phases. [native-inputs]: Add glibc:debug.
2022-01-28gnu: obs: Update to 27.1.3.Andrew Tropin
* gnu/packages/video.scm (obs): Update to 27.1.3. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-28gnu: openconnect-sso: Remove a transitive dependency on QtWebKit.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/vpn.scm (openconnect-sso)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
2022-01-28gnu: orange: Remove a transitive dependency on QtWebKit.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/orange.scm (orange)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
2022-01-28gnu: anki: Remove a transitive dependency on QtWebKit.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/education.scm (anki)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
2022-01-28gnu: Calibre: Remove a transitive dependency on QtWebKit.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/ebook.scm (calibre)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. [arguments]: Adjust the custom 'configure' phase accordingly.
2022-01-28gnu: python-pytest-qt: Remove a transitive dependency on QtWebKit.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/python-check.scm (python-pytest-qt)[propagated-inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
2022-01-28gnu: python-pyqtwebengine: Remove a transitive dependency on QtWebKit.Leo Famulari
Since QtWebKit and QtWebEngine are alternative web rendering engines, it doesn't make sense for one to depend on the other. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/qt.scm (python-pyqtwebengine)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
2022-01-28gnu: qutebrowser: Remove a transitive dependency on QtWebKit.Leo Famulari
This browser is explicity a Chromium / QtWebEngine browser, so it shouldn't also depend on QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
2022-01-28gnu: Vorta: Remove a transitive dependency on QtWebKit.Leo Famulari
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/backup.scm (vorta)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
2022-01-28gnu: Add texlive-carlisle.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-carlisle): New variable.