blob: 16083ecedccfc1085dae8e540794f1bbd66803c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = gesturecontrol
pkgdesc = Hand gesture recognition: webcam → MediaPipe → D-Bus signals → configurable actions
pkgver = r21.f8cce22
pkgrel = 2
url = https://github.com/Mizuna737/gesturecontrol
install = gesturecontrol.install
arch = any
license = MIT
depends = python>=3.11
depends = python-dbus
depends = python-gobject
depends = gtk3
depends = webkit2gtk
depends = curl
optdepends = xdotool: key action support in actions.toml
optdepends = libnotify: desktop notifications for gesture sequence progress
optdepends = playerctl: media control actions
source = git+https://github.com/Mizuna737/gesturecontrol.git
sha256sums = SKIP
pkgname = gesturecontrol
|