[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: mkvtoolnix: Update to 52.0.0.
From: |
guix-commits |
Subject: |
03/12: gnu: mkvtoolnix: Update to 52.0.0. |
Date: |
Sat, 16 Jan 2021 17:42:30 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit d8fd1c177f51a85017e5b624c9e83cebda593c7b
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Jan 12 10:41:08 2021 +0100
gnu: mkvtoolnix: Update to 52.0.0.
* gnu/packages/video.scm (mkvtoolnix): Update to 52.0.0.
[inputs]: Add libdvdread to support dvd chapter.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/video.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b314e49..cf7db75 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -41,7 +41,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
@@ -885,14 +885,14 @@ H.264 (MPEG-4 AVC) video streams.")
(define-public mkvtoolnix
(package
(name "mkvtoolnix")
- (version "51.0.0")
+ (version "52.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://mkvtoolnix.download/sources/"
"mkvtoolnix-" version ".tar.xz"))
(sha256
- (base32 "0w2crz6wnfw18m9m4zrij1yplcq5drzhz8n58w9kp51wl48a0yn1"))
+ (base32 "15y7ahlifsclnkl70wn5w34dil8nwcwcjnw3k2ydqc6dz4vb0j5s"))
(modules '((guix build utils)))
(snippet '(begin
;; Delete bundled libraries.
@@ -914,6 +914,7 @@ H.264 (MPEG-4 AVC) video streams.")
("file" ,file)
("flac" ,flac)
("fmt" ,fmt)
+ ("libdvdread" ,libdvdread)
("libmatroska" ,libmatroska)
("libogg" ,libogg)
("libvorbis" ,libvorbis)
- branch master updated (2a333f2 -> e0701ff), guix-commits, 2021/01/16
- 01/12: services: qemu-binfmt: 'guix-support?' defaults to #t., guix-commits, 2021/01/16
- 02/12: gnu: diffoscope: Update to 164., guix-commits, 2021/01/16
- 03/12: gnu: mkvtoolnix: Update to 52.0.0.,
guix-commits <=
- 04/12: gnu: thunar: Update to 4.16.2., guix-commits, 2021/01/16
- 08/12: gnu: garcon: Update to 4.16.1., guix-commits, 2021/01/16
- 10/12: services: openntpd: Remove support for deprecated "-s" option., guix-commits, 2021/01/16
- 11/12: gnu: python-pep517: Update to 0.9.1., guix-commits, 2021/01/16
- 05/12: gnu: xfwm4: Update to 4.16.1., guix-commits, 2021/01/16
- 06/12: gnu: xfconf: Install bash completion., guix-commits, 2021/01/16
- 07/12: gnu: xfce4-cpufreq-plugin: Update to 1.2.3., guix-commits, 2021/01/16
- 09/12: gnu: xfce4-whiskermenu-plugin: Update to 2.5.2., guix-commits, 2021/01/16
- 12/12: gnu: Add markets., guix-commits, 2021/01/16