mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: avidemux: Update to 2.7.6.
* gnu/packages/video.scm (avidemux): Update to 2.7.6. [arguments]: Adjust to update of bundled FFmpeg. [inputs]: Add libaom.
This commit is contained in:
parent
e1fa3ea9fe
commit
66a087d5d3
1 changed files with 4 additions and 3 deletions
|
@ -2653,7 +2653,7 @@ (define-public srt2vtt
|
||||||
(define-public avidemux
|
(define-public avidemux
|
||||||
(package
|
(package
|
||||||
(name "avidemux")
|
(name "avidemux")
|
||||||
(version "2.7.4")
|
(version "2.7.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2661,7 +2661,7 @@ (define-public avidemux
|
||||||
"avidemux_" version ".tar.gz"))
|
"avidemux_" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1acdb3m37vdzzbm8mwyibcn8msi7birb5v30qfi7jli5r00src3x"))
|
"1kwkn976ppahrcr74bnv6sqx75pzl9y21m1mvr5ksi1m6lgp924s"))
|
||||||
(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
|
||||||
|
@ -2679,6 +2679,7 @@ (define-public avidemux
|
||||||
("glu" ,glu)
|
("glu" ,glu)
|
||||||
("jack" ,jack-1)
|
("jack" ,jack-1)
|
||||||
("lame" ,lame)
|
("lame" ,lame)
|
||||||
|
("libaom" ,libaom)
|
||||||
("libva" ,libva)
|
("libva" ,libva)
|
||||||
("libvdpau" ,libvdpau)
|
("libvdpau" ,libvdpau)
|
||||||
("libvorbis" ,libvorbis)
|
("libvorbis" ,libvorbis)
|
||||||
|
@ -2693,7 +2694,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.1.4"))
|
(let ((ffmpeg "ffmpeg-4.2.3"))
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'patch-source-shebangs 'unpack-ffmpeg
|
(add-before 'patch-source-shebangs 'unpack-ffmpeg
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue