GNU bug report logs -
#67297
[PATCH 2/2] gnu: mkvtoolnix: Update to 80.0.
Previous Next
Reported by: Antoine Côté <antoine.cote <at> posteo.net>
Date: Mon, 20 Nov 2023 14:53:03 UTC
Severity: normal
Tags: patch
Done: Sergey Trofimov <sarg <at> sarg.org.ru>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67297 in the body.
You can then email your comments to 67297 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67297
; Package
guix-patches
.
(Mon, 20 Nov 2023 14:53:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Antoine Côté <antoine.cote <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 20 Nov 2023 14:53:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67297
; Package
guix-patches
.
(Mon, 20 Nov 2023 17:57:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 67297 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Thank you for the patch.
It looks reasonable for me, one missing part is to add commit annotation
about changes in inputs and native inputs.
Thanks,
Oleg
[Message part 2 (text/html, inline)]
bug closed, send any further explanations to
67297 <at> debbugs.gnu.org and Antoine Côté <antoine.cote <at> posteo.net>
Request was from
Sergey Trofimov <sarg <at> sarg.org.ru>
to
control <at> debbugs.gnu.org
.
(Fri, 07 Mar 2025 07:10:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 04 Apr 2025 11:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 35 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.