Fix ffmpeg note in README.fedora

RPM Fusion provides an overlay library for ffmpeg-free called
libavcodec-freeworld that overrides our libavcodec while not
requiring the ffmpeg-free packages to be uninstalled.
This commit is contained in:
Neal Gompa 2023-03-25 19:32:45 -04:00
parent 7476589e26
commit 3bd75804fc
2 changed files with 5 additions and 2 deletions

View File

@ -6,4 +6,4 @@
- Chromium uses the system ffmpeg-free library which is included in
fedora >= 36 and centos-stream 9. This library contains free video
codecs. If you want Chromium to use non-free video codecs, you need
to install ffmpeg-libs from rpmfussion-free.
to install libavcodec-freeworld from rpmfusion-free.

View File

@ -242,7 +242,7 @@
Name: chromium%{chromium_channel}
Version: 111.0.5563.110
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@ -1652,6 +1652,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{chromium_path}/chromedriver
%changelog
* Sat Mar 25 2023 Neal Gompa <ngompa@fedoraproject.org> - 111.0.5563.110-2
- Fix ffmpeg note in README.fedora
* Wed Mar 22 2023 Than Ngo <than@redhat.com> - 111.0.5563.110-1
- update to 111.0.5563.110