all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Antoine Côté" <antoine.cote@posteo.net>
To: 67297@debbugs.gnu.org
Cc: "Antoine Côté" <antoine.cote@posteo.net>
Subject: [bug#67297] [PATCH 2/2] gnu: mkvtoolnix: Update to 80.0.
Date: Mon, 20 Nov 2023 14:51:53 +0000	[thread overview]
Message-ID: <51b0dbf7393ec05ce8a566266fc998562a128b96.1700488105.git.antoine.cote@posteo.net> (raw)
In-Reply-To: <b012f899bf9efda83b32ec3f0919d202d6664fab.1700488105.git.antoine.cote@posteo.net>

* gnu/packages/video.scm (mkvtoolnix): Update to 80.0.

Change-Id: If01ce578c9f9ac50e1c99e96c110687e8872177c
---
 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 41bcb8c385..e057e53b24 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -971,14 +971,14 @@ (define-public libx264
 (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.
@@ -994,6 +994,7 @@ (define-public mkvtoolnix
     (outputs '("out" "gui")) ; "mkvtoolnix-gui" brings the closure size from ~300 MB to 1.5+ GB.
     (inputs
      (list boost
+           gmp
            bzip2
            cmark
            libebml
@@ -1007,8 +1008,9 @@ (define-public mkvtoolnix
            lzo
            pcre2
            pugixml
-           qtbase-5
-           qtmultimedia-5
+           qtbase
+           qtmultimedia
+           qtsvg
            utfcpp
            zlib))
     (native-inputs
@@ -1020,8 +1022,8 @@ (define-public mkvtoolnix
        ("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="
-- 
2.41.0





  reply	other threads:[~2023-11-20 15:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-20 14:51 [bug#67296] [PATCH 1/2] gnu: libmatroska: Update to 1.7.1 Antoine Côté
2023-11-20 14:51 ` Antoine Côté [this message]
2023-11-20 17:55   ` [bug#67297] Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51b0dbf7393ec05ce8a566266fc998562a128b96.1700488105.git.antoine.cote@posteo.net \
    --to=antoine.cote@posteo.net \
    --cc=67297@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.