guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: mkvtoolnix: Update to 80.0.


From: guix-commits
Subject: 09/10: gnu: mkvtoolnix: Update to 80.0.
Date: Sun, 7 Jan 2024 11:02:14 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 5d97fdb608a89e8653f093bf34720e0822124805
Author: Antoine Côté <antoine.cote@posteo.net>
AuthorDate: Mon Nov 20 14:51:53 2023 +0000

    gnu: mkvtoolnix: Update to 80.0.
    
    * gnu/packages/video.scm (mkvtoolnix): Update to 80.0.
    [inputs]: Add GMP and QTSVG.  Replace QT*-5 by their non-suffixed
    variant.
    [native-inputs]: Likewise, and change to RUBY-3.2.
    
    Change-Id: If01ce578c9f9ac50e1c99e96c110687e8872177c
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/video.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f7d720f89d..d1b163dc8b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1047,14 +1047,14 @@ H.264 (MPEG-4 AVC) video streams.")
 (define-public mkvtoolnix
   (package
     (name "mkvtoolnix")
-    (version "52.0.0")
+    (version "80.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://mkvtoolnix.download/sources/";
                            "mkvtoolnix-" version ".tar.xz"))
        (sha256
-        (base32 "15y7ahlifsclnkl70wn5w34dil8nwcwcjnw3k2ydqc6dz4vb0j5s"))
+        (base32 "1x9k9pmw7mzm2amvm251a45dlj9p9iqfank5p4w2fizxkapws25v"))
        (modules '((guix build utils)))
        (snippet '(begin
                    ;; Delete bundled libraries.
@@ -1070,6 +1070,7 @@ H.264 (MPEG-4 AVC) video streams.")
     (outputs '("out" "gui")) ; "mkvtoolnix-gui" brings the closure size from 
~300 MB to 1.5+ GB.
     (inputs
      (list boost
+           gmp
            bzip2
            cmark
            libebml
@@ -1083,8 +1084,9 @@ H.264 (MPEG-4 AVC) video streams.")
            lzo
            pcre2
            pugixml
-           qtbase-5
-           qtmultimedia-5
+           qtbase
+           qtmultimedia
+           qtsvg
            utfcpp
            zlib))
     (native-inputs
@@ -1096,8 +1098,8 @@ H.264 (MPEG-4 AVC) video streams.")
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("po4a" ,po4a)
-       ("qttools-5" ,qttools-5)
-       ("ruby" ,ruby-2.7)))
+       ("qttools" ,qttools)
+       ("ruby" ,ruby-3.2)))
     (arguments
      `(#:configure-flags
        (list (string-append "--with-boost="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]