emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45813: closed ([PATCH] gnu: mkvtoolnix: Update to 52.0.0.)


From: GNU bug Tracking System
Subject: bug#45813: closed ([PATCH] gnu: mkvtoolnix: Update to 52.0.0.)
Date: Sat, 16 Jan 2021 22:27:01 +0000

Your message dated Sat, 16 Jan 2021 23:25:54 +0100
with message-id <87ft30wmbx.fsf@gnu.org>
and subject line Re: bug#45813: [PATCH] gnu: mkvtoolnix: Update to 52.0.0.
has caused the debbugs.gnu.org bug report #45813,
regarding [PATCH] gnu: mkvtoolnix: Update to 52.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45813: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45813
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mkvtoolnix: Update to 52.0.0. Date: Tue, 12 Jan 2021 10:41:08 +0100
* gnu/packages/video.scm (mkvtoolnix): Update to 52.0.0.
[inputs]: Add libdvdread to support dvd chapter.

---
 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 b314e4903b..cf7db757af 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)
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#45813: [PATCH] gnu: mkvtoolnix: Update to 52.0.0. Date: Sat, 16 Jan 2021 23:25:54 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/video.scm (mkvtoolnix): Update to 52.0.0.
> [inputs]: Add libdvdread to support dvd chapter.

Applied!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]