Skip to content

Commit f45bc48

Browse files
slymattzDuncaen
authored andcommitted
ffsubsync: update to 0.4.32
1 parent 72e8ad5 commit f45bc48

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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'

srcpkgs/ffsubsync/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'ffsubsync'
22
pkgname=ffsubsync
3-
version=0.4.31
3+
version=0.4.32
44
revision=1
55
build_style=python3-pep517
66
hostmakedepends="python3-setuptools_scm"
@@ -12,7 +12,7 @@ maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
1212
license="MIT"
1313
homepage="https://github.com/smacke/ffsubsync"
1414
distfiles="https://github.com/smacke/ffsubsync/archive/refs/tags/${version}.tar.gz"
15-
checksum=7fac9de45d0bae599dc58e3efbe22c771372e25290141389c59b49a046b7cb09
15+
checksum=7201aaff1a5081ba3021b9009397f431e19b7fe08e0d92b7c54f43dd09d93158
1616

1717
post_install() {
1818
vlicense LICENSE

0 commit comments

Comments
 (0)