mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-12 14:50:08 +02:00
* libass: drop useless dependency libass doesn't use enca anymore since 0.13.0. * libass: drop transitive build dependencies They are added automatically now, but keep transitive non-build dependencies. Also properly mark libintl as a transitive dep, as it is not required by libass itself but only fontconfig. * libass: build with assembly libass contains hand-crafted assembly for 32-bit and 64-bit x86 which requires NASM to build. By default assembly on 32-bit x86 is not fully PIC for performance reasons, so add --with-pic. * libass: disable static library * libass: update to 0.17.1 And delete old libass-0.16.0.recipe