Package Details: subtitleedit 5.1.0-1

Git Clone URL: https://aur.archlinux.org/subtitleedit.git (read-only, click to copy)
Package Base: subtitleedit
Description: An advanced subtitle editor and converter
Upstream URL: https://www.nikse.dk/subtitleedit
Licenses: MIT
Conflicts: libHarfBuzzSharp.so, libonigwrap.so, libSkiaSharp.so
Submitter: eduardosm
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 46
Popularity: 3.05
First Submitted: 2016-07-09 10:51 (UTC)
Last Updated: 2026-07-30 10:12 (UTC)

Pinned Comments

Nocifer commented on 2026-05-30 10:35 (UTC)

NOTICE:

SubtitleEdit 5.x.x has reached RC status, so this package has now been migrated to the 5.x.x branch.

If, for whatever reason, you wish to use the original Mono-based version of SubtitleEdit, it has been moved to a new subtitleedit-legacy package.

If you've already been using the 5.x.x version via subtitleedit-avalonia, that package has been deprecated and will be deleted soon (probably when 5.x.x sans RC is officially released), so from now on please use this package instead.

Latest Comments

1 2 3 4 5 Next › Last »

Nocifer commented on 2026-07-30 10:13 (UTC)

You're absolutely right, I had put any as the target arch but hadn't actually implemented the ARM64 build process. Done, and thanks for reminding me.

mkurz commented on 2026-07-30 09:07 (UTC)

Hi!

I am running (and maintaining ) Asahi Linux ARM https://asahi-alarm.org/ (which is aarch64).

Actually, Subtitle Edit does support the aarch64 architecture - see the latest release: https://github.com/SubtitleEdit/subtitleedit/releases/tag/v5.1.0 ("Linux ARM64 (tarball, aarch64): SubtitleEdit-Linux-ARM64.tar.gz")

I updated the PKGBUILD to add support for this aarch64 tarball and it works great! I can run Subtitle Edit and everything works!

Can you please add that to your PKGBUILD?

I pushed a branch here: https://github.com/mkurz/aur/tree/subtitleedit-aarch64-support

That branch contains just one commit on top of the subtitleedit branch you maintain: https://github.com/mkurz/aur/commits/subtitleedit-aarch64-support/

The commit: https://github.com/mkurz/aur/commit/89b06659ed56c7e8f5023f3bd4e16cb1b0aeceeb

You can apply that code now easily in your repo with:

git remote add mkurz git@github.com:mkurz/aur.git
git fetch mkurz subtitleedit-aarch64-support
git merge mkurz/subtitleedit-aarch64-support

Afterwards you could release a new version - please do not forget to bump pkgrel.

What do you think?

Thank you very much!

Nocifer commented on 2026-05-30 10:35 (UTC)

NOTICE:

SubtitleEdit 5.x.x has reached RC status, so this package has now been migrated to the 5.x.x branch.

If, for whatever reason, you wish to use the original Mono-based version of SubtitleEdit, it has been moved to a new subtitleedit-legacy package.

If you've already been using the 5.x.x version via subtitleedit-avalonia, that package has been deprecated and will be deleted soon (probably when 5.x.x sans RC is officially released), so from now on please use this package instead.

Nocifer commented on 2026-02-08 09:21 (UTC)

Ah, you're right, I can see by the timestamps on the release page that the setup zip was stealth replaced about half an hour after I'd already pushed the update here. Mystery solved! And thanks :)

tomacrisan commented on 2026-02-07 13:59 (UTC)

@Nocifer SE4015.zip has a time code roughly four hours later than the other files so perhaps the file was replaced after you downloaded your copy. Whatever the reason, I really appreciate your work as a maintainer.

Nocifer commented on 2026-02-07 10:18 (UTC)

Weird. That b2sum (00e75001...) was the result of hashing SE4015.zip before updating the PKGBUILD for 4.0.15, so I really don't see how the checksum could have been a mismatch. And I couldn't have hashed a different file by mistake, because the hashing was done automatically (with updpkgsums) but now that I hashed the file again, I got the correct 3e65f6d0... checksum. Anyway, it's fixed.

mosgerila commented on 2026-02-06 22:37 (UTC) (edited on 2026-02-06 22:37 (UTC) by mosgerila)

The b2sum for SE4015.zip is wrong. I used:

yay -S --mflags --skipchecksums subtitleedit

tomacrisan commented on 2026-02-06 21:06 (UTC) (edited on 2026-02-06 21:08 (UTC) by tomacrisan)

The b2sum for SE4015.zip is wrong. I used:

3e65f6d092aea1dfc45644089d55abd95db0223b68f2223e6750a9cf888962189bad7c6471e250ea0d74e0acbf7f2cb0e144c243ac140ce9acb3c0495984d41f

Nocifer commented on 2025-12-12 12:50 (UTC)

There is a new package subtitleedit-avalonia that provides a preview build of SubtitleEdit that is based on the cross-platform Avalonia UI toolkit and provides a vastly improved experience on Linux.

It's still experimental and some of the app's features may or may not work properly, if at all, but I thought I should share it here because it already works generally fine and more Linux users could mean more Linux bugs squashed more quickly.

johnjohn commented on 2025-03-14 22:08 (UTC)

ttf-dejavu is needed to see text on buttons and dropdown selections.

Issue: https://github.com/SubtitleEdit/subtitleedit/issues/8427