blob: d64b653824b78fbbebbc9e5c5ed9f209aab9699a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
pkgbase = python-pywhispercpp-cuda
pkgdesc = Python bindings for whisper.cpp with CUDA support (NVIDIA GPU)
pkgver = 1.4.0
pkgrel = 11
url = https://github.com/Absadiki/pywhispercpp
arch = x86_64
license = MIT
makedepends = cmake
makedepends = ninja
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = git
makedepends = cuda
makedepends = patchelf
depends = python
depends = python-numpy
depends = python-requests
depends = python-tqdm
depends = python-platformdirs
depends = cuda
optdepends = python-sounddevice: run pywhispercpp examples that capture audio
optdepends = python-webrtcvad: run VAD-based examples
optdepends = python-pyqt5: run GUI example
provides = python-pywhispercpp
conflicts = python-pywhispercpp
conflicts = python-pywhispercpp-cpu
conflicts = python-pywhispercpp-rocm
options = !strip
source = git+https://github.com/Absadiki/pywhispercpp.git#commit=4ab96165f84e8eb579077dfc3d0476fa5606affe
sha256sums = SKIP
pkgname = python-pywhispercpp-cuda
|