diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-07 17:04:37 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-07 17:15:38 +0100 |
commit | 4a943cfdbe42d77a0a11ee8fa8f5c616a97e0911 (patch) | |
tree | 4d391d9c797317a092d12bc41aac0a2f13427050 /gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch | |
parent | fed39f13f0a640f90d7e3bc0701aa165974f45cd (diff) | |
download | guix-4a943cfdbe42d77a0a11ee8fa8f5c616a97e0911.tar.gz guix-4a943cfdbe42d77a0a11ee8fa8f5c616a97e0911.zip |
gnu: ungoogled-chromium: Update to 97.0.4692.71-1.
* gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%guix-patches): Add it.
(%chromium-version): Set to 97.0.4692.71-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
Diffstat (limited to 'gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch')
-rw-r--r-- | gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch b/gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch new file mode 100644 index 0000000000..1472206b02 --- /dev/null +++ b/gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch @@ -0,0 +1,18 @@ +Alias the av_stream_get_first_dts definition added by Chromium in +their bundled fork. + +Taken from Arch Linux: + + https://github.com/archlinux/svntogit-packages/blob/38fd5d2f2e0ade932aa7a80b7dea26215fc41854/trunk/unbundle-ffmpeg-av_stream_get_first_dts.patch + +diff --git a/build/linux/unbundle/ffmpeg.gn b/build/linux/unbundle/ffmpeg.gn +--- a/build/linux/unbundle/ffmpeg.gn ++++ b/build/linux/unbundle/ffmpeg.gn +@@ -12,6 +12,7 @@ pkg_config("system_ffmpeg") { + "libavformat", + "libavutil", + ] ++ defines = [ "av_stream_get_first_dts(stream)=stream->first_dts" ] + } + + buildflag_header("ffmpeg_features") { |