me
/
guix
Archived
1
0
Fork 0

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>
master
Vinicius Monego 2021-07-11 14:15:10 +00:00 committed by Efraim Flashner
parent e34f7dfcc3
commit 4f013b8c82
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 6 deletions

View File

@ -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