gnu: libmediainfo and mediainfo: Update to 23.03.
* gnu/packages/video.scm (libmediainfo, mediainfo): Update to 23.03.master
parent
a0b2b4f1e9
commit
4e0186ec7f
|
@ -4157,7 +4157,7 @@ practically any type of media.")
|
|||
(define-public libmediainfo
|
||||
(package
|
||||
(name "libmediainfo")
|
||||
(version "22.03")
|
||||
(version "23.03")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://mediaarea.net/download/source/"
|
||||
|
@ -4165,7 +4165,7 @@ practically any type of media.")
|
|||
name "_" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fc0ihj17cdv9zb346llwvbv0hn3sl3ax398ankgp74fcaxvll7w"))))
|
||||
"1660lsilm02324c65sxxi41fn225hg78yxqyxff5dyf6fvyzyypm"))))
|
||||
;; TODO add a Big Buck Bunny webm for tests.
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
|
@ -4220,7 +4220,7 @@ MPEG-2, MPEG-4, DVD (VOB)...
|
|||
(define-public mediainfo
|
||||
(package
|
||||
(name "mediainfo")
|
||||
(version "22.03")
|
||||
(version "23.03")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; Warning: This source has proved unreliable 1 time at least.
|
||||
|
@ -4231,7 +4231,7 @@ MPEG-2, MPEG-4, DVD (VOB)...
|
|||
name "_" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r1bh1lk2dsiv0j84whgca7qslxbibg6vsih7x5iga2p3lmgjdk2"))))
|
||||
"1654pal4x753pcha8h939a70q5z3jzaddgb39cinlrv5fljs8qgh"))))
|
||||
(native-inputs
|
||||
(list autoconf automake libtool pkg-config))
|
||||
(inputs
|
||||
|
|
Reference in New Issue