modules depend on PACKAGE_alsa-lib, and sync to FS latest git HEAD
1. Previous commit (c038dad49a) didn't
seem to fix this issue. Hopefully, this fix that partially
reverts previous commit will.
2. This commit also includes some minor adjusments to modules depend on
PACKAGE_alsa-lib.
3. Synched to FS git HEAD dbfde499a42b4f72eaf5578da2ebc741b85dedb3.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
1. the main package size reduced by separating unneeded modules
2. refresh configure args, some of them were deprecated and unused
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
1. The FS libs/tiff package can make use of liblzma if avaialable. This
fix reverts commit bff1f87ad7. It
checks the CONFIG_PACKAGE_liblzma variable to determine liblzma
and will either pass --enable-lzma or --disable-lzma switch to
configure. For mod-spandsp, +liblzma:liblzma automatically sets
the liblzma dependency flag.
2. Synched to FS git HEAD d35db852a8bcc4fb10e7a8486046aabd45a7f9b2.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
1. Removed +FS_WITH_LZMA:liblzma from call to BuildPlugin spandsp
package that causes a recursive dependency issue.
2. Synched to FS git HEAD 3bd139514993ffa9a4723df4136afa089f57b292.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
git HEAD.
1. The issue was reported by Berni through trac ticket #13728
(https://dev.openwrt.org/ticket/13728).
2. Updated to FS git HEAD 3ec15cce68852fd4dba7336dd7a7a505d143a111
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
1. Added CONFIG_FS_WITH_LZMA var to pass --enable-lzma or
--disable-lzma switch to configure for libs/tiff package.
The switch is determined by the selection of liblzma
package.
2. Synch to FS git HEAD 4eee5aee8c94910f65f47ade4e873aa62e7117eb.
3. Patches refreshed.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
1. Updated to git HEAD 03dcbde8b4a5e2861b848fe6fc0ef04dd915939f
2. Fixed error messages for missing dependency of liblzma.so.5.
FS libs/tiff package auto detects liblzma. As such, when
liblzma is enabled/compiled, libs/tiff will be compiled
and linked to liblzma. As such, package like spandsp which
depends on libs/tiff will be flagged by OpenWRT during
packaging stage for a missing dependency of liblzma.so.5.