lilyp pushed a commit to branch gnome-team
in repository guix.

commit d0e66fd12e71ec1b6e15d8bb6bebfc5e32aa4502
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Wed Jan 8 07:11:40 2025 +0100

    gnu: libde265: Update to 1.0.14.
    
    * gnu/packages/video.scm (libde265): Update to 1.0.14.
    [inputs]: Replace sdl by sdl2.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prik...@gmail.com>
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8ae268453e..0f7da6ab63 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -701,7 +701,7 @@ applications by providing high-level classes for commonly 
required tasks.")
 (define-public libde265
   (package
     (name "libde265")
-    (version "1.0.8")
+    (version "1.0.14")
     (source
      (origin
        (method git-fetch)
@@ -711,7 +711,7 @@ applications by providing high-level classes for commonly 
required tasks.")
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dzflqbk248lz5ws0ni5acmf32b3rmnq5gsfaz7691qqjxkl1zml"))))
+        (base32 "1a4n1hnr9ybji87irg2kya95slf4jnybnkg4x2zihnqqihbnv539"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -721,7 +721,7 @@ applications by providing high-level classes for commonly 
required tasks.")
     (inputs
      ;; XXX: Build a complete version using libswscale or libvideogfx
      ;; and qtbase-5.
-     (list sdl))
+     (list sdl2))
     (synopsis "H.265 video codec implementation")
     (description "Libde265 is an implementation of the h.265 video codec.  It 
is
 written from scratch and has a plain C API to enable a simple integration into

Reply via email to