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>
This commit is contained in:
parent
e34f7dfcc3
commit
4f013b8c82
1 changed files with 8 additions and 6 deletions
|
@ -2186,13 +2186,15 @@ by AOM, including with alpha.")
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dav1d" ,dav1d)
|
`(("gdk-pixbuf" ,gdk-pixbuf) ;optional
|
||||||
("gdk-pixbuf" ,gdk-pixbuf) ;optional
|
|
||||||
("libaom" ,libaom)
|
|
||||||
("libde265" ,libde265)
|
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)))
|
||||||
("x265" ,x265)))
|
;; Propagated to satisfy 'libheif.pc'.
|
||||||
|
(propagated-inputs
|
||||||
|
`(("dav1d" ,dav1d)
|
||||||
|
("libaom" ,libaom)
|
||||||
|
("libde265" ,libde265)
|
||||||
|
("x265" ,x265)))
|
||||||
(home-page "https://github.com/strukturag/libheif")
|
(home-page "https://github.com/strukturag/libheif")
|
||||||
(synopsis "HEIF and AVIF file format decoder and encoder")
|
(synopsis "HEIF and AVIF file format decoder and encoder")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue