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.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-30 22:54:44 +02:00
parent 8b61b6f512
commit a8b59a032d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2686,7 +2686,7 @@ (define-public srt2vtt
(define-public avidemux (define-public avidemux
(package (package
(name "avidemux") (name "avidemux")
(version "2.7.6") (version "2.7.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2694,7 +2694,7 @@ (define-public avidemux
"avidemux_" version ".tar.gz")) "avidemux_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1kwkn976ppahrcr74bnv6sqx75pzl9y21m1mvr5ksi1m6lgp924s")) "00blv5455ry3bb86zyzk1xmq3rbqmbif62khc0kq3whza97l12k2"))
(patches (search-patches "avidemux-install-to-lib.patch")))) (patches (search-patches "avidemux-install-to-lib.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
@ -2727,7 +2727,7 @@ (define-public avidemux
#:phases #:phases
;; Make sure files inside the included ffmpeg tarball are ;; Make sure files inside the included ffmpeg tarball are
;; patch-shebanged. ;; patch-shebanged.
(let ((ffmpeg "ffmpeg-4.2.3")) (let ((ffmpeg "ffmpeg-4.2.4"))
(modify-phases %standard-phases (modify-phases %standard-phases
(add-before 'patch-source-shebangs 'unpack-ffmpeg (add-before 'patch-source-shebangs 'unpack-ffmpeg
(lambda _ (lambda _