Skip to content

packages: Don't forget to package libiconv

commit 0e928c6f:

packages: Don't forget to package libiconv
This is needed for zbar. Also add it as an explicit dependency of
libass since it uses it for translating subtitles from various
codepages (such as UTF-16) to UTF-8 and it has an automagic dependency
on it, which means it was already using it.

Closes #221 (closed)

commit 834725e7:

libass.recipe: Don't need to run autoreconf
We do not edit the build files. Also don't need to disable make check,
we don't run it anyway and if it's broken we should investigate.

Merge request reports