guix-commits
[Top][All Lists]
Advanced

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

13/15: gnu: avidemux: Update to 2.7.2.


From: guix-commits
Subject: 13/15: gnu: avidemux: Update to 2.7.2.
Date: Sun, 10 Mar 2019 21:28:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4d34fe46810b41601af82af181c257dbaa999acd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 01:34:03 2019 +0100

    gnu: avidemux: Update to 2.7.2.
    
    * gnu/packages/video.scm (avidemux): Update to 2.7.2.
    [arguments]: Update version of included ffmpeg.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9d47f6d..c8fd6c1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1816,7 +1816,7 @@ for use with HTML5 video.")
 (define-public avidemux
   (package
     (name "avidemux")
-    (version "2.7.1")
+    (version "2.7.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1824,7 +1824,7 @@ for use with HTML5 video.")
                    "avidemux_" version ".tar.gz"))
              (sha256
               (base32
-               "15g9h791qbnmycabbbl7s2b3n3xpvygm88qrfk35g2cw6957ik9w"))
+               "07fdz3y4iln7cizikdjj96dqvp2f8zzhs31ncxxwzdkngn5v8138"))
              (patches (search-patches "avidemux-install-to-lib.patch"))))
     (build-system cmake-build-system)
     (native-inputs
@@ -1857,7 +1857,7 @@ for use with HTML5 video.")
        #:phases
        ;; Make sure files inside the included ffmpeg tarball are
        ;; patch-shebanged.
-       (let ((ffmpeg "ffmpeg-3.3.7"))
+       (let ((ffmpeg "ffmpeg-4.1.1"))
          (modify-phases %standard-phases
            (add-before 'patch-source-shebangs 'unpack-ffmpeg
              (lambda _



reply via email to

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