diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-10-08 15:12:46 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:27 -0500 |
commit | 0268db5671df74d25fea5f0d7fe26ded6afc6d7b (patch) | |
tree | a035e05fd83828c5a917b6a6174151f9adcdef05 /gnu/packages/gstreamer.scm | |
parent | 5ce79ae7405fb030613703a03eb675d8d2cf263c (diff) | |
download | guix-0268db5671df74d25fea5f0d7fe26ded6afc6d7b.tar.gz |
gnu: gst-libav: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.18.5. [source]: Remove patch, now integrated upstream. * gnu/packages/patches/gst-libav-64channels-stack-corruption.patch: Delete file. * gnu/local.mk: De-register it.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index e03da788f6..227f2c9b27 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -960,7 +960,7 @@ think twice about shipping them.") (define-public gst-libav (package (name "gst-libav") - (version "1.18.4") + (version "1.18.5") (source (origin (method url-fetch) @@ -968,9 +968,8 @@ think twice about shipping them.") (string-append "https://gstreamer.freedesktop.org/src/" name "/" name "-" version ".tar.xz")) - (patches (search-patches "gst-libav-64channels-stack-corruption.patch")) (sha256 - (base32 "15n3x3vhshqa3icw93g4vqmqd46122anzqvfxwn6q8famlxlcjil")))) + (base32 "0j55jgk9sbhinfx2gsg21q609x6yzrixrn5xxlxd378fj6500bl2")))) (build-system meson-build-system) (native-inputs `(("perl" ,perl) |