emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48194: closed ([PATCH] gnu: libmediainfo: Fix usage of libcurl and l


From: GNU bug Tracking System
Subject: bug#48194: closed ([PATCH] gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.)
Date: Fri, 11 Jun 2021 22:41:01 +0000

Your message dated Sat, 12 Jun 2021 00:40:05 +0200
with message-id <87k0n03u0q.fsf@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@gnu.org.)


-- 
48194: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48194
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#48194: [PATCH] gnu: libmediainfo: Fix usage of libcurl and libtinyxml2. Date: Sat, 12 Jun 2021 00:40:05 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Michael Rohleder <mike@rohleder.de> skribis:

>>From 7e998af5b498388e5ffcf2491c6c934bf49b5c98 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike@rohleder.de>
> Date: Wed, 9 Jun 2021 08:12:40 +0200
> Subject: [PATCH] gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.
>
> * gnu/packages/video.scm (libmediainfo): Fix usage of libcurl and libtinyxml2.
> [arguments]: Add configure-flags.
> [native-inputs]: Move zlib, tinyxml2, curl, libzen to ...
> [propagated-inputs]: ... Here.
> (mediainfo):
> [native-inputs]: Remove zlib, libzen. Move libmediainfo to ...
> [inputs]: ... Here.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]