diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-01-06 14:37:31 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:54 +0100 |
| commit | 4c1855fee381746597d6417a631d1c43f285cfbc (patch) | |
| tree | 5b204126fe469004defb8ad61ea4f6278221109c | |
| parent | e517cb398f576dd43c13a6648b89f79fee609eb7 (diff) | |
gnu: mkvtoolnix: Update to 97.0
* gnu/packages/video.scm (mkvtoolnix): Update to 97.0
[inputs]: Replace boost-1.83 with boost.
Change-Id: I5dd142e9ef2124c52d1b45d3e8d642eaf6c472ac
Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/video.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 20cbfc4090f..d695d7ed88c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -78,6 +78,7 @@ ;;; Copyright © 2025 John Kehayias <john@guixotic.coop> ;;; Copyright © 2025 Julian Flake <flake@uni-koblenz.de> ;;; Copyright © 2025 Karl Hallsby <karl@hallsby.com> +;;; Copyright © 2026 Ashish SHUKLA <ashish.is@lostca.se> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1070,14 +1071,14 @@ H.264 (MPEG-4 AVC) video streams.") (define-public mkvtoolnix (package (name "mkvtoolnix") - (version "93.0") + (version "97.0") (source (origin (method url-fetch) (uri (string-append "https://mkvtoolnix.download/sources/" "mkvtoolnix-" version ".tar.xz")) (sha256 - (base32 "0y2zhf49s9ajkjl328ayphdzmmlzqk1slc0c8akpj2rf59lac44m")) + (base32 "1lr9d6l4jj7pzjc78fhsg4qicyvizfidp8hnjpq5mzqiw1kbyhsx")) (modules '((guix build utils))) (snippet '(begin ;; Delete bundled libraries. @@ -1092,7 +1093,7 @@ H.264 (MPEG-4 AVC) video streams.") (build-system gnu-build-system) (outputs '("out" "gui")) ; "mkvtoolnix-gui" brings the closure size from ~300 MB to 1.5+ GB. (inputs - (list boost-1.83 + (list boost gmp bzip2 cmark |
