Skip to content
Snippets Groups Projects
Unverified Commit 7ae5d7d7 authored by Michael Rohleder's avatar Michael Rohleder Committed by Ludovic Courtès
Browse files

gnu: libmediainfo: Update to 20.03.


* gnu/packages/video.scm (libmediainfo): Update to 20.03.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 881eaae1
No related branches found
No related tags found
No related merge requests found
...@@ -3019,15 +3019,15 @@ (define-public libmp4v2 ...@@ -3019,15 +3019,15 @@ (define-public libmp4v2
(define-public libmediainfo (define-public libmediainfo
(package (package
(name "libmediainfo") (name "libmediainfo")
(version "0.7.95") (version "20.03")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(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
"1kchh6285b07z5nixv619hc9gml2ysdayicdiv30frrlqiyxqw4b")))) "0wkzj5s34m8dvy7hif4h8f90q8ncrzd930gij1zzw3h5nw732j38"))))
;; TODO add a Big Buck Bunny webm for tests. ;; TODO add a Big Buck Bunny webm for tests.
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment