gnu: avidemux: Update to 2.7.3.

* gnu/packages/video.scm (avidemux): Update to 2.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-24 22:46:01 +01:00
parent c30be23a6d
commit 37f6289605
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -1841,7 +1841,7 @@ for use with HTML5 video.")
(define-public avidemux (define-public avidemux
(package (package
(name "avidemux") (name "avidemux")
(version "2.7.2") (version "2.7.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1849,7 +1849,7 @@ for use with HTML5 video.")
"avidemux_" version ".tar.gz")) "avidemux_" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"07fdz3y4iln7cizikdjj96dqvp2f8zzhs31ncxxwzdkngn5v8138")) "17x2mnnr5h8pp764p55l1xcn2ljnzhbj8cykajlllvk4rc4qwxld"))
(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
@ -1878,7 +1878,7 @@ for use with HTML5 video.")
("yasm" ,yasm) ("yasm" ,yasm)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
#:phases #:phases
;; Make sure files inside the included ffmpeg tarball are ;; Make sure files inside the included ffmpeg tarball are
;; patch-shebanged. ;; patch-shebanged.