GNU bug report logs - #49523
[PATCH] gnu: libheif: Satisfy 'libheif.pc'.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49523 in the body.
You can then email your comments to 49523 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49523; Package guix-patches. (Sun, 11 Jul 2021 14:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vinicius Monego <monego <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 11 Jul 2021 14:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: libheif: Satisfy 'libheif.pc'.
Date: Sun, 11 Jul 2021 14:15:10 +0000
* 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





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Mon, 12 Jul 2021 13:04:02 GMT) Full text and rfc822 format available.

Notification sent to Vinicius Monego <monego <at> posteo.net>:
bug acknowledged by developer. (Mon, 12 Jul 2021 13:04:02 GMT) Full text and rfc822 format available.

Message #10 received at 49523-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 49523-done <at> debbugs.gnu.org
Subject: Re: [bug#49523] [PATCH] gnu: libheif: Satisfy 'libheif.pc'.
Date: Mon, 12 Jul 2021 16:01:45 +0300
[Message part 1 (text/plain, inline)]
Thanks! Patch pushed.

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Aug 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.