mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: avidemux: Update to 2.7.4.
* gnu/packages/video.scm (avidemux): Update to 2.7.4. [arguments]: Update bundled ffmpeg version.
This commit is contained in:
parent
a95533ac86
commit
ce23c5ffd2
1 changed files with 3 additions and 3 deletions
|
@ -1925,7 +1925,7 @@ (define-public srt2vtt
|
|||
(define-public avidemux
|
||||
(package
|
||||
(name "avidemux")
|
||||
(version "2.7.3")
|
||||
(version "2.7.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1933,7 +1933,7 @@ (define-public avidemux
|
|||
"avidemux_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17x2mnnr5h8pp764p55l1xcn2ljnzhbj8cykajlllvk4rc4qwxld"))
|
||||
"1acdb3m37vdzzbm8mwyibcn8msi7birb5v30qfi7jli5r00src3x"))
|
||||
(patches (search-patches "avidemux-install-to-lib.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
|
@ -1966,7 +1966,7 @@ (define-public avidemux
|
|||
#:phases
|
||||
;; Make sure files inside the included ffmpeg tarball are
|
||||
;; patch-shebanged.
|
||||
(let ((ffmpeg "ffmpeg-4.1.1"))
|
||||
(let ((ffmpeg "ffmpeg-4.1.4"))
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'patch-source-shebangs 'unpack-ffmpeg
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue