GNU bug report logs -
#49523
[PATCH] gnu: libheif: Satisfy 'libheif.pc'.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sun, 11 Jul 2021 14:16:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/image.scm (libheif)[inputs]: Move dav1d, libaom, libde265, x265
to ...
[propagated-inputs]: ... here.
---
To reproduce the problem, set up an environment with libheif and pkg-config and run "pkg-config --cflags libheif".
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 1ca89d8e73..225a5c2d10 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
--
2.32.0
This bug report was last modified 3 years and 317 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.