[PATCH 2/2] gnu: mkvtoolnix: Update to 80.0.

  • Done
  • quality assurance status badge
Details
3 participants
  • Antoine Côté
  • Sergey Trofimov
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Antoine Côté
Severity
normal

Debbugs page

Antoine Côté wrote 1 years ago
(address . guix-patches@gnu.org)(name . Antoine Côté)(address . antoine.cote@posteo.net)
51b0dbf7393ec05ce8a566266fc998562a128b96.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(-)

Toggle diff (54 lines)
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
Sharlatan Hellseher wrote 1 years ago
(address . 67297@debbugs.gnu.org)
CAO+9K5rXvaN0Fe_RK-Ft_r8xErB8XEiPvfHtkPf+c32r3je=9Q@mail.gmail.com
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
Attachment: file
Sergey Trofimov wrote 2 weeks ago
(address . control@debbugs.gnu.org)
877c51jp0s.fsf@sarg.org.ru
close 67297
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 67297@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67297
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help