Files
haikuports/media-libs/libass
TheOneric afabe47345 libass: update to 0.17.1, enable assembly and cleanup (#7949)
* 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
2023-03-13 10:33:53 +01:00
..