mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: handbrake: Update to 1.4.1.
* gnu/packages/video.scm (handbrake): Update to 1.4.1 [inputs]: Add libjpeg-turbo and zimg.
This commit is contained in:
parent
904c3d6910
commit
55844efecc
1 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
;;; Copyright © 2016 Dmitry Nikolaev <cameltheman@gmail.com>
|
;;; Copyright © 2016 Dmitry Nikolaev <cameltheman@gmail.com>
|
||||||
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
|
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
|
||||||
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
|
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
|
||||||
;;; Copyright © 2016, 2018, 2019, 2020 Eric Bavier <bavier@posteo.net>
|
;;; Copyright © 2016, 2018, 2019, 2020, 2021 Eric Bavier <bavier@posteo.net>
|
||||||
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2017 Feng Shu <tumashu@163.com>
|
;;; Copyright © 2017 Feng Shu <tumashu@163.com>
|
||||||
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
|
@ -3652,7 +3652,7 @@ (define-public mps-youtube
|
||||||
(define-public handbrake
|
(define-public handbrake
|
||||||
(package
|
(package
|
||||||
(name "handbrake")
|
(name "handbrake")
|
||||||
(version "1.3.3")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/HandBrake/HandBrake/"
|
(uri (string-append "https://github.com/HandBrake/HandBrake/"
|
||||||
|
@ -3660,7 +3660,7 @@ (define-public handbrake
|
||||||
"HandBrake-" version "-source.tar.bz2"))
|
"HandBrake-" version "-source.tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11bzhyp052bmng5119x74xvdj5632smx6qsk537ygda8bzckg2i1"))
|
"1xhq9jjmf854jf7sg4m754hgajnavwwhmjnaikcf2vgjr35ax81r"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Remove "contrib" and source not necessary for
|
;; Remove "contrib" and source not necessary for
|
||||||
|
@ -3701,6 +3701,7 @@ (define-public handbrake
|
||||||
("libdvdnav" ,libdvdnav)
|
("libdvdnav" ,libdvdnav)
|
||||||
("libdvdread" ,libdvdread)
|
("libdvdread" ,libdvdread)
|
||||||
("libgudev" ,libgudev)
|
("libgudev" ,libgudev)
|
||||||
|
("libjpeg-turbo" ,libjpeg-turbo)
|
||||||
("libmpeg2" ,libmpeg2)
|
("libmpeg2" ,libmpeg2)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("libnuma" ,numactl)
|
("libnuma" ,numactl)
|
||||||
|
@ -3714,6 +3715,7 @@ (define-public handbrake
|
||||||
("libx264" ,libx264)
|
("libx264" ,libx264)
|
||||||
("speex" ,speex)
|
("speex" ,speex)
|
||||||
("x265" ,x265)
|
("x265" ,x265)
|
||||||
|
("zimg" ,zimg)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;tests require Ruby and claim to be unsupported
|
`(#:tests? #f ;tests require Ruby and claim to be unsupported
|
||||||
|
|
Loading…
Reference in a new issue