Search Criteria
Package Details: python-ffsubsync-venv 0.4.29-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ffsubsync-venv.git (read-only, click to copy) |
---|---|
Package Base: | python-ffsubsync-venv |
Description: | Language-agnostic automatic synchronization of subtitles with video. (Installed inside a Python virtual environment) |
Upstream URL: | https://github.com/smacke/ffsubsync |
Licenses: | MIT |
Conflicts: | python-ffsubsync |
Submitter: | kugland |
Maintainer: | kugland (vej.kse) |
Last Packager: | vej.kse |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-10 02:23 (UTC) |
Last Updated: | 2025-02-22 17:27 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-charset-normalizer
- python-faust-cchardet
- python-ffmpeg-pythonAUR
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pysubs2AUR (python-pysubs2-gitAUR)
- python-rich
- python-srt (python-srt-gitAUR)
- python-tqdm
- python-typing_extensions
- python-webrtcvad
Latest Comments
vej.kse commented on 2025-02-16 10:38 (UTC) (edited on 2025-02-16 10:39 (UTC) by vej.kse)
I removed python-future as a dependency. Being in
requirements.txt
, it is still installed in the virtual environment, but then it is uninstalled. The resulting package is identical with the one generated by the previous version of the PKGBUILD and works just as fine.micwoj92 commented on 2025-02-15 21:15 (UTC)
There are no future imports in this package's code. This is indirect dependency of this old bundled auditok, however it is not required, please see: https://github.com/amsehili/auditok/blob/793e580aeec653906c540a0f65ac205b4d610738/auditok/cmdline.py#L31
vej.kse commented on 2025-02-15 19:43 (UTC)
@dreieck: I updated the package to 0.4.26, but upstream has not yet removed python-future as a dependency (even in unreleased commits), so it’s still a dependency of this package. But as far as I can tell, it works fine with Python 3.13.
dreieck commented on 2025-01-11 16:02 (UTC)
If possible, please remove the dependency on
python-furure
/ make the package working withoutpython-future
:Regards and thanks for this package!
vej.kse commented on 2024-01-16 15:01 (UTC)
The latest version of this PKGBUILD now uses as much system packages as possible. Only auditok and ffsubsync are in the virtual environment.
vej.kse commented on 2024-01-09 13:54 (UTC) (edited on 2024-01-09 18:04 (UTC) by vej.kse)
I wanted to try this but https://aur.archlinux.org/packages/python-ffsubsync wouldn’t run due to wrong dependency versions and I couldn’t make this one. I managed to modify this PKGBUILD into a working one, inspired by this other one: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=octoprint
I’m not sure all changes are needed or good. (There is something that I didn’t fix: the sed command should not use $pkgdir as is, in case it contains regex reserved characters. This PKGBUILD could fail if the path of the build directory contains such characters.)