[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: avidemux: Update to 2.7.8.
From: |
guix-commits |
Subject: |
05/09: gnu: avidemux: Update to 2.7.8. |
Date: |
Tue, 30 Mar 2021 17:14:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a8b59a032d56664348d270cfb6713f9424baf4c9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 30 22:54:44 2021 +0200
gnu: avidemux: Update to 2.7.8.
* gnu/packages/video.scm (avidemux): Update to 2.7.8.
[arguments]: Adjust to updated bundled ffmpeg-4.2.4.
---
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 05502a1..09bf701 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2686,7 +2686,7 @@ for use with HTML5 video.")
(define-public avidemux
(package
(name "avidemux")
- (version "2.7.6")
+ (version "2.7.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2694,7 +2694,7 @@ for use with HTML5 video.")
"avidemux_" version ".tar.gz"))
(sha256
(base32
- "1kwkn976ppahrcr74bnv6sqx75pzl9y21m1mvr5ksi1m6lgp924s"))
+ "00blv5455ry3bb86zyzk1xmq3rbqmbif62khc0kq3whza97l12k2"))
(patches (search-patches "avidemux-install-to-lib.patch"))))
(build-system cmake-build-system)
(native-inputs
@@ -2727,7 +2727,7 @@ for use with HTML5 video.")
#:phases
;; Make sure files inside the included ffmpeg tarball are
;; patch-shebanged.
- (let ((ffmpeg "ffmpeg-4.2.3"))
+ (let ((ffmpeg "ffmpeg-4.2.4"))
(modify-phases %standard-phases
(add-before 'patch-source-shebangs 'unpack-ffmpeg
(lambda _
- branch master updated (634d984 -> 4b8c687), guix-commits, 2021/03/30
- 03/09: gnu: nginx: Update to 1.19.9., guix-commits, 2021/03/30
- 04/09: gnu: nginx-documentation: Update to 1.19.9-2696-f85798c1c70a., guix-commits, 2021/03/30
- 05/09: gnu: avidemux: Update to 2.7.8.,
guix-commits <=
- 06/09: gnu: vim: Update to 8.2.2677., guix-commits, 2021/03/30
- 02/09: gnu: vsftp: Apply unstaged fixes., guix-commits, 2021/03/30
- 01/09: gnu: nq: Update to 0.4., guix-commits, 2021/03/30
- 07/09: gnu: quickjs: Update to 2021-03-27., guix-commits, 2021/03/30
- 09/09: gnu: libupnp: Update to 1.14.4., guix-commits, 2021/03/30
- 08/09: gnu: sg3-utils: Update to 1.46., guix-commits, 2021/03/30