libextractor: update to 1.10
authorRosen Penev <rosenp@gmail.com>
Sat, 1 Aug 2020 18:12:20 +0000 (11:12 -0700)
committerDaniel Golle <dangowrt@users.noreply.github.com>
Sat, 1 Aug 2020 22:06:50 +0000 (23:06 +0100)
commit26b1cc700a838920e490cec1b5111e01850dc538
tree6be7514781e8a424404b3a784742e9e7bac90c51
parent1f3a60acd6ed3e383dcdb896dbb700c3aad0ad3e
libextractor: update to 1.10

Made two compile options dependent on whether or not the plugins are
selected.

Removed autoreconf as autools files are not being patched.

Added PKG_BUILD_PARALLEL for faster compilation.

Added patch to fix compilation with libjpeg-turbo. libjpeg-turbo can be
fixed to include this API, but it's probably better for size reasons to
patch libextractor instead.

Added -liconv since it seems to be needed for some reason.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libextractor/Makefile
libs/libextractor/patches/010-musl.patch
libs/libextractor/patches/020-jpeg.patch [new file with mode: 0644]