Commit Graph
100 Commits
Author SHA1 Message Date
Michael Weiss 7722cb1b13 Merge pull request #113660 from Hoverbear/nvme-cli-add-libuuid
nvme-cli: add libuuid input
2021-02-19 19:58:53 +01:00
Michael Weiss 8df4ea8d28 chromiumDev: 90.0.4412.3 -> 90.0.4421.5 2021-02-19 19:45:39 +01:00
Michael Weiss a1aec6be0b cargo-c: 0.7.2 -> 0.7.3 2021-02-18 19:06:36 +01:00
Michael Weiss 7b41fd7bff signal-desktop: 1.39.6 -> 1.40.0 2021-02-18 15:41:03 +01:00
Michael Weiss b78942f040 tdesktop: 2.5.8 -> 2.5.9 2021-02-18 15:32:07 +01:00
Michael Weiss 849bd20271 chromiumBeta: 89.0.4389.47 -> 89.0.4389.58 2021-02-18 12:13:16 +01:00
Michael Weiss eecade6b3e Merge pull request #113313 from primeos/nix-prefetch-git-avoid-initial-branch-warnings
nix-prefetch-git: Run git-init with --initial-branch=master
2021-02-18 11:53:11 +01:00
Michael Weiss 2aadb9a53d nix-prefetch-git: Run git-init with --initial-branch=master
The reason for this change is simply to avoid the following messages
that are unnecessary and can be confusing (and these messages will be
repeated for each submodule):
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint:   git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint:   git branch -m <name>

With this change the behaviour remains unchanged (apart from the
suppressed "warning" in the console output of course) and therefore this
doesn't cause any hashes to change and by default nix-prefetch-git uses
the "fetchgit" branch anyway (branchName can be set to override the
default):
Switched to a new branch 'fetchgit'

For that reason the initial branch name doesn't matter anyway and since
we're not relying on / hardcoding "master" we could simply switch to
"main" (which seems most common nowadays). See [0] for more details on
why this wouldn't break anything.
However, since the initial branch name doesn't matter and to avoid any
additional risks it was "decided" to keep using "master" (s. #113313).

[0]: https://github.com/NixOS/nixpkgs/pull/113313#issuecomment-780589516
2021-02-18 11:34:34 +01:00
Michael Weiss 5c7d7c32af Merge pull request #113368 from TredwellGit/chromium
chromium: 88.0.4324.150 -> 88.0.4324.182
2021-02-17 15:41:50 +01:00
Michael Weiss 2f467621b7 tev: Set TEV_DEPLOY=1 2021-02-16 14:46:25 +01:00
Michael Weiss 3d9deb5473 gns3-{gui,server}: 2.2.17 -> 2.2.18 2021-02-16 14:46:00 +01:00
Michael Weiss 1159a79877 tev: 1.16 -> 1.17 2021-02-16 14:14:39 +01:00
Michael Weiss b4f2376434 gitRepo: 2.12.1 -> 2.12.2 2021-02-12 12:38:33 +01:00
Michael Weiss 2c2ce6bf9e Merge pull request #112866 from bobrik/ivan/libaom-aarch64-fix
libaom: only disable cpu detectio on arm64 and do it as recommended
2021-02-12 12:02:41 +01:00
Michael Weiss c9858b6d88 gitRepo: 2.12 -> 2.12.1 2021-02-11 19:27:32 +01:00
Michael Weiss d35eb344f8 chromiumBeta: 89.0.4389.40 -> 89.0.4389.47 2021-02-11 12:37:06 +01:00
Michael Weiss 7fdadc140c fscryptctl: init at 1.0.0 (#112651)
Release notes: https://github.com/google/fscryptctl/releases/tag/v1.0.0

fscryptctl-experimental will remain at version 0.1.0 to ensure a smooth
transition.
2021-02-11 12:36:34 +01:00
Michael Weiss ed6ccd4b27 chromiumDev: 90.0.4408.0 -> 90.0.4412.3 2021-02-09 22:35:08 +01:00
Michael Weiss a6fa79639a inxi: 3.3.00-1 -> 3.3.01-1 2021-02-09 21:55:59 +01:00
Michael Weiss 43161bc2b7 ungoogled-chromium: 88.0.4324.146 -> 88.0.4324.150 2021-02-09 15:24:38 +01:00
Michael Weiss af9568fae8 python3Packages.cryptography: 3.3.1 -> 3.3.2 (security, CVE-2020-36242)
SECURITY ISSUE: Fixed a bug where certain sequences of update() calls
when symmetrically encrypting very large payloads (>2GB) could result in
an integer overflow, leading to buffer overflows. CVE-2020-36242

Note: This also updates {,vectors-}3.3.nix (for Python 2 / nixops)
because of the security issue.
2021-02-07 20:09:55 +01:00
Michael Weiss cd4c376baf glances: 3.1.6.1 -> 3.1.6.2 2021-02-07 19:28:01 +01:00
Michael Weiss 89db67e734 chromium: Update the documentation
And close #78450 because I'm maintaining Chromium for approximately one
year now and it looks like I can keep maintaining it (at least as long
as I have enough time for it). I'm also working on the documentation,
automation, and cleanups so finding a new maintainer in the future
should hopefully be easier.
2021-02-07 19:26:14 +01:00
Michael Weiss de88795283 Merge pull request #112288 from primeos/chromium
chromium: Remove the Adobe Flash Player plugin support
2021-02-07 19:13:26 +01:00
Michael Weiss d55603f11d chromium: Remove the Adobe Flash Player plugin support
The Flash support was completely removed in Chromium M88:
- https://www.chromium.org/flash-roadmap#TOC-Flash-Support-Removed-from-Chromium-Target:-Chrome-88---Jan-2021-
- https://chromestatus.com/feature/5643527180517376

See #110314.
2021-02-07 12:27:36 +01:00
Michael Weiss f11c4708da wob: 0.10 -> 0.11 2021-02-06 19:31:24 +01:00
Michael Weiss 576464c74d chromium: Remove our old overrides for VA-API and Ozone
These gn arguments aren't required anymore as they're now equal to the
current defaults.
2021-02-06 12:28:50 +01:00
Michael Weiss df9dac5e77 fuse3: 3.10.1 -> 3.10.2 (#112016) 2021-02-06 11:52:09 +01:00
Michael Weiss 06d0d8ecfa chromiumDev: 90.0.4400.8 -> 90.0.4408.0 2021-02-06 00:55:35 +01:00
Michael Weiss e1ad722370 Merge pull request #112071 from primeos/chromium
chromium: 88.0.4324.146 -> 88.0.4324.150
2021-02-06 00:37:13 +01:00
Michael Weiss ad588f04d4 chromium: 88.0.4324.146 -> 88.0.4324.150
https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-desktop_4.html

This update includes 1 security fix. Google is aware of reports that an
exploit for CVE-2021-21148 exists in the wild.

CVEs: CVE-2021-21148
2021-02-05 21:03:36 +01:00
Michael WeissandSandro d0b891c828 isync: 1.3.4 -> 1.4.0
Important changes:
- The 'isync' compatibility wrapper was removed.
- The Master/Slave configuration keywords where deprecated and should be
  replaced with Far/Near. All users should update their configuration
  file accordingly. It's a trivial change and the old Master/Slave
  keywords will still work for now but result in the following message:
  Notice: Master/Slave are deprecated; use Far/Near instead.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-04 19:54:54 +01:00
Michael Weiss 6f6ce15938 fscryptctl-experimental: 2017-10-23 -> 0.1.0
Version 0.1.0 is based on the last commit that included support for V1
encryption policies. Version 1.0 is about to be released and will
include a PR which removes V1 policy support and adds V2 policy support.
Source: https://github.com/google/fscryptctl/issues/12#issuecomment-772888154

When version 1.0 is released we'll likely package it as fscryptctl and
mark fscryptctl-experimental as broken (referring to fscryptctl).
2021-02-04 13:39:00 +01:00
Michael Weiss e74cfaf671 isync: 1.3.3 -> 1.3.4 (#111789) 2021-02-04 12:19:16 +01:00
Michael Weiss 6f0de2b041 chromiumBeta: 89.0.4389.23 -> 89.0.4389.40 2021-02-04 11:42:14 +01:00
Michael Weiss 25e3e66b65 iputils: 20200821 -> 20210202 (#111645) 2021-02-03 21:02:06 +01:00
Michael Weiss 570d7def06 Merge pull request #111740 from primeos/chromium
chromium: 88.0.4324.96 -> 88.0.4324.146
2021-02-03 20:33:58 +01:00
Michael Weiss d345d333ab intel-media-driver: 21.1.0 -> 21.1.1 2021-02-03 18:52:55 +01:00
Michael Weiss bdf7d732d3 ungoogled-chromium: 88.0.4324.104 -> 88.0.4324.146 (security) 2021-02-03 12:38:21 +01:00
Michael Weiss 4fe69d33ae chromium: 88.0.4324.96 -> 88.0.4324.146
https://chromereleases.googleblog.com/2021/02/stable-channel-update-for-desktop.html

This update includes 6 security fixes.

CVEs:
CVE-2021-21142 CVE-2021-21143 CVE-2021-21144 CVE-2021-21145
CVE-2021-21146 CVE-2021-21147
2021-02-03 12:38:09 +01:00
Michael Weiss 69eda74b74 Merge pull request #109054 from primeos/libgpgerror
libgpgerror: 1.38 -> 1.41
2021-02-01 18:11:50 +01:00
Michael Weiss b2b0e31917 libgpgerror: 1.38 -> 1.41 2021-02-01 16:30:40 +01:00
Michael Weiss 3151fd59e7 Merge pull request #111340 from primeos/ungoogled-chromium
ungoogled-chromium: 87.0.4280.141 -> 88.0.4324.104
2021-02-01 14:14:03 +01:00
Michael Weiss d1c040f8c6 chromiumDev: Build without TFLite and apply a fix
During d6d4228b39 I failed to notice that the current chromiumDev
version is older than the first one that contained the commit to fix the
dependency on opus in webcodecs.
This should hopefully fix build of chromiumDev (if there are no
additional issues).
2021-02-01 01:43:30 +01:00
Michael Weiss 110c2e7d45 lf: 19 -> 20 2021-01-30 20:01:24 +01:00
Michael Weiss 268600e6b7 ungoogled-chromium: 87.0.4280.141 -> 88.0.4324.104
Unfortunately this requires a crazy hack to support building with
Google's proprietary Widevine DRM technology as that requires fetching
the Google Chrome sources (see also 86ff1e45ce).
The hack is required because ungoogled-chromium doesn't always use tags
that correspond to a Google Chrome release.
2021-01-30 19:22:22 +01:00
Michael Weiss d6d4228b39 chromiumBeta: Backport a patch to fix the build
The build was failing with:
In file included from ../../third_party/blink/renderer/modules/webcodecs/audio_encoder.cc:7:
In file included from ../../media/audio/audio_opus_encoder.h:16:
gen/shim_headers/opus_shim/third_party/opus/src/include/opus.h:5:10: error: 'opus.h' file not found with <angled> include; use "quotes" instead
#include <opus.h>
         ^~~~~~~~
         "opus.h"
[...]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[42272/44233] CXX obj/third_party/blink/renderer/modules/webcodecs/webcodecs/decoder_template.oo[K

Note: This also fixes the ungoogled-chromium channel name in versionRange.
2021-01-30 12:08:17 +01:00
Michael Weiss 19ac92915a tdesktop: 2.5.7 -> 2.5.8 2021-01-30 01:06:35 +01:00
Michael Weiss d51b3b7413 mesa: 20.3.3 -> 20.3.4 (#111202) 2021-01-30 01:00:41 +01:00
Michael Weiss 2b66bbd845 tdesktop: 2.5.1 -> 2.5.7 2021-01-30 00:38:48 +01:00
Michael Weiss 2c0b72cae5 cargo-c: 0.7.1 -> 0.7.2 2021-01-29 18:12:47 +01:00
Michael Weiss c9e9792dbf inxi: 3.2.02-2 -> 3.3.00-1 2021-01-29 17:11:40 +01:00
Michael Weiss 241db3bb01 chromium{Beta,Dev}: Disable PGO to "fix" a build error
This also fixes/improves versionRange because the ungoogled-chromium
version will lag behind the Chromium version.
2021-01-28 22:32:32 +01:00
Michael Weiss 11ec29dd70 chromiumDev: 89.0.4389.23 -> 90.0.4400.8 2021-01-28 21:30:26 +01:00
Michael Weiss a7339c3a24 chromiumBeta: 88.0.4324.96 -> 89.0.4389.23 2021-01-28 21:30:25 +01:00
Michael Weiss 106ca78aff wayland: 1.18.0 -> 1.19.0 (#107324)
Announcements:
- Alpha: https://lists.freedesktop.org/archives/wayland-devel/2020-December/041668.html
- Beta: https://lists.freedesktop.org/archives/wayland-devel/2021-January/041683.html
- RC1: https://lists.freedesktop.org/archives/wayland-devel/2021-January/041691.html
- Final: https://lists.freedesktop.org/archives/wayland-devel/2021-January/041692.html
2021-01-28 16:46:53 +01:00
Michael Weiss bfc1cee4bf chromiumDev: 89.0.4389.9 -> 89.0.4389.23 2021-01-28 15:45:00 +01:00
Michael Weiss 863982d272 chromium: Fix the version comparison in print_updates()
I forgot that string comparison isn't enough because e.g.:
>>> "89.0.4389.9" < "89.0.4389.23"
False

distutils.version.LooseVersion is undocumented but it works and is
already available so why not use it:
>>> LooseVersion("89.0.4389.9") < LooseVersion("89.0.4389.23")
True
2021-01-28 15:45:00 +01:00
Michael Weiss 3762bb5390 libxkbcommon: Enable libxkbregistry
This also enables the "list" subcommand of xkbcli.

Since libxkbregistry is an optional library we could install it into a
different output. However, doing this properly is quite challenging and
the best approach would likely be to upstream patches that add a Meson
option for installing libxkbregistry under a separate prefix (so that
the pkg-config file is generated correctly, etc.).
But even then the default fixup phase would try to move
$libxkbregistry/include into the $dev output and the $out output would
depend on the $libxkbcommon output because of the xkbcli binary (though
we could move that into a $bin output).
As a result it seems best not to install libxkbregistry into a dedicated
output path.
2021-01-25 15:00:55 +01:00
Michael Weiss 428e0fdc54 libxkbcommon: Add a "USE flag" for Wayland support (#110693)
This can be used to enable the optional "interactive-wayland" subcommand
of xkbcli.
2021-01-25 14:52:05 +01:00
Michael Weiss ab757a382c lf: 18 -> 19 2021-01-24 20:43:26 +01:00
Michael Weiss 27955d37e9 nixos/tests/chromium: Simplify the logic (#110715)
- Improve the documentation (Python docstrings for functions and more
  meaningful xdotool script names).
- Make more use of the existing methods (e.g. wait_until_succeeds(), and
  send_key())
  - Note: This increases timeouts from 60 seconds to (currently)
    15 minutes but the defaults from test-driver.py should be fine.

This should make it simpler to read the code, understand the test
output, and drop the custom xdotool scripts in the future.
2021-01-24 20:35:29 +01:00
Michael Weiss 9e9e240a27 Revert "release-combined.tested: Temporarily remove the Chromium test"
This reverts commit 2dbd08dcbd.

I've fixed the regression in 8a7a8442c1 and the rest of my
refactorings/improvements shouldn't affect the stability of the test.
2021-01-24 15:27:49 +01:00
Michael Weiss 8ef056ba72 glances: 3.1.6 -> 3.1.6.1 2021-01-24 14:56:36 +01:00
Michael Weiss f940eb44b9 Merge pull request #110607 from meutraa/update/android-studio
androidStudioPackages.{stable,beta,canary,dev}: update
2021-01-23 19:54:30 +01:00
Michael Weiss b0871b2067 intel-media-driver: 20.4.5 -> 21.1.0 2021-01-23 15:00:24 +01:00
Michael Weiss 74358114aa intel-gmmlib: 20.3.3 -> 20.4.1 (#110596)
And add myself as maintainer because we need a new one since 76bab4e9a7
(and I already maintain intel-media-driver which depends on gmmlib).
2021-01-23 14:59:50 +01:00
Michael Weiss a57e182ed6 glances: 3.1.5 -> 3.1.6 2021-01-23 14:14:07 +01:00
Michael Weiss 237c20ac61 nixos/smokeping: Replace the tabs in cfg.targetConfig
This was inconsistent with the rest of the module.
2021-01-23 14:03:16 +01:00
Michael Weiss 87fb5d381f nixos/smokeping: Add a PoC for using networking.fqdn 2021-01-23 14:03:16 +01:00
Michael Weiss 86897c8f63 nixos/tests/chromium: Fix another potential race condition
The create_new_win() function could open multiple windows when used
incorrectly. This change makes sure that a new window will only be
created if the main window could be selected successfully.

This also ignores the out return values as they're never used.
2021-01-23 12:15:56 +01:00
Michael Weiss fac05ac695 chromium: Don't set "channel" in the environment
The "channel" variable shouldn't be part of the final derivation. This
also makes it possible to avoid unnecessary rebuilds for identical
channels (e.g. major updates are tested via the "beta" channel first and
usually neither the source-code archive nor the dependencies change when
the update makes it into the "stable" channel - this means we could
better use chromiumBeta to test major updates in advance).
2021-01-23 11:54:11 +01:00
Michael Weiss 0f972a2534 Merge pull request #110328 from primeos/scons
scons: 4.0.1 -> 4.1.0
2021-01-22 12:38:27 +01:00
Michael Weiss 62b5e51019 gitRepo: 2.11.1 -> 2.12 2021-01-22 12:34:36 +01:00
Michael Weiss 588643a13d lprof: Mark as broken
The Hydra build fails since 2020-07-28:
x86_64-linux:  https://hydra.nixos.org/build/135234622

The patch was broken by eb627de968 but since there is no maintainer it
seems best to simply mark it as broken and eventually remove it.
2021-01-22 11:57:14 +01:00
Michael Weiss f202f96425 libxkbcommon: Add myself as maintainer
From the Git log it seems that this package currently lacks an active
maintainer. I'll try to help out for now.
2021-01-21 18:51:54 +01:00
Michael Weiss 9d8900b8a4 scons: 4.0.1 -> 4.1.0 2021-01-21 13:37:58 +01:00
Michael Weiss f5de4608de chromiumDev: 89.0.4385.0 -> 89.0.4389.9 2021-01-21 11:53:53 +01:00
Michael Weiss bc4521411e signal-desktop: 1.39.5 -> 1.39.6 2021-01-20 20:15:05 +01:00
Michael Weiss 88637a1c33 Merge pull request #110198 from primeos/chromium-vm-test
nixos/tests/chromium: Add ungoogled-chromium and Google Chrome
2021-01-20 20:00:58 +01:00
Michael Weiss 70206c3be4 chromium/doc: Explain how to run the VM tests 2021-01-20 19:23:59 +01:00
Michael Weiss ff8866e243 nixos/tests/chromium: Add ungoogled-chromium and Google Chrome
By default only `chromium` will be tested but other "channels" can be
selected using e.g.:
nix-build nixos/tests/chromium.nix -A ungoogled

This also adds me as secondary maintainer (I'd like to get notified on
PRs/issues and can review them).
2021-01-20 19:20:53 +01:00
Michael Weiss 8a7a8442c1 nixos/tests/chromium: Fix a race condition
Only execute Ctrl+w to close the currently active window if the
new/secondary window (title: "New Tab") could be selected. This fixes a
test failure since the update to Chromium M88 (cc PR #110010).
Without this additional check the main window (title: "startup done")
could still be selected (and thus will be closed) and the script would
close both windows (i.e. terminate Chromium completely).
2021-01-20 16:57:46 +01:00
Michael Weiss 2053744515 Merge pull request #110010 from primeos/chromium
chromium: 87.0.4280.141 -> 88.0.4324.96
2021-01-20 15:41:15 +01:00
Michael Weiss 2dbd08dcbd release-combined.tested: Temporarily remove the Chromium test
Chromium seems to run fine but the VM test fails and prints errors like:
machine # There are no windows in the stack
machine # Invalid window '%1'
machine # Usage: windowfocus [window=%1]
machine # --sync    - only exit once the window has focus

This could be due to changes in Chromium's X11 code (or maybe some
changes for Ozone/X11). I'll investigate this but let's temporarily
remove the Chromium test from the tested jobset until I find a proper
solution/fix.
2021-01-20 15:23:55 +01:00
Michael Weiss 5b6d3c4b13 chromium: 87.0.4280.141 -> 88.0.4324.96
https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop_19.html

This update includes 36 security fixes.

CVEs:
CVE-2021-21117 CVE-2021-21118 CVE-2021-21119 CVE-2021-21120
CVE-2021-21121 CVE-2021-21122 CVE-2021-21123 CVE-2021-21124
CVE-2021-21125 CVE-2020-16044 CVE-2021-21126 CVE-2021-21127
CVE-2021-21128 CVE-2021-21129 CVE-2021-21130 CVE-2021-21131
CVE-2021-21132 CVE-2021-21133 CVE-2021-21134 CVE-2021-21135
CVE-2021-21136 CVE-2021-21137 CVE-2021-21138 CVE-2021-21139
CVE-2021-21140 CVE-2021-21141
2021-01-19 20:56:29 +01:00
Michael Weiss 701d63a42b Merge pull request #109956 from primeos/libdrm
libdrm: 2.4.103 -> 2.4.104
2021-01-19 15:25:16 +01:00
Michael Weiss fe12a99494 libdrm: 2.4.103 -> 2.4.104
Announcement:
https://lists.freedesktop.org/archives/dri-devel/2021-January/293654.html

Additional changes:
- docutils is a new bild-time dependency for rst2man.
- Fix the license (BSD -> MIT). The licensing is a bit complicated but
  at least the main license is MIT [0],[1],[2].
- Add myself as maintainer.
- Extend the meta information.
- Some minor cleanups and style improvements.

[0]: https://pkgs.alpinelinux.org/packages?name=libdrm
[1]: https://www.freshports.org/graphics/libdrm
[2]: https://src.fedoraproject.org/rpms/libdrm/blob/master/f/libdrm.spec
2021-01-19 14:24:32 +01:00
Michael Weiss 101d42849d chromiumBeta: 88.0.4324.87 -> 88.0.4324.96 2021-01-19 13:25:47 +01:00
Michael Weiss fdc1e37440 Merge pull request #109647 from deviant/remove-swaybg-from-path
sway: remove swaybg from path
2021-01-19 12:01:59 +01:00
Michael Weiss 18a0a767ed python3Packages.mysql-connector: 8.0.22 -> 8.0.23 2021-01-18 17:33:59 +01:00
Michael Weiss aee78d463e ungoogled-chromium: 87.0.4280.88 -> 87.0.4280.141 (security)
I did a quick, automated test by reusing the VM test for Chromium.
2021-01-18 14:56:32 +01:00
Michael Weiss 5d9a3e2e5a cargo-c: 0.7.0 -> 0.7.1 2021-01-17 12:59:26 +01:00
Michael Weiss 04da763965 google-chrome-dev: Add the new libxshmfence dependency
This is required to launch newer versions of Google Chrome:
/nix/store/XXX-google-chrome-dev-89.0.4385.0/share/google/chrome-unstable/google-chrome-unstable:
error while loading shared libraries: libxshmfence.so.1: cannot open
shared object file: No such file or directory
2021-01-16 20:36:21 +01:00
Michael Weiss a6d138c7ad Merge pull request #109405 from primeos/ffmpeg-full-disable-rav1e
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
2021-01-16 20:35:27 +01:00
Michael Weiss 2345e374af svt-av1: Extend the meta attributes
I've merged my local package definitions with the ones in Nixpkgs.
2021-01-15 14:21:07 +01:00
Michael Weiss 56c843946f gammastep: 2.0.6 -> 2.0.7 2021-01-15 14:17:42 +01:00
Michael Weiss 6cdbde2f0d ffmpeg-full: disable rav1e by default (in favor of svt-av1)
Since c378a33705 we have a patch to add svt-av1 support to
ffmpeg-full. The default AV1 encoder is still libaom but svt-av1 has a
higher priority than rav1e (see libavcodec/allcodecs.c). And since
svt-av1 is much faster than rav1e (which in turn should be faster than
libaom) we don't really need rav1e support by default anymore (I guess
it can be useful but overall svt-av1 should currently be the best
option).
And because rav1e's build did break a few times in the past and needs a
lot of Rust dependencies (including cargo-c to make it C-ABI
compatible) it might be best to simply disable it for now.

Benchmarks (though it is difficult to compare them that way):
- https://openbenchmarking.org/test/pts/svt-av1
- https://openbenchmarking.org/test/pts/rav1e
- https://openbenchmarking.org/test/pts/aom-av1
2021-01-14 22:30:57 +01:00
Michael Weiss 76fe724675 chromium: Extend update.py to print a summary of the updates
As a first step to automate the commit messages as well.
2021-01-14 21:02:16 +01:00
Michael Weiss c0e177d09f chromiumBeta: 88.0.4324.79 -> 88.0.4324.87 2021-01-14 20:36:28 +01:00