* [bug#49523] [PATCH] gnu: libheif: Satisfy 'libheif.pc'.
@ 2021-07-11 14:15 Vinicius Monego
2021-07-12 13:01 ` bug#49523: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-07-11 14:15 UTC (permalink / raw)
To: 49523; +Cc: Vinicius Monego
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#49523: [PATCH] gnu: libheif: Satisfy 'libheif.pc'.
2021-07-11 14:15 [bug#49523] [PATCH] gnu: libheif: Satisfy 'libheif.pc' Vinicius Monego
@ 2021-07-12 13:01 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-07-12 13:01 UTC (permalink / raw)
To: Vinicius Monego; +Cc: 49523-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks! Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-12 13:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-11 14:15 [bug#49523] [PATCH] gnu: libheif: Satisfy 'libheif.pc' Vinicius Monego
2021-07-12 13:01 ` bug#49523: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).