guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libheif: Satisfy 'libheif.pc'.


From: guix-commits
Subject: branch master updated: gnu: libheif: Satisfy 'libheif.pc'.
Date: Mon, 12 Jul 2021 09:02:32 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4f013b8  gnu: libheif: Satisfy 'libheif.pc'.
4f013b8 is described below

commit 4f013b8c8201452aac69221e2bc2f981c9c5026d
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Jul 11 14:15:10 2021 +0000

    gnu: libheif: Satisfy 'libheif.pc'.
    
    * gnu/packages/image.scm (libheif)[inputs]: Move dav1d, libaom, libde265, 
x265
    to ...
    [propagated-inputs]: ... here.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/image.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 1ca89d8..225a5c2 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2186,13 +2186,15 @@ by AOM, including with alpha.")
        ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("dav1d" ,dav1d)
-       ("gdk-pixbuf" ,gdk-pixbuf) ;optional
-       ("libaom" ,libaom)
-       ("libde265" ,libde265)
+     `(("gdk-pixbuf" ,gdk-pixbuf) ;optional
        ("libjpeg" ,libjpeg-turbo)
-       ("libpng" ,libpng)
-       ("x265" ,x265)))
+       ("libpng" ,libpng)))
+     ;; Propagated to satisfy 'libheif.pc'.
+     (propagated-inputs
+      `(("dav1d" ,dav1d)
+        ("libaom" ,libaom)
+        ("libde265" ,libde265)
+        ("x265" ,x265)))
     (home-page "https://github.com/strukturag/libheif";)
     (synopsis "HEIF and AVIF file format decoder and encoder")
     (description



reply via email to

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