[PATCH] gnu: mkvtoolnix: Update to 50.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 21 Sep 2020 07:44
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200921054420.18260-1-mike@rohleder.de
* gnu/packages/video.scm (mkvtoolnix): Update to 50.0.0.
[inputs]: Add pcre2.
---
gnu/packages/video.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (39 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 78604628f1..e621492649 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -134,6 +134,7 @@
#:use-module (gnu packages ncurses)
#:use-module (gnu packages networking)
#:use-module (gnu packages ocr)
+ #:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages perl-check)
#:use-module (gnu packages perl-web)
@@ -878,14 +879,14 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public mkvtoolnix
(package
(name "mkvtoolnix")
- (version "37.0.0")
+ (version "50.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://mkvtoolnix.download/sources/"
"mkvtoolnix-" version ".tar.xz"))
(sha256
- (base32 "0r4d9318ymb9a0mkc0shi9p4kjy3m70s49v4f8dmjhvj63silhix"))
+ (base32 "09485qfbdirr9g536shglzdm271yipb1669r3dm3hxp46k0x59aq"))
(modules '((guix build utils)))
(snippet '(begin
;; Delete bundled libraries.
@@ -911,6 +912,7 @@ H.264 (MPEG-4 AVC) video streams.")
("libogg" ,libogg)
("libvorbis" ,libvorbis)
("lzo" ,lzo)
+ ("pcre2" ,pcre2)
("pugixml" ,pugixml)
("qtbase" ,qtbase)
("qtmultimedia" ,qtmultimedia)
--
2.28.0
M
M
Mathieu Othacehe wrote on 22 Sep 2020 10:58
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43544-done@debbugs.gnu.org)
878sd21947.fsf@gnu.org
Toggle quote (3 lines)
> * gnu/packages/video.scm (mkvtoolnix): Update to 50.0.0.
> [inputs]: Add pcre2.

Pushed, thanks!

Mathieu
Closed
?