guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: avidemux: Update to 2.6.12.


From: Andreas Enge
Subject: 01/01: gnu: avidemux: Update to 2.6.12.
Date: Wed, 15 Jun 2016 20:01:52 +0000 (UTC)

andreas pushed a commit to branch master
in repository guix.

commit 9e786e8ba854d0e428e31648e140997beeac5bb7
Author: Andreas Enge <address@hidden>
Date:   Wed Jun 15 21:59:26 2016 +0200

    gnu: avidemux: Update to 2.6.12.
    
    * gnu/packages/video.scm (avidemux): Update to 2.6.12.
    [arguments]: Adapt version number of bundled ffmpeg.
---
 gnu/packages/video.scm |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b447557..377caa9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1058,7 +1058,7 @@ for use with HTML5 video.")
 (define-public avidemux
   (package
     (name "avidemux")
-    (version "2.6.10")
+    (version "2.6.12")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1066,7 +1066,7 @@ for use with HTML5 video.")
                    version ".tar.gz"))
              (sha256
               (base32
-               "1vas43bwb15q2wv3dpp7fgp8dc6szinmwl7i0ziq2vv5l2128v0p"))
+               "0nz52yih8sff53inndkh2dba759xjzsh4b8xjww419lcpk0qp6kn"))
              (patches (search-patches "avidemux-install-to-lib.patch"))))
     (build-system cmake-build-system)
     (native-inputs
@@ -1100,19 +1100,19 @@ for use with HTML5 video.")
         'patch-source-shebangs 'unpack-ffmpeg
         (lambda _
           (with-directory-excursion "avidemux_core/ffmpeg_package"
-            (system* "tar" "xf" "ffmpeg-2.6.1.tar.bz2")
-            (delete-file "ffmpeg-2.6.1.tar.bz2")))
+            (system* "tar" "xf" "ffmpeg-2.7.6.tar.bz2")
+            (delete-file "ffmpeg-2.7.6.tar.bz2")))
         (alist-cons-after
          'patch-source-shebangs 'repack-ffmpeg
          (lambda _
            (with-directory-excursion "avidemux_core/ffmpeg_package"
-             (substitute* "ffmpeg-2.6.1/configure"
+             (substitute* "ffmpeg-2.7.6/configure"
                (("#! /bin/sh") (string-append "#!" (which "bash"))))
-             (system* "tar" "cjf" "ffmpeg-2.6.1.tar.bz2" "ffmpeg-2.6.1"
+             (system* "tar" "cjf" "ffmpeg-2.7.6.tar.bz2" "ffmpeg-2.7.6"
                       ;; avoid non-determinism in the archive
                       "--sort=name" "address@hidden"
                       "--owner=root:0" "--group=root:0")
-             (delete-file-recursively "ffmpeg-2.6.1")))
+             (delete-file-recursively "ffmpeg-2.7.6")))
          (alist-replace 'configure
           (lambda _
             ;; Copy-paste settings from the cmake build system.



reply via email to

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