File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Upstream switched to pre-compiled webrtcvad wheels on all platforms
2+ (see https://github.com/smacke/ffsubsync/pull/233).
3+
4+ Void already ships python3-webrtcvad, so there is no need to depend
5+ on prebuilt wheel packages on Linux.
6+ --- a/requirements.txt 2026-05-25 16:09:24.270767054 +0200
7+ +++ b/requirements.txt 2026-05-25 16:09:54.290436992 +0200
8+ @@ -10,4 +10,5 @@
9+ srt>=3.0.0
10+ tqdm
11+ typing_extensions
12+ - webrtcvad-wheels
13+ + webrtcvad;platform_system=='Linux'
14+ + webrtcvad-wheels;platform_system=='Windows'
Original file line number Diff line number Diff line change 11# Template file for 'ffsubsync'
22pkgname=ffsubsync
3- version=0.4.31
3+ version=0.4.32
44revision=1
55build_style=python3-pep517
66hostmakedepends="python3-setuptools_scm"
@@ -12,7 +12,7 @@ maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
1212license="MIT"
1313homepage="https://github.com/smacke/ffsubsync"
1414distfiles="https://github.com/smacke/ffsubsync/archive/refs/tags/${version}.tar.gz"
15- checksum=7fac9de45d0bae599dc58e3efbe22c771372e25290141389c59b49a046b7cb09
15+ checksum=7201aaff1a5081ba3021b9009397f431e19b7fe08e0d92b7c54f43dd09d93158
1616
1717post_install() {
1818 vlicense LICENSE
You can’t perform that action at this time.
0 commit comments