Commit graph

61012 commits

Author SHA1 Message Date
Marius Bakke 936b7906b0
gnu: spirv-headers: Update to 1.5.3.
* gnu/packages/vulkan.scm (spirv-headers): Update to 1.5.3.
2020-05-26 22:36:06 +02:00
Marius Bakke a64eeaf755
gnu: gstreamer: Increase test timeouts.
Fixes <https://bugs.gnu.org/36464>.
Reported by Steffen Rytter Postas <nc@scalehost.eu>.

* gnu/packages/gstreamer.scm (%common-gstreamer-phases): New variable.
(gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad,
gst-plugins-ugly, gst-editing-services)[arguments]: Use it.
2020-05-26 22:36:06 +02:00
Marius Bakke 0c8a51c7d2
gnu: cogl: Fix build with Mesa 20.
* gnu/packages/gnome.scm (cogl)[arguments]: Add phase to adjust header includes.
2020-05-26 22:36:05 +02:00
Marius Bakke aa13c5657d
Merge branch 'master' into staging 2020-05-26 22:34:46 +02:00
Marius Bakke 8ab211dbdb
gnu: NSS: Update to 3.52.1 [fixes CVE-2020-12399].
* gnu/packages/nss.scm (nss): Update to 3.52.1.
* gnu/packages/certs.scm (nss-certs): Likewise.
2020-05-26 22:32:56 +02:00
Marius Bakke 2d27135962
gnu: Mesa: Fix ineffective substitution on i686-linux.
This is a follow-up to commit ee345ae62c8b899186b65b61a2376b5adb938520.

* gnu/packages/gl.scm (mesa)[arguments]: Adjust substitution to use the
correct file name.
2020-05-26 22:32:56 +02:00
TomZ 8d1ab36a56
gnu: Qt: Update to 5.14.2.
* gnu/packages/qt.scm (qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtserialport, qtserialbus, qtwebchannel,
qtwebview, qtlocation, qttools, qtscript, qtquickcontrols,
qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml,
qtpurchasing, qtcharts, qtdatavis3d, qtnetworkauth,
qtspeech, qtwebengine): Update to 5.14.2.
(qtcanvas3d): Remove variable.  Upstream deprecated it.
(qtbase)[source](patches): Remove qtbase-QTBUG-81715.patch.
[arguments]: Drop X11lib substitution: patched dir no longer exists.
(qtwayland)[arguments]: Disable two tests, and add phase to prevent fatal DBus
warnings.
(qtwebglplugin)[inputs]: Add ZLIB.
(qtremoteobjects): Disable some tests that fail due to missing network.
(qtdeclarative)[native-inputs]: Add VULKAN-HEADERS.
(qtwebengine)[source](snippet): Adjust list of preserved files.
[inputs]: Add VULKAN-HEADERS.
* gnu/packages/patches/qtbase-QTBUG-81715.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-05-26 22:32:56 +02:00
Marius Bakke 9d3965edca
gnu: KDE Frameworks: Update to 5.70.
* gnu/packages/patches/kinit-kdeinit-extra_libs.patch: Adjust for upstream changes.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules, attica, bluez-qt,
breeze-icons, kapidox, karchive, kcalendarcore, kcodecs, kconfig, kcoreaddons,
kdbusaddons, kdnssd, kguiaddons, kholidays, ki18n, kidletime, kirigami,
kitemmodels, kitemviews, kplotting, ksyntaxhighlighting, kwidgetsaddons,
kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, prison,
qqc2-desktop-style, solid, sonnet, threadweaver, kactivities, kauth,
kcompletion, kcontacts, kcrash, kdoctools, kfilemetadata, kimageformats,
kjobwidgets, knotifications, kpackage, kpty, kunitconversion, syndication,
baloo, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative,
kded, kdesignerplugin, kdesu, kdewebkit, kemoticons, kglobalaccel,
kiconthemes, kinit, knewstuff, knotifyconfig ,kparts, kpeople, krunner,
kservice, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, purpose,
kde-frameworkintegration, kdelibs4support, khtml, kjs, kjsembed, kmediaplayer,
kross): Update to 5.70.0.
(kwayland)[inputs]: Add QTWAYLAND.
(kparts)[arguments]: New field.
(kinit)[inputs]: Add KDBUSADDONS.
(kcmutils)[inputs]: Add KGUIADDONS.
(krunner)[native-inputs]: Add DBUS.
[arguments]: Run tests with "dbus-launch".
(baloo)[arguments]: Remove broken test substitution.  Disable one other test.
(ktexteditor, plasma-framework): Update to 5.70.1.
(kio): Likewise.
[inputs]: Move KWINDOWSYSTEM ...
[propagated-inputs]: ... here.
2020-05-26 22:32:56 +02:00
Marius Bakke 5e46b563c8
gnu: python-jinja2: Update to 2.11.2.
* gnu/packages/python-xyz.scm (python-jinja2): Update to 2.11.2.
2020-05-26 22:32:55 +02:00
Marius Bakke beec29da92
gnu: json-c: Update to 0.14.
* gnu/packages/web.scm (json-c): Update to 0.14.
[source](modules, snippet): Remove.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
(json-c-0.13): New public variable.
(json-c-0.12): Inherit from JSON-C-0.13.
* gnu/packages/cryptsetup.scm (cryptsetup-static)[inputs]: Stick with
JSON-C-0.13.
* gnu/packages/linux.scm (multipath-tools)[inputs]: Likewise.
* gnu/packages/security-token.scm (yubikey-personalization, libu2f-host,
libu2f-server)[inputs]: Likewise.
* gnu/packages/syndication.scm (newsboat)[inputs]: Likewise.
2020-05-26 22:32:55 +02:00
Marius Bakke f2ff01bb8e
gnu: pcre2: Update to 10.35.
* gnu/packages/pcre.scm (pcre2): Update to 10.35.
2020-05-26 22:32:55 +02:00
Marius Bakke 8aeef3c7bd
gnu: NSS: Update to 3.52.
* gnu/packages/nss.scm (nss): Update to 3.52.
* gnu/packages/certs.scm (nss-certs): Likewise.
2020-05-26 22:32:55 +02:00
Marius Bakke 7f73f962ef
gnu: python-mako: Update to 1.1.2.
* gnu/packages/python-xyz.scm (python-mako): Update to 1.1.2.
2020-05-26 22:32:55 +02:00
Marius Bakke ab5acfa04a
gnu: python-idna: Update to 2.9.
* gnu/packages/python-xyz.scm (python-idna): Update to 2.9.
2020-05-26 22:32:55 +02:00
Marius Bakke 5899fdb7ce
gnu: python-pycparser: Update to 2.20.
* gnu/packages/python-xyz.scm (python-pycparser): Update to 2.20.
2020-05-26 22:32:55 +02:00
Marius Bakke 691b1538f8
gnu: python-cython: Update to 0.29.17.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.17.
2020-05-26 22:32:54 +02:00
Marius Bakke 45f01bc007
gnu: python-requests: Update to 2.23.0.
* gnu/packages/python-web.scm (python-requests): Update to 2.23.0.
2020-05-26 22:32:54 +02:00
Marius Bakke 21cbde9f44
gnu: python-urllib3: Update to 1.25.9.
* gnu/packages/python-web.scm (python-urllib3): Update to 1.25.9.
2020-05-26 22:32:54 +02:00
Marius Bakke da1eb6db13
gnu: python-pyopenssl: Update to 19.1.0.
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 19.1.0.
2020-05-26 22:32:53 +02:00
Marius Bakke 6144e2d7a0
gnu: python-cryptography: Update to 2.9.2.
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.9.2.
2020-05-26 22:32:53 +02:00
Marius Bakke ee3a5e07a0
gnu: python-certifi: Update to 2020.4.5.1.
* gnu/packages/python-crypto.scm (python-certifi): Update to 2020.4.5.1.
[arguments]: New field.  Explicitly disable tests.
2020-05-26 22:32:53 +02:00
Marius Bakke d708be82a7
gnu: python-cffi: Update to 1.14.0.
* gnu/packages/libffi.scm (python-cffi): Update to 1.14.0.
2020-05-26 22:32:52 +02:00
Marius Bakke 1e03f8f4a3
gnu: python-pycairo: Update to 1.19.1.
* gnu/packages/gtk.scm (python-pycairo): Update to 1.19.1.
2020-05-26 22:32:52 +02:00
Marius Bakke a947f71cd9
gnu: GTK+: Update to 3.24.20.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.20.
2020-05-26 22:32:52 +02:00
Marius Bakke 0ab39ce2db
gnu: CUPS: Update to 2.3.3.
* gnu/packages/cups.scm (cups-minimal): Update to 2.3.3.
2020-05-26 22:32:51 +02:00
Marius Bakke c96bb2e3dc
gnu: cups-filters: Update to 1.27.4.
* gnu/packages/cups.scm (cups-filters): Update to 1.27.4.
[arguments]: Remove obsolete patch-for-poppler phase.
2020-05-26 22:32:51 +02:00
Marius Bakke e634d95947
gnu: mesa: Build with LLVM 10.
* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-9 to LLVM-10.
* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG-9 to CLANG-10.
2020-05-26 22:32:51 +02:00
Marius Bakke 3b14288d02
gnu: libical: Update to 3.0.8.
* gnu/packages/calendar.scm (libical): Update to 3.0.8.
[source](patches): Remove.
2020-05-26 22:32:51 +02:00
Marius Bakke bbe81cdaed
gnu: mesa: Update to 20.0.7.
* gnu/packages/gl.scm (mesa): Update to 20.0.7.
2020-05-26 22:32:50 +02:00
Marius Bakke 167a147d06
gnu: libva: Update to 2.7.1.
* gnu/packages/video.scm (libva): Update to 2.7.1.
2020-05-26 22:32:50 +02:00
Marius Bakke 6e8dd0b5da
gnu: utf8proc: Update to 2.5.0.
* gnu/packages/textutils.scm (utf8proc): Update to 2.5.0.
[native-inputs]: Update test data to Unicode 13.
2020-05-26 22:32:50 +02:00
Marius Bakke 44c95fa650
gnu: qpdf: Update to 10.0.1.
* gnu/packages/pdf.scm (qpdf): Update to 10.0.1.
2020-05-26 22:32:50 +02:00
Marius Bakke 36c50eab98
gnu: ImageMagick: Update to 6.9.11-11.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.11-11.
2020-05-26 22:32:49 +02:00
Marius Bakke 4cff230336
gnu: postgresql: Update to 10.13.
* gnu/packages/databases.scm (postgresql): Update to 10.13.
2020-05-26 22:32:49 +02:00
Marius Bakke e24e345c5b
gnu: MariaDB: Update to 10.1.45.
* gnu/packages/databases.scm (mariadb): Update to 10.1.45.
2020-05-26 22:32:49 +02:00
Marius Bakke f020f8c424
gnu: libinput: Update to 1.15.5.
* gnu/packages/freedesktop.scm (libinput): Update to 1.15.5.
2020-05-26 22:32:49 +02:00
Marius Bakke 312d9a3320
gnu: kmod: Disable tests in 'Makefile.in' instead of 'Makefile.am'.
This avoids a build failure because the package was bootstrapped with an older
version of Automake.  By substituting the .in file we avoid triggering the
Autoconf machinery.

* gnu/packages/linux.scm (kmod)[arguments]: Change the 'disable-tests' phase
to substitute "Makefile.in" instead of "Makefile.am".
[native-inputs]: Remove AUTOMAKE and AUTOCONF.
2020-05-26 22:32:49 +02:00
Brice Waegeneire ddcfc46796
gnu: kmod: Update to 27.
* gnu/packages/linux.scm (kmod): Update to version 27.
[native-inputs]: Add 'automake' and 'autoconf'.
[arguments]: Add phase 'disable-tests'. Add configure flag
'--disable-test-modules'. Enable tests.
2020-05-26 22:32:44 +02:00
Marius Bakke 9edb3f66fd
Merge branch 'master' into staging 2020-05-26 22:30:51 +02:00
Marius Bakke b4f04e0eff
gnu: cogl: Enable tests.
* gnu/packages/gnome.scm (cogl)[native-inputs]: Add XORG-SERVER-FOR-TESTS.
[arguments]: Remove #:tests?.  Add #:disallowed-references.  Add #:phases to
prepare test environment.
2020-05-21 21:55:23 +02:00
Marius Bakke 29f4bb2e91
gnu: cogl: Update to 1.22.6.
* gnu/packages/gnome.scm (cogl): Update to 1.22.6.
2020-05-21 21:55:22 +02:00
Marius Bakke a011f67b07
gnu: ruby-fakefs: Fix lonely parens.
* gnu/packages/ruby.scm (ruby-fakefs)[arguments]: Move dangling parents up.
2020-05-21 21:55:22 +02:00
Efraim Flashner c8b8e612dd
gnu: gnuastro: Don't build static libraries.
* gnu/packages/astronomy.scm (gnuastro)[arguments]: Add configure-flag
to skip building static libraries.
2020-05-21 16:52:04 +03:00
Efraim Flashner 276d711518
gnu: gnuastro: Update to 0.12.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.12.
2020-05-21 16:52:04 +03:00
Tobias Geerinckx-Rice f2de892b37
gnu: http-parser: Fix build [and guix pull!] on i686-linux.
This follows up on commit 5c30eb61d7.

* gnu/packages/web.scm (http-parser)[source]: Apply the armhf patch not
here…
[arguments]: …but in a phase & only on armhf-linux.
[native-inputs]: Add it on armhf-linux.
2020-05-21 14:54:48 +02:00
Tobias Geerinckx-Rice 1476ea0e55
gnu: mpop: Update to 1.4.9.
* gnu/packages/mail.scm (mpop): Update to 1.4.9.
2020-05-21 14:54:48 +02:00
Tobias Geerinckx-Rice c1ab9e881a
gnu: uhttpmock: Don't use NAME in source URI.
* gnu/packages/web.scm (uhttpmock)[source]: Hard-code NAME.
2020-05-21 14:54:48 +02:00
Tobias Geerinckx-Rice 1ee8b7192c
gnu: criu: Download sources over HTTPS.
* gnu/packages/virtualization.scm (criu)[source]: Use HTTPS.
2020-05-21 14:54:48 +02:00
Paul Garlick a7f89f97b7
gnu: ikiwiki: Add missing input.
* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-xml-feed.
[arguments]: Add 'pre-check' phase.
2020-05-21 13:23:41 +01:00
Paul Garlick 40b793fd51
gnu: perl-xml-feed: Propagate inputs.
* gnu/packages/xml.scm (perl-xml-feed)[inputs]: Move to...
[propagated-inputs]: ...here.
2020-05-21 13:23:40 +01:00