gnu: vidstab: Update to 1.1.0-0.aeabc8d.

* gnu/packages/video.scm (vidstab): Update to 1.1.0-0.aeabc8d.
This commit is contained in:
Leo Famulari 2019-08-21 16:46:50 -04:00
parent f5111b4d2b
commit ad64f271de
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -3373,18 +3373,20 @@ (define-public qtfaststart
(license license:expat)))
(define-public vidstab
(let ((commit "aeabc8daa7904f9edf7441a11f293965a5ef53b8")
(revision "0"))
(package
(name "vidstab")
(version "1.1.0")
(version (git-version "1.1.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/georgmartius/vid.stab.git")
(commit (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0a3frpm2kdbx7vszhg64p3alisag73bcspl7fp3a2f1kgq7rbh38"))))
"042iy0f3khwzr68djzvqgn301sy21ljvkf52rnc2c73q7ircnzzn"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; tests are not run as part of standard build process
@ -3396,7 +3398,7 @@ (define-public vidstab
as surfing, skiing, riding and walking while shooting videos are especially
prone to erratic camera shakes. Vidstab targets these video contents to help
create smoother and stable videos.")
(license license:gpl2+)))
(license license:gpl2+))))
(define-public libopenshot
(package