[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/73: gnu: gst-libav: Update to 1.24.6.
From: |
guix-commits |
Subject: |
56/73: gnu: gst-libav: Update to 1.24.6. |
Date: |
Sun, 15 Sep 2024 04:50:18 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 4300830f21d91d850ca1061315a7ba77be65816b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Aug 17 23:27:31 2024 +0200
gnu: gst-libav: Update to 1.24.6.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.24.6.
---
gnu/packages/gstreamer.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 0d3f8007e7..fd73099762 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -1012,7 +1012,7 @@ think twice about shipping them.")
(define-public gst-libav
(package
(name "gst-libav")
- (version "1.22.3")
+ (version "1.24.6")
(source
(origin
(method url-fetch)
@@ -1021,7 +1021,7 @@ think twice about shipping them.")
"https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "08x929yhjd2wpy05146fnqv6p2hw58ha079bwfkp2hwbh02wii9f"))))
+ (base32 "1gzj4a3cqczp9hj18frzlp00xj45p1dg58ra6iz903rr3940igab"))))
(build-system meson-build-system)
(native-inputs (list perl pkg-config python-wrapper ruby))
(inputs (list ffmpeg))
- 45/73: gnu: atkmm: Update to 2.36.3., (continued)
- 45/73: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/09/15
- 66/73: gnu: Add libei., guix-commits, 2024/09/15
- 43/73: gnu: vala: Update to 0.56.17., guix-commits, 2024/09/15
- 50/73: gnu: Ungraft ibus-minimal., guix-commits, 2024/09/15
- 52/73: gnu: gst-plugins-base: Update to 1.24.6., guix-commits, 2024/09/15
- 58/73: gnu: python-gst: Update to 1.24.6., guix-commits, 2024/09/15
- 59/73: gnu: epiphany: Update to 46.3., guix-commits, 2024/09/15
- 62/73: gnu: gnome-session: Update to 46.0., guix-commits, 2024/09/15
- 67/73: gnu: xdg-desktop-portal: Update to 1.18.4., guix-commits, 2024/09/15
- 72/73: gnu: gnome-remote-desktop: Update to 46.3., guix-commits, 2024/09/15
- 56/73: gnu: gst-libav: Update to 1.24.6.,
guix-commits <=