Search Criteria
Package Details: python-ffsubsync-venv 0.4.25-4
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: | 2024-01-16 14:59 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-chardet
- python-charset-normalizer
- python-faust-cchardet
- python-ffmpeg-pythonAUR (python-ffmpeg-python-gitAUR)
- python-future
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pysubs2AUR (python-pysubs2-gitAUR)
- python-rich
- python-six
- python-srt (python-srt-gitAUR)
- python-tqdm
- python-typing_extensions
- python-webrtcvad
Latest Comments
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.)