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:
parent
f5111b4d2b
commit
ad64f271de
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue