Package Details: gyroflow-git 1.6.0.r71.g52fcd02-2

Git Clone URL: https://aur.archlinux.org/gyroflow-git.git (read-only, click to copy)
Package Base: gyroflow-git
Description: Video stabilization using gyroscope data
Upstream URL: https://github.com/gyroflow/gyroflow
Licenses: GPL-3.0-or-later
Conflicts: gyroflow
Provides: gyroflow
Submitter: bjin
Maintainer: xiota
Last Packager: xiota
Votes: 1
Popularity: 0.002186
First Submitted: 2022-05-26 08:58 (UTC)
Last Updated: 2025-01-12 17:02 (UTC)

Dependencies (13)

Required by (1)

Sources (1)

Latest Comments

xiota commented on 2025-04-11 23:25 (UTC)

@kelvie I'll take a look. Also, don't send me patches. The same information could have been described in a single sentence. ("Please add "\$@" to the script.")

kelvie commented on 2025-04-11 20:57 (UTC)

Some of us like to use the CLI, so this fixes that:

diff --git a/PKGBUILD b/PKGBUILD
index 74b34b1..2347a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -88,7 +88,7 @@ package() {
   install -Dm755 /dev/stdin "$pkgdir/usr/bin/$_pkgname" << END
 #!/usr/bin/env sh
 export LD_LIBRARY_PATH="/opt/$_pkgname"
-exec /opt/$_pkgname/$_pkgname
+exec /opt/$_pkgname/$_pkgname "\$@"
 END

   # desktop file

stertel commented on 2022-07-06 08:05 (UTC)

this build only works for me after replacingrust with rust-nightly-bin

bjin commented on 2022-06-16 04:42 (UTC)

@Technetium1: fixed, thanks

Technetium1 commented on 2022-06-15 00:02 (UTC)

Missing git, clang, and p7zip inside makedepends. 7z is required for the custom build command for qml-video-rs. Add those 3 things and it should build in clean chroot.