gnu: mediainfo: Update to 20.03.
* gnu/packages/video.scm (mediainfo): Update to 20.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7ae5d7d795
commit
4c1f5ea34c
1 changed files with 4 additions and 3 deletions
|
|
@ -41,6 +41,7 @@
|
||||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
|
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
|
||||||
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
|
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
|
||||||
|
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
|
@ -3077,7 +3078,7 @@ MPEG-2, MPEG-4, DVD (VOB)...
|
||||||
(define-public mediainfo
|
(define-public mediainfo
|
||||||
(package
|
(package
|
||||||
(name "mediainfo")
|
(name "mediainfo")
|
||||||
(version "18.12")
|
(version "20.03")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Warning: This source has proved unreliable 1 time at least.
|
;; Warning: This source has proved unreliable 1 time at least.
|
||||||
|
|
@ -3085,10 +3086,10 @@ MPEG-2, MPEG-4, DVD (VOB)...
|
||||||
;; happens again.
|
;; happens again.
|
||||||
(uri (string-append "https://mediaarea.net/download/source/"
|
(uri (string-append "https://mediaarea.net/download/source/"
|
||||||
name "/" version "/"
|
name "/" version "/"
|
||||||
name "_" version ".tar.bz2"))
|
name "_" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ix95ilcjlawcq6phh25cgplm3riqa2ii7ql82g8yagqs4ldqp6a"))))
|
"1f1shnycf0f1fwka9k9s250l228xjkg0k4k73h8bpld8msighgnw"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
|
||||||
Reference in a new issue