guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit de094ea9e2249e7e48dfa9eb94580186db788377 Author: Gabriel Santos <[email protected]> AuthorDate: Tue Mar 3 08:21:53 2026 -0300 gnu: vidstab: Indent. * gnu/packages/video.scm (vidstab): Indent. Change-Id: I5130200ba34007732139c20280b4bf607223a6a8 Merges: https://codeberg.org/guix/guix/pulls/5245 Reviewed-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/video.scm | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2141b5aa8c..5e50177526 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6332,30 +6332,30 @@ spec for MP4), which can be obtained from the ISO or found online.") (license license:expat))) (define-public vidstab - (package - (name "vidstab") - (version "1.1.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/georgmartius/vid.stab") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "19k822bwsnw58ikbfh4fhh97zpn89ji9k1gdvh9r2ljy82g52md7")))) - (build-system cmake-build-system) - (arguments - '(#:tests? #f)) ; tests are not run as part of standard build process - (home-page "http://public.hronopik.de/vid.stab/") - (synopsis "Video stabilization library") - (description "Vidstab is a video stabilization library which can be used + (package + (name "vidstab") + (version "1.1.1") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/georgmartius/vid.stab") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "19k822bwsnw58ikbfh4fhh97zpn89ji9k1gdvh9r2ljy82g52md7")))) + (build-system cmake-build-system) + (arguments + '(#:tests? #f)) ; tests are not run as part of standard build process + (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 vehicle typically suffers from undesirable shakes and jitters. Activities such 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
