Package Details: subtitld 23.02-3

Git Clone URL: https://aur.archlinux.org/subtitld.git (read-only, click to copy)
Package Base: subtitld
Description: Subtitld: An open source software to create, edit and transcribe subtitles
Upstream URL: https://www.subtitld.org/
Keywords: captions multimedia subtitle
Licenses: GPL3
Submitter: Vekhir
Maintainer: Vekhir (jonatabolzanloss)
Last Packager: Vekhir
Votes: 1
Popularity: 0.000000
First Submitted: 2023-01-17 04:01 (UTC)
Last Updated: 2023-11-17 18:28 (UTC)

Latest Comments

1 2 3 Next › Last »

jonatabolzanloss commented on 2026-04-24 03:35 (UTC)

Thanks. As I said, I have a CI pipeline in place ready to publish when it's release. I can send to subtitld-git too the beta builds.

Vekhir commented on 2026-04-23 16:37 (UTC) (edited on 2026-04-23 16:38 (UTC) by Vekhir)

@jonatabolzanloss Thanks for your interest! Is there a new release for subtitld?

Together with the next release, I want to update and modernise the PKGBUILD, as it will likely need an overhaul. When the release after that goes smoothly, I can add you as a co-maintainer.

jonatabolzanloss commented on 2026-04-23 15:52 (UTC)

Hi, I'm the upstream author of Subtitld. Would you consider adding me as a co-maintainer? I have a CI pipeline that could auto-publish new releases. Thanks!

micwoj92 commented on 2025-07-10 04:05 (UTC)

Needs nltk-data otherwise launch fails.

Vekhir commented on 2024-09-26 22:20 (UTC)

Yes, it is up to date. This package reflects the latest release of subtitld. You can check out the official releases here: https://gitlab.com/jonata/subtitld/-/releases 23.02 is the latest release.

If you want the latest version from gitlab, please check out the subtitld-git package: https://aur.archlinux.org/packages/subtitld-git

stellarium commented on 2024-09-26 22:13 (UTC)

is this up to date? i checked the gitlab and it doesn't seem to be

Vekhir commented on 2024-09-09 00:53 (UTC)

You may want to make the case for it upstream, so everyone can benefit from that.

micwoj92 commented on 2024-09-08 20:16 (UTC)

I would say the issue is that unneeded deps are downloaded. Obviously it's not heavy, but still a small bit. I would say biggest issue is python-cleantext, since it's another AUR pkg to keep track of.

Vekhir commented on 2024-09-07 07:38 (UTC)

@micwoj92 I am aware that they are not necessary, see also https://gitlab.com/jonata/subtitld/-/issues/66. However, the install instructions want them, so they are included here.

If they cause issues, I'll remove them, but until then, I stay with upstream.

micwoj92 commented on 2024-09-05 19:56 (UTC)

Several dependencies not needed according to namcap:

subtitld W: Dependency included, but may not be needed ('python-cffi')
subtitld W: Dependency included, but may not be needed ('python-cleantext')
subtitld W: Dependency included, but may not be needed ('python-certifi')
subtitld W: Dependency included, but may not be needed ('python-lxml')

python-lxml is already a dependency of python-docx, subtitld launches fine without remaining 3 althrough I didnt test functionality.