Search Criteria
Package Details: lib32-libass 0.14.0-3
Git Clone URL: | https://aur.archlinux.org/lib32-libass.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libass |
Description: | A portable library for SSA/ASS subtitles rendering (32 bit) |
Upstream URL: | https://github.com/libass/libass/ |
Licenses: | |
Provides: | |
Submitter: | rafaelff |
Maintainer: | adam900710 |
Last Packager: | adam900710 |
Votes: | 19 |
Popularity: | 0.000002 |
First Submitted: | 2012-01-26 02:13 |
Last Updated: | 2018-08-01 14:33 |
Dependencies (8)
- lib32-fontconfig (lib32-fontconfig-infinality-ultimate, lib32-fontconfig-infinality, lib32-fontconfig-git)
- lib32-fribidi
- lib32-glib2 (lib32-glib2-git)
- lib32-glibc (lib32-glibc-linux4, glibc-force-mmap, lib32-glibc-force-mmap)
- libass (libass-git)
- libfreetype.so (freetype2-v35, lib32-freetype2-v35, freetype2-old-hinting, lib32-freetype2-old-hinting, lib32-freetype2-infinality-ultimate, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git, lib32-freetype2-git, lib32-freetype2-minimal-git, freetype2, lib32-freetype2)
- gcc-multilib (gcc-multilib-x32, gcc-multilib-git, gcc-git, gcc) (make)
- nasm (nasm-git) (make)
Required by (45)
- aegisub-git (requires libass.so)
- aegisub-japan7-git (requires libass.so)
- aegisub-ttools-meson-git (requires libass.so)
- aegisub-wangqr-git (requires libass.so)
- avidemux-core-git (requires libass.so)
- emby-server-beta (requires libass.so)
- ffmpeg-compat-57 (requires libass.so)
- ffmpeg-cuda (requires libass.so)
- ffmpeg-decklink (requires libass.so)
- ffmpeg-emby (requires libass.so)
- ffmpeg-git (requires libass.so)
- ffmpeg-gl-transition (requires libass.so)
- ffmpeg-libfdk_aac (requires libass.so)
- ffmpeg-mmal (requires libass.so)
- ffmpeg-ndi (requires libass.so)
- ffmpeg-nocuda (requires libass.so)
- ffmpeg-nox-git (requires libass.so)
- ffmpeg-svt (requires libass.so)
- ffmpeg-svt-av1-git (requires libass.so)
- ffmpeg-svt-vp9-git (requires libass.so)
- ffmpeg-tmblock-git (requires libass.so)
- ffmpeg-v4l2-request-git (requires libass.so)
- ffmpeg2.8 (requires libass.so)
- ffmpeg3.4 (requires libass.so)
- ffmpeg4.0 (requires libass.so)
- lib32-ffmpeg-compat
- lib32-ffmpeg-compat-57
- lib32-ffmpeg-semifull-git
- lib32-gst-plugins-bad
- lib32-gstreamer0.10-bad (make)
- lib32-gstreamer0.10-bad-plugins
- lib32-gstreamer0.10-bad-plugins (make)
- lib32-libffmpeg
- mencoder-svn (requires libass.so)
- mencoder-svn (requires libass.so) (make)
- mplayer-svn (requires libass.so)
- mplayer-svn (requires libass.so) (make)
- mpv-vapoursynth (requires libass.so)
- mpv-vapoursynth-git (requires libass.so)
- retroarch-git (requires libass.so)
- retroarch-rbp (requires libass.so)
- retroarch-rbp4 (requires libass.so)
- vapoursynth-git (requires libass.so) (make)
- vapoursynth-git (requires libass.so) (optional)
- vapoursynth-winesupport (requires libass.so)
Latest Comments
1 2 Next › Last »
GordonGR commented on 2018-01-13 17:52
Adopted and updated.
JonnyJD commented on 2016-05-08 14:07
I fixed the build problem and updated the package.
For reference:
The error message was:
/usr/include/glib-2.0/glib/gtypes.h: In function '_GLIB_CHECKED_ADD_U64':
/usr/include/glib-2.0/glib/gmacros.h:217:53: error: size of array '_GStaticAssertCompileTimeAssertion_0' is negative
The solution was to force
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
as suggested here were the problem started with glib 2.48:
https://github.com/i-rinat/apulse/issues/37
disastro commented on 2016-05-08 10:26
In addition to being outdated, it also doesn't build without change.
http://pastebin.ca/3594613 happens on both 0.12.2 and 0.13.2
JonnyJD commented on 2015-06-25 12:33
@GordonGR:
libass introduced some assembler code for optimizations, processed with yasm.
The configure.ac tested $host for 64 bit so yasm produced 64 bit objects, leading to the error message. I explicitely set --host=i686-linux-gnu for configure to fix that.
Other tools also use yasm, but the configure script of ffmpeg and such are a bit more intelligent in that regard, I guess.
An easier option would be --disable-asm, but that also disables the performance optimizations.
GordonGR commented on 2015-06-25 12:09
I'm not completely sure what you did, but thank you, it's been driving me insane. I've been trying to build this package since its update in [extra].
FadeMind commented on 2015-06-24 16:35
lib32-libass 0.12.2-2 built fine. Thanks.
JonnyJD commented on 2015-06-24 16:15
@FadeMind:
Try again, I just removed a workaround where I patched configure.ac
@GordonGR and others:
I fixed the YASM problem mentioned below and updated to 0.12.2
FadeMind commented on 2015-06-24 16:11
Unable to build. Missing aclocal-1.14.
full log: https://pastebin.com/YhmzaXcT
GordonGR commented on 2014-10-29 13:20
Joseph: I do, yes.
JDaff: Thank you.
JDaff commented on 2014-10-28 22:05
OK for the moment I took it back to its original package because when I made the change i did not have an issue with it. I will be working on it so that it will be ready for the 0.12.0 version. Sorry about the brokeness.