blob: c8f70aa0aa8c158b501cd83cc17c32f0e3c0d7a9 (
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
|
pkgbase = python-pywhispercpp-cpu
pkgdesc = Python bindings for whisper.cpp (CPU-only variant)
pkgver = 1.4.0
pkgrel = 10
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
depends = python
depends = python-numpy
depends = python-requests
depends = python-tqdm
depends = python-platformdirs
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-cuda
conflicts = python-pywhispercpp-rocm
options = !strip
source = git+https://github.com/Absadiki/pywhispercpp.git#commit=4ab96165f84e8eb579077dfc3d0476fa5606affe
sha256sums = SKIP
pkgname = python-pywhispercpp-cpu
|