guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

212/416: gnu: gst-plugins-base: Update to 1.22.1.


From: guix-commits
Subject: 212/416: gnu: gst-plugins-base: Update to 1.22.1.
Date: Fri, 14 Apr 2023 15:25:55 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4adefb3febbc63c455bb2b1e067d23d158dfbd68
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 14:18:31 2023 -0400

    gnu: gst-plugins-base: Update to 1.22.1.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.22.1.
    [arguments]: Use meson-0.63.
---
 gnu/packages/gstreamer.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 10532113e5..d5670e0d1f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -546,7 +546,7 @@ This package provides the core library and elements.")
 (define-public gst-plugins-base
   (package
     (name "gst-plugins-base")
-    (version "1.20.3")
+    (version "1.22.1")
     (source
      (origin
       (method url-fetch)
@@ -554,7 +554,7 @@ This package provides the core library and elements.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "17rw8wj1x1bg153m9z76pdvgz5k93m3riyalfpzq00x7h7fv6c3y"))))
+        "0s8wh2il395y3gp4ryqfj4sd53c1dv521vx4ryyqssv4qnnaxg2r"))))
     (build-system meson-build-system)
     (propagated-inputs
      (list glib                     ;required by gstreamer-sdp-1.0.pc
@@ -593,6 +593,7 @@ This package provides the core library and elements.")
            xorg-server-for-tests))
     (arguments
      (list
+      #:meson meson-0.63
       #:phases
       #~(modify-phases %standard-phases
           #$@%common-gstreamer-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]