Search Criteria
Package Details: android-x86-64-freetype2-bootstrap 2.13.3-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/android-x86-64-freetype2-bootstrap.git (read-only, click to copy) |
---|---|
Package Base: | android-x86-64-freetype2-bootstrap |
Description: | Font rasterization library (Android x86-64) |
Upstream URL: | https://www.freetype.org/ |
Licenses: | GPL |
Groups: | android-freetype2-bootstrap |
Conflicts: | android-x86-64-freetype2 |
Provides: | android-x86-64-freetype2 |
Submitter: | hipersayan_x |
Maintainer: | hipersayan_x |
Last Packager: | hipersayan_x |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-02-10 21:18 (UTC) |
Last Updated: | 2024-11-11 18:02 (UTC) |
Dependencies (5)
- android-ndkAUR (android-ndk-10eAUR, android-ndk-14bAUR, android-ndk-11cAUR, android-ndk-16bAUR, android-ndk-r18bAUR, android-ndk-19AUR, android-ndk-20bAUR, android-ndk-r17cAUR, android-ndk-16b-optAUR, android-ndk-25AUR, android-ndk-betaAUR, android-ndk-26AUR)
- android-x86-64-brotliAUR
- android-x86-64-libpngAUR
- android-x86-64-zlibAUR
- android-mesonAUR (make)
Required by (7)
- android-x86-64-ffmpeg (requires android-x86-64-freetype2)
- android-x86-64-fontconfig (requires android-x86-64-freetype2)
- android-x86-64-harfbuzz (requires android-x86-64-freetype2)
- android-x86-64-libass (requires android-x86-64-freetype2)
- android-x86-64-libbluray (requires android-x86-64-freetype2)
- android-x86-64-librsvg (requires android-x86-64-freetype2)
- android-x86-64-libwmf (requires android-x86-64-freetype2)
Latest Comments
Martchus commented on 2024-10-15 16:10 (UTC)
Thanks!
hipersayan_x commented on 2024-10-15 16:01 (UTC)
Will check. I will try to fix it in the meson files if possible while keeping the dependency.
Martchus commented on 2024-10-15 10:01 (UTC)
I noticed that this package links against bzip2 using the absolute path of that library (
/opt/android-libs/x86-64/lib/libbz2.so
) and not just the filename. That is probably going to be very problematic. Not sure how to fix that yet. I only saw this problem on my recent x86-64 build but it looks like my previous aarch64 and armv7a-eabi builds don't even link against bzip2 at all which is yet another problem. (Although maybe also a solution. Better having this library with bzip2 support disabled than having a library that cannot be used at all.)