guix_mirror_bot pushed a commit to branch misc-world-rebuild
in repository guix.

commit 7075b0b3fc128c4fa31161d4ea061432716ec853
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Fri Jul 10 12:12:20 2026 +0900

    gnu: libheif: Update to 1.23.1.
    
    * gnu/packages/image.scm (libheif): Update to 1.23.1.
      [propagated-inputs]: Add libx264 and openh264.
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 1daea7fe0d..786a1ea6fc 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2960,7 +2960,7 @@ by AOM, including with alpha.")
 (define-public libheif
   (package
     (name "libheif")
-    (version "1.22.2")
+    (version "1.23.1")
     (source
      (origin
        (method git-fetch)
@@ -2969,7 +2969,7 @@ by AOM, including with alpha.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0j5iklzyl4abvfp6yl1p0hwxmcsbc9xbfalwy7kh0zqkj1yx76yg"))))
+        (base32 "1asr4zvj7h1nywzwmq6dby1ark4709q8rada45z1r9g5zw511s53"))))
     (build-system cmake-build-system)
     (native-inputs
      (list autoconf automake libtool pkg-config))
@@ -2979,7 +2979,7 @@ by AOM, including with alpha.")
             libpng))
      ;; Propagated to satisfy 'libheif.pc'.
      (propagated-inputs
-      (list dav1d libaom libde265 x265))
+      (list dav1d libaom libde265 libx264 openh264 x265))
     (home-page "https://github.com/strukturag/libheif";)
     (synopsis "HEIF and AVIF file format decoder and encoder")
     (description

Reply via email to