blob: d92c1ab0deae6594a5d90e3c33af51e1d81fc0e1 (
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
36
|
pkgbase = python-pywhispercpp-rocm
pkgdesc = Python bindings for whisper.cpp with ROCm support (AMD GPU)
pkgver = 1.4.0
pkgrel = 8
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 = rocm-hip-sdk<7
makedepends = rocm-opencl-sdk<7
makedepends = patchelf
depends = python
depends = python-numpy
depends = python-requests
depends = python-tqdm
depends = python-platformdirs
depends = rocm-hip-runtime<7
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-cuda
options = !strip
source = git+https://github.com/Absadiki/pywhispercpp.git#commit=4ab96165f84e8eb579077dfc3d0476fa5606affe
sha256sums = SKIP
pkgname = python-pywhispercpp-rocm
|