|
|
@ -232,7 +232,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
Version: 109.0.5414.119
|
|
|
|
Version: 109.0.5414.119
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
|
|
|
|
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
|
|
|
|
Url: http://www.chromium.org/Home
|
|
|
|
Url: http://www.chromium.org/Home
|
|
|
|
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
|
|
|
|
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
|
|
|
@ -1285,9 +1285,9 @@ CHROMIUM_BROWSER_GN_DEFINES=""
|
|
|
|
# if systemwide ffmpeg free is used, the proprietary codecs can be set to true to load the codecs from ffmpeg-free
|
|
|
|
# if systemwide ffmpeg free is used, the proprietary codecs can be set to true to load the codecs from ffmpeg-free
|
|
|
|
# the codecs computation is passed to ffmpeg-free in this case
|
|
|
|
# the codecs computation is passed to ffmpeg-free in this case
|
|
|
|
%if ! %{bundleffmpegfree}
|
|
|
|
%if ! %{bundleffmpegfree}
|
|
|
|
CHROMIUM_BROWSER_GN_DEFINES+=' ffmpeg_branding="Chrome" proprietary_codecs=true is_component_ffmpeg=true'
|
|
|
|
CHROMIUM_BROWSER_GN_DEFINES+=' ffmpeg_branding="Chrome" proprietary_codecs=true is_component_ffmpeg=true enable_ffmpeg_video_decoders=true media_use_ffmpeg=true'
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
CHROMIUM_BROWSER_GN_DEFINES+=' ffmpeg_branding="Chromium" proprietary_codecs=false is_component_ffmpeg=false'
|
|
|
|
CHROMIUM_BROWSER_GN_DEFINES+=' ffmpeg_branding="Chromium" proprietary_codecs=false is_component_ffmpeg=false enable_ffmpeg_video_decoders=false media_use_ffmpeg=true'
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
CHROMIUM_BROWSER_GN_DEFINES+=' media_use_openh264=false'
|
|
|
|
CHROMIUM_BROWSER_GN_DEFINES+=' media_use_openh264=false'
|
|
|
|
CHROMIUM_BROWSER_GN_DEFINES+=' rtc_use_h264=false'
|
|
|
|
CHROMIUM_BROWSER_GN_DEFINES+=' rtc_use_h264=false'
|
|
|
@ -1793,6 +1793,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
%{chromium_path}/chromedriver
|
|
|
|
%{chromium_path}/chromedriver
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 02 2023 Jan Grulich <jgrulich@redhat.com> - 109.0.5414.119-2
|
|
|
|
|
|
|
|
- Use ffmpeg decoders for h264 support
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 25 2023 Than Ngo <than@redhat.com> - 109.0.5414.119-1
|
|
|
|
* Wed Jan 25 2023 Than Ngo <than@redhat.com> - 109.0.5414.119-1
|
|
|
|
- update to 109.0.5414.119
|
|
|
|
- update to 109.0.5414.119
|
|
|
|
|
|
|
|
|
|
|
|