guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 38b73baf5cdbb7a35f0800f408f16a9ba030ad91 Author: Gabriel Santos <[email protected]> AuthorDate: Tue Mar 3 08:21:10 2026 -0300 gnu: vidstab: Update to 1.1.0. * gnu/packages/video.scm (vidstab): Update to 1.1.0. Change-Id: I8d67f71be92d6026eeda4cb7de8b95950f73b3dd Reviewed-by: Sharlatan Hellseher <[email protected]> Signed-off-by: Nguyễn Gia Phong <[email protected]> --- gnu/packages/video.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 846d2a5552..19c6986b8b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6269,20 +6269,18 @@ spec for MP4), which can be obtained from the ISO or found online.") (license license:expat))) (define-public vidstab - (let ((commit "aeabc8daa7904f9edf7441a11f293965a5ef53b8") - (revision "0")) (package (name "vidstab") - (version (git-version "1.1.0" revision commit)) + (version "1.1.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/georgmartius/vid.stab") - (commit commit))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "042iy0f3khwzr68djzvqgn301sy21ljvkf52rnc2c73q7ircnzzn")))) + "19k822bwsnw58ikbfh4fhh97zpn89ji9k1gdvh9r2ljy82g52md7")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; tests are not run as part of standard build process @@ -6294,7 +6292,7 @@ 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
