gnu: motion: Update to 4.2.
* gnu/packages/video.scm (motion): Update to 4.2.
This commit is contained in:
parent
2930a39b16
commit
c3069cd183
|
@ -96,6 +96,7 @@
|
||||||
#:use-module (gnu packages glib)
|
#:use-module (gnu packages glib)
|
||||||
#:use-module (gnu packages guile)
|
#:use-module (gnu packages guile)
|
||||||
#:use-module (gnu packages gnome)
|
#:use-module (gnu packages gnome)
|
||||||
|
#:use-module (gnu packages gnunet)
|
||||||
#:use-module (gnu packages gnupg)
|
#:use-module (gnu packages gnupg)
|
||||||
#:use-module (gnu packages gstreamer)
|
#:use-module (gnu packages gstreamer)
|
||||||
#:use-module (gnu packages gtk)
|
#:use-module (gnu packages gtk)
|
||||||
|
@ -2911,7 +2912,7 @@ It counts more than 100 plugins.")
|
||||||
(define-public motion
|
(define-public motion
|
||||||
(package
|
(package
|
||||||
(name "motion")
|
(name "motion")
|
||||||
(version "4.1.1")
|
(version "4.2")
|
||||||
(home-page "https://motion-project.github.io/")
|
(home-page "https://motion-project.github.io/")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2920,7 +2921,7 @@ It counts more than 100 plugins.")
|
||||||
"release-" version ".tar.gz"))
|
"release-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qm4i8zrqafl60sv2frhixvkd0wh0r5jfcrj5i6gha7yplsvjx10"))
|
"1ad2zlz941lvb818g1nzlpcpbxgv0h05q164hafa805yqm7m1y3f"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -2930,6 +2931,7 @@ It counts more than 100 plugins.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libjpeg" ,libjpeg)
|
`(("libjpeg" ,libjpeg)
|
||||||
("ffmpeg" ,ffmpeg-3.4)
|
("ffmpeg" ,ffmpeg-3.4)
|
||||||
|
("libmicrohttpd" ,libmicrohttpd)
|
||||||
("sqlite" ,sqlite)))
|
("sqlite" ,sqlite)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue