Search Criteria
Package Details: aegisub-git 3.2.2.r407.6f546951b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aegisub-git.git (read-only, click to copy) |
---|---|
Package Base: | aegisub-git |
Description: | A general-purpose subtitle editor with ASS/SSA support |
Upstream URL: | http://www.aegisub.org |
Licenses: | GPL, BSD |
Conflicts: | aegisub |
Provides: | aegisub |
Submitter: | alucryd |
Maintainer: | wangqr |
Last Packager: | wangqr |
Votes: | 25 |
Popularity: | 0.000000 |
First Submitted: | 2012-08-27 19:37 (UTC) |
Last Updated: | 2020-02-23 06:39 (UTC) |
Dependencies (19)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- boost-libs (boost171, boost-libs-git)
- fftw (fftw-amd)
- fontconfig (fontconfig-srb, fontconfig-minimal-git, fontconfig-git, fontconfig-ubuntu)
- hunspell (hunspell-git)
- icu (icu-git-static, icu-git)
- libass.so (libass-git, libass)
- libffms2.so (ffms2-git, ffms2)
- libgl (glshim-git, libhybris-ext-libgl-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, swiftshader-git, amdgpu-pro-libgl-cfe, amdgpu-pro-libgl, libglvnd)
- libpulse (libpulse-bluedio, pulseaudio-pali, pulseaudio-dummy, libpulse-nosystemd-git, libpulse-nosystemd, libpulse-nosystemd-minimal-git, libpulse-airplay, pulseaudio-git)
- uchardet (uchardet-git)
- wxgtk3 (wxgtk3-light, wxgtk-git, wxgtk-audacity, wxgtk3-dev)
- zlib (zlib-static, zlib-git, zlib-ng, zlib-ng-compat-git)
- autoconf-archive (autoconf-archive-git) (make)
- boost (boost-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- intltool (make)
- lua (make)
- mesa (mesa-minimal+-git, mesa-i915g, mesa-d3d12, mesa-minimal-git, mesa-git, mesa-steamos, mesa-rusticl-git, mesa-amber) (make)
Required by (4)
- aegisub-dependency-control (requires aegisub)
- aegisub-subinspector-git (requires aegisub)
- aegisub-yutils (requires aegisub)
- python-pyonfx (requires aegisub) (optional)
Latest Comments
wangqr commented on 2022-04-03 15:12 (UTC)
@s5e PKGBUILD does not specify the version of boost. It's likely that you've built aegisub with an older version of boost and later upgraded boost to a new version. Rebuilding this aegisub-git package should solve the issue.
s5e commented on 2022-04-02 00:39 (UTC)
Required libboost is now behind:
micwoj92 commented on 2020-12-14 22:23 (UTC)
I think it was something with my system, i tried building again today and it worked.
wangqr commented on 2020-12-14 03:31 (UTC)
@micwoj92 the part of log you've provided didn't not show the error. The error should be above these warnings. Can you provide full log (maybe in pastebin)?
micwoj92 commented on 2020-09-13 01:02 (UTC)
Hello, is anyone else getting this error or is this just me?
ector commented on 2020-05-10 21:23 (UTC) (edited on 2020-05-10 21:25 (UTC) by ector)
Thank @wangqr I have recompile,aegisub working now. Cheers
wangqr commented on 2020-05-09 05:44 (UTC) (edited on 2020-05-09 06:12 (UTC) by wangqr)
@ector you need to recompile this after upgrading icu
Edit: The latest icu package does provide libicudata.so.67, and icu is one of the dependencies of aegisub. Did you removed icu?
ector commented on 2020-05-08 22:56 (UTC)
Hi, have this error : aegisub: error while loading shared libraries: libicudata.so.67: cannot open shared object file: No such file or directory
lae commented on 2020-02-17 02:06 (UTC)
This package is no longer building for me, and is erroring out with the following:
I opened an issue upstream since I believe this is an issue upstream (maybe an issue with current build tools?), but I guess alucryd or someone else might know what's causing this. https://github.com/Aegisub/Aegisub/issues/171
lae commented on 2019-11-18 01:32 (UTC) (edited on 2019-11-18 01:33 (UTC) by lae)
Oh, I forgot to post a comment about this last month.
Current Aegisub depends on wxgtk3 3.1, which is available in the AUR. You can probably just replace your wxgtk3 package with the development one in the AUR.
Otherwise, reverting the commit that introduces the dependency will fix it so that it builds against wxgtk3 3.0 - you can add the following in the
prepare()
step after thecd
:argo commented on 2019-11-13 14:34 (UTC)
Can confirm, it does not build anymore atm.
TheFrenchGhosty commented on 2019-10-25 22:45 (UTC) (edited on 2019-10-25 22:46 (UTC) by TheFrenchGhosty)
Can't build on 2 PC running Arch with Aurman as the AUR helper.
I'm building other C++ packages without problem.
argo commented on 2019-03-08 12:26 (UTC)
Thanks. Can confirm that it builds and seem to work fine atm.
alucryd commented on 2019-03-05 14:07 (UTC)
Finally had time to go over this, apologies for the delay.
argo commented on 2019-01-17 18:06 (UTC)
Does not build anymore, maybe it's boost' fault (i.e. https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/aegisub&id=88fded0bec3582d751e34620068110dca0dd2247 )
JSpaces commented on 2018-04-05 23:07 (UTC)
I needed to add "CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'" (referenced from the community aegisub PKGBUILD) in the build section to successfully compile with the latest icu.
alucryd commented on 2018-03-16 19:34 (UTC)
Fixed, thx for the heads up.
pingplug commented on 2018-03-12 13:35 (UTC) (edited on 2018-03-12 13:36 (UTC) by pingplug)
failed to build with the latest commit
alucryd commented on 2017-02-04 19:38 (UTC)
FichteFoll commented on 2017-01-20 18:02 (UTC) (edited on 2017-01-27 22:14 (UTC) by FichteFoll)
alucryd commented on 2016-05-30 14:49 (UTC)
TheGreatMcPain commented on 2016-05-26 13:23 (UTC)
tuankiet65 commented on 2016-04-30 03:24 (UTC) (edited on 2016-05-01 07:42 (UTC) by tuankiet65)
alucryd commented on 2016-04-29 16:42 (UTC)
tuankiet65 commented on 2016-04-29 13:31 (UTC)
argo commented on 2015-05-26 10:13 (UTC)
alucryd commented on 2015-05-26 08:28 (UTC)
argo commented on 2015-05-24 19:06 (UTC)
alucryd commented on 2015-05-05 08:26 (UTC)
commented on 2015-05-03 18:36 (UTC)
alucryd commented on 2014-04-05 13:44 (UTC)
argo commented on 2014-04-05 01:00 (UTC)
alucryd commented on 2014-03-17 17:56 (UTC)
argo commented on 2014-03-13 23:01 (UTC)
alucryd commented on 2013-12-13 08:40 (UTC)
sl1pkn07 commented on 2013-12-06 02:39 (UTC)
alucryd commented on 2013-12-05 19:25 (UTC)
sl1pkn07 commented on 2013-12-05 17:02 (UTC)
alucryd commented on 2013-12-05 08:40 (UTC)
sl1pkn07 commented on 2013-12-04 19:19 (UTC)
alucryd commented on 2013-12-04 17:28 (UTC)
sl1pkn07 commented on 2013-12-04 14:13 (UTC)
sl1pkn07 commented on 2013-12-04 14:00 (UTC)
alucryd commented on 2013-09-15 22:38 (UTC)
Corubba commented on 2013-09-15 16:07 (UTC)
alucryd commented on 2013-09-02 08:08 (UTC)
argo commented on 2013-09-02 02:22 (UTC)
argo commented on 2013-08-22 19:59 (UTC)
alucryd commented on 2013-08-22 17:33 (UTC)
argo commented on 2013-08-20 03:45 (UTC)
alucryd commented on 2013-08-12 23:32 (UTC)
sl1pkn07 commented on 2013-05-29 20:27 (UTC)
alucryd commented on 2013-05-29 20:11 (UTC)
sl1pkn07 commented on 2013-05-29 19:29 (UTC)
alucryd commented on 2013-05-29 18:49 (UTC)
sl1pkn07 commented on 2013-05-29 18:29 (UTC)
alucryd commented on 2013-05-09 10:13 (UTC)
argo commented on 2013-05-09 02:39 (UTC)
alucryd commented on 2013-04-04 17:59 (UTC)
alucryd commented on 2013-02-24 12:21 (UTC)
alucryd commented on 2013-02-22 22:52 (UTC)
MatejLach commented on 2013-02-22 20:43 (UTC)
alucryd commented on 2013-02-21 15:43 (UTC)
lae commented on 2013-02-21 01:46 (UTC)
alucryd commented on 2013-02-18 22:12 (UTC)
lae commented on 2013-02-18 21:58 (UTC)
sl1pkn07 commented on 2013-02-17 12:39 (UTC)
alucryd commented on 2013-02-17 11:23 (UTC)
alucryd commented on 2013-02-16 23:44 (UTC)
sl1pkn07 commented on 2013-02-16 18:29 (UTC)
sl1pkn07 commented on 2012-12-31 06:58 (UTC)
alucryd commented on 2012-12-10 22:08 (UTC)
alucryd commented on 2012-12-10 21:42 (UTC)
alucryd commented on 2012-12-10 17:58 (UTC)
alucryd commented on 2012-08-27 19:44 (UTC)
jackoneill commented on 2012-08-27 19:20 (UTC)
alucryd commented on 2012-08-03 09:11 (UTC)
alucryd commented on 2012-06-25 08:12 (UTC)
vEX commented on 2012-06-24 09:09 (UTC)
alucryd commented on 2012-06-24 08:30 (UTC)
jackoneill commented on 2012-06-24 07:45 (UTC)
jackoneill commented on 2012-06-24 07:44 (UTC)
alucryd commented on 2012-06-23 09:50 (UTC)
sl1pkn07 commented on 2012-06-22 10:57 (UTC)
jackoneill commented on 2012-05-13 06:35 (UTC)
alucryd commented on 2012-05-12 21:46 (UTC)
sl1pkn07 commented on 2012-05-12 20:55 (UTC)
vEX commented on 2012-05-12 12:53 (UTC)
alucryd commented on 2012-04-16 07:58 (UTC)
jackoneill commented on 2012-04-14 08:23 (UTC)
alucryd commented on 2012-02-29 18:37 (UTC)
alucryd commented on 2012-02-16 14:09 (UTC)
alucryd commented on 2012-02-01 09:55 (UTC)
alucryd commented on 2012-02-01 09:16 (UTC)
alucryd commented on 2012-01-10 22:20 (UTC)
jackoneill commented on 2012-01-10 21:29 (UTC)
alucryd commented on 2012-01-09 08:26 (UTC)
alucryd commented on 2012-01-08 19:51 (UTC)
vEX commented on 2012-01-08 18:17 (UTC)
alucryd commented on 2012-01-02 15:55 (UTC)
alucryd commented on 2012-01-02 15:54 (UTC)
alucryd commented on 2012-01-02 15:04 (UTC)
alucryd commented on 2011-12-23 09:07 (UTC)
alucryd commented on 2011-11-11 19:56 (UTC)
vEX commented on 2011-11-05 13:35 (UTC)
vEX commented on 2011-11-05 11:06 (UTC)
alucryd commented on 2011-10-03 21:10 (UTC)
alucryd commented on 2011-10-01 08:57 (UTC)
alucryd commented on 2011-10-01 08:52 (UTC)
jackoneill commented on 2011-10-01 05:39 (UTC)
alucryd commented on 2011-09-30 22:57 (UTC)
commented on 2010-11-11 00:12 (UTC)