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
1 changed files with 21 additions and 19 deletions

View File

@ -3373,30 +3373,32 @@ online.")
(license license:expat))) (license license:expat)))
(define-public vidstab (define-public vidstab
(package (let ((commit "aeabc8daa7904f9edf7441a11f293965a5ef53b8")
(name "vidstab") (revision "0"))
(version "1.1.0") (package
(source (origin (name "vidstab")
(method git-fetch) (version (git-version "1.1.0" revision commit))
(uri (git-reference (source (origin
(url "https://github.com/georgmartius/vid.stab.git") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/georgmartius/vid.stab.git")
(sha256 (commit commit)))
(base32 (file-name (git-file-name name version))
"0a3frpm2kdbx7vszhg64p3alisag73bcspl7fp3a2f1kgq7rbh38")))) (sha256
(build-system cmake-build-system) (base32
(arguments "042iy0f3khwzr68djzvqgn301sy21ljvkf52rnc2c73q7ircnzzn"))))
'(#:tests? #f)) ; tests are not run as part of standard build process (build-system cmake-build-system)
(home-page "http://public.hronopik.de/vid.stab/") (arguments
(synopsis "Video stabilization library") '(#:tests? #f)) ; tests are not run as part of standard build process
(description "Vidstab is a video stabilization library which can be used (home-page "http://public.hronopik.de/vid.stab/")
(synopsis "Video stabilization library")
(description "Vidstab is a video stabilization library which can be used
with FFmpeg. A video acquired using a hand-held camera or a camera mounted on a with FFmpeg. A video acquired using a hand-held camera or a camera mounted on a
vehicle typically suffers from undesirable shakes and jitters. Activities such vehicle typically suffers from undesirable shakes and jitters. Activities such
as surfing, skiing, riding and walking while shooting videos are especially as surfing, skiing, riding and walking while shooting videos are especially
prone to erratic camera shakes. Vidstab targets these video contents to help prone to erratic camera shakes. Vidstab targets these video contents to help
create smoother and stable videos.") create smoother and stable videos.")
(license license:gpl2+))) (license license:gpl2+))))
(define-public libopenshot (define-public libopenshot
(package (package