GNU bug report logs - #48194
[PATCH] gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Mon, 3 May 2021 15:21:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#48194: closed ([PATCH] gnu: libmediainfo: Fix usage of
 libcurl and libtinyxml2.)
Date: Tue, 11 May 2021 10:32:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 11 May 2021 12:31:36 +0200
with message-id <878s4l36k7.fsf <at> gnu.org>
and subject line Re: bug#48194: [PATCH] gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.
has caused the debbugs.gnu.org bug report #48194,
regarding [PATCH] gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
48194: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48194
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.
Date: Mon,  3 May 2021 17:20:34 +0200
* gnu/packages/video.scm (libmediainfo)[arguments]: Add configure-flags.
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 481ab46b6e..1052351357 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3834,6 +3834,8 @@ practically any type of media.")
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; see above TODO
+       #:configure-flags
+       (list "--with-libcurl" "--with-libtinyxml2")
        #:phases
        ;; build scripts not in root of archive
        (modify-phases %standard-phases
-- 
2.31.1



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 48194-done <at> debbugs.gnu.org
Subject: Re: bug#48194: [PATCH] gnu: libmediainfo: Fix usage of libcurl and
 libtinyxml2.
Date: Tue, 11 May 2021 12:31:36 +0200
Hi,

Michael Rohleder <mike <at> rohleder.de> skribis:

> * gnu/packages/video.scm (libmediainfo)[arguments]: Add configure-flags.

Applied, thanks!


This bug report was last modified 3 years and 348 days ago.

Previous Next


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