GNU bug report logs - #41439
[PATCH] gnu: mediainfo: Update to 20.03.

Previous Next

Package: guix-patches;

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

Date: Thu, 21 May 2020 18:31:02 UTC

Severity: normal

Tags: patch

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#41439: closed ([PATCH] gnu: mediainfo: Update to 20.03.)
Date: Sat, 23 May 2020 14:24:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 23 May 2020 16:23:14 +0200
with message-id <87k112688d.fsf <at> gnu.org>
and subject line Re: [bug#41439] [PATCH] gnu: mediainfo: Update to 20.03.
has caused the debbugs.gnu.org bug report #41439,
regarding [PATCH] gnu: mediainfo: Update to 20.03.
to be marked as done.

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


-- 
41439: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41439
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
Subject: [PATCH] gnu: mediainfo: Update to 20.03.
Date: Thu, 21 May 2020 20:30:36 +0200
[0001-gnu-mediainfo-Update-to-20.03.patch (text/x-patch, inline)]
From c2a6e1cdd59defc8fa30bce401281ed0e8a505ee Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Thu, 21 May 2020 20:27:20 +0200
Subject: [PATCH] gnu: mediainfo: Update to 20.03.

* gnu/packages/video.scm (mediainfo): Update to 20.03.
---
 gnu/packages/video.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb465c64c9..2adf2c3024 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -41,6 +41,7 @@
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
 ;;; Copyright © 2020 Guillaume Le Vaillant <glv <at> posteo.net>
 ;;; Copyright © 2020 Alex McGrath <amk <at> amk.ie>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3019,15 +3020,15 @@ practically any type of media.")
 (define-public libmediainfo
   (package
     (name "libmediainfo")
-    (version "0.7.95")
+    (version "20.03")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://mediaarea.net/download/source/"
-                                  name "/" version"/"
-                                  name "_" version ".tar.bz2"))
+                                  name "/" version "/"
+                                  name "_" version ".tar.xz"))
               (sha256
                (base32
-                "1kchh6285b07z5nixv619hc9gml2ysdayicdiv30frrlqiyxqw4b"))))
+                "0wkzj5s34m8dvy7hif4h8f90q8ncrzd930gij1zzw3h5nw732j38"))))
     ;; TODO add a Big Buck Bunny webm for tests.
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -3077,7 +3078,7 @@ MPEG-2, MPEG-4, DVD (VOB)...
 (define-public mediainfo
   (package
     (name "mediainfo")
-    (version "18.12")
+    (version "20.03")
     (source (origin
               (method url-fetch)
               ;; Warning: This source has proved unreliable 1 time at least.
@@ -3085,10 +3086,10 @@ MPEG-2, MPEG-4, DVD (VOB)...
               ;; happens again.
               (uri (string-append "https://mediaarea.net/download/source/"
                                   name "/" version "/"
-                                  name "_" version ".tar.bz2"))
+                                  name "_" version ".tar.xz"))
               (sha256
                (base32
-                "1ix95ilcjlawcq6phh25cgplm3riqa2ii7ql82g8yagqs4ldqp6a"))))
+                "1f1shnycf0f1fwka9k9s250l228xjkg0k4k73h8bpld8msighgnw"))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-- 
2.26.2

[Message part 4 (text/plain, inline)]
-- 
Why doesn't DOS ever say "EXCELLENT command or filename!"
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 41439-done <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: Re: [bug#41439] [PATCH] gnu: mediainfo: Update to 20.03.
Date: Sat, 23 May 2020 16:23:14 +0200
Hi,

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

> From 600052b628ccb82e5722e439659c7266c46168b8 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike <at> rohleder.de>
> Date: Thu, 21 May 2020 23:32:19 +0200
> Subject: [PATCH] gnu: libmediainfo: Update to 20.03.
>
> * gnu/packages/video.scm (libmediainfo): Update to 20.03.

[...]

> From fb12c84e2b19b5cad6044a7a336253ffbdb1cc56 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike <at> rohleder.de>
> Date: Thu, 21 May 2020 23:37:13 +0200
> Subject: [PATCH] gnu: mediainfo: Update to 20.03.
>
> * gnu/packages/video.scm (mediainfo): Update to 20.03.

Applied, thanks!

Ludo’.


This bug report was last modified 5 years and 62 days ago.

Previous Next


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