Search Criteria
Package Details: aegisub-arch1t3cht-git 3.2.2.r1241.9bfd5008d-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/aegisub-arch1t3cht-git.git (read-only, click to copy) |
|---|---|
| Package Base: | aegisub-arch1t3cht-git |
| Description: | A general-purpose subtitle editor with ASS/SSA support (arch1t3cht fork) |
| Upstream URL: | https://github.com/arch1t3cht/Aegisub |
| Licenses: | GPL, BSD |
| Conflicts: | aegisub |
| Provides: | aegisub |
| Submitter: | Funami |
| Maintainer: | Funami |
| Last Packager: | Funami |
| Votes: | 8 |
| Popularity: | 0.58 |
| First Submitted: | 2022-08-18 11:17 (UTC) |
| Last Updated: | 2025-10-25 20:07 (UTC) |
Dependencies (28)
- alsa-lib
- boost-libs
- ffmpeg7.1AUR
- ffms2 (ffms2-gitAUR)
- fftw (fftw-amdAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hunspell (hunspell-gitAUR)
- icu (icu-gitAUR)
- libass (libass-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libiconv
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- openal (openal-gitAUR)
- portaudio
- uchardet (uchardet-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-lightAUR, wxwidgets-gtk3-gitAUR)
- xxhash (xxhash-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- Show 8 more dependencies...
Required by (4)
- aegisub-dependency-control (requires aegisub)
- aegisub-subinspector-git (requires aegisub)
- aegisub-yutils (requires aegisub)
- python-pyonfx (requires aegisub) (optional)
Latest Comments
1 2 3 4 5 6 Next › Last »
visad commented on 2025-11-08 17:27 (UTC)
Funami, thank you for your effort! Now it compiles, launches and works successfully.
Funami commented on 2025-10-25 20:08 (UTC)
Thank you for your investigation, visad! This should now be fixed by using ffmpeg7.1 from the AUR.
visad commented on 2025-10-21 10:37 (UTC) (edited on 2025-10-21 11:41 (UTC) by visad)
Build fails with this error:
Let's break down the problem:
Looks like your PKGBUILD uses system-wide ffmpeg, which is 8.0 for now;
arch1t3cht pinned bestsource (dep) to R8;
Bestsource removed the reliance on AV_CODEC_FLAG_UNALIGNED only in this commit (ofc it's newer than pinned R8);
FFmpeg removed AV_CODEC_FLAG_UNALIGNED after its deprecation in this commit: it is present in 7.1, but already absent in 8.0.
In fact, arch1t3cht's Aegisub pins ffmpeg to another "meson-compatible" fork, which is 7.1 and thus still contains the needed define. Maybe you should use this too instead of system-wide ffmpeg?
As for the temporary workaround older system-wide ffmpeg could be fine too.
boydaihungst commented on 2025-05-16 01:49 (UTC) (edited on 2025-05-16 01:50 (UTC) by boydaihungst)
@Jaska it's meson bug, which is fixed in meson-git. You have 2 options, use meson-git or downgrade meson to 1.7.2 https://github.com/arch1t3cht/Aegisub/commit/acd6b161869053ece2969a093f102874d2a3b04c
https://github.com/mesonbuild/meson/issues/14530
Jaska commented on 2025-05-15 20:17 (UTC) (edited on 2025-05-15 20:24 (UTC) by Jaska)
The build fails with:
Funami commented on 2025-02-18 18:43 (UTC) (edited on 2025-02-18 18:44 (UTC) by Funami)
@FichteFoll: The submodule issue should now be fixed.
No, aegisub-arch1t3cht does not support bestsource R10 right now, i.e. it won't build. But in theory it would be possible I think, but we would have to set
PKG_CONFIG_PATHduringmeson setupas the official package uses a custom location.FichteFoll commented on 2025-01-26 11:23 (UTC) (edited on 2025-01-26 11:25 (UTC) by FichteFoll)
The way the submodule setup is done prevents re-using the same source folder because the libp2p symlink is written inside the bestsource git clone. I have to manually remove the libp2p symlink after each build.
Since the system-provided bestsource is supported now, should this package instead depend on
vapoursynth-plugin-bestsource?witchymary commented on 2024-10-29 17:07 (UTC)
The fork now supports building against system-provided bestsource. https://github.com/arch1t3cht/Aegisub/commit/490fcd929462a148467e19ffc602db0000bc9be6
Funami commented on 2024-10-23 22:27 (UTC)
Thanks for the notice, witchymary! Now fixed!
witchymary commented on 2024-10-23 20:17 (UTC)
Compilation currently breaks since latest master requires bestsource R8.
1 2 3 4 5 6 Next › Last »