summaryrefslogtreecommitdiff
path: root/package/libasplib
AgeCommit message (Collapse)Author
2017-02-14libasplib: add url to gcc bug reportWaldemar Brodkorb
Add comment to bug report. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-01-28package/libasplib: Fix time.h includeBernd Kuhls
Fixes http://autobuild.buildroot.net/results/cc0/cc0b928ee24a526b7c82fd3f391e2be024a14578/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-25package/libasplib: fix build error on m68kBernd Kuhls
Patch written by Waldemar Brodkorb: http://lists.busybox.net/pipermail/buildroot/2016-November/177726.html This patch however did not work: "Unfortunately libasplib cmake infrastructure ignores my CMAKE_CXX_FLAGS." To make this patch work libasplib needed to be bumped because the cmake infrastructure was updated back in August 2016 which fixed the problem: https://github.com/AchimTuran/asplib/commit/6326d1f5e8dad9fd9947b7f4688ddddda91e9e9e Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-01-25package/libasplib: bump versionBernd Kuhls
libasplib now contains modules, we enable only those for the moment which do not need external dependencies. We are not in a hurry to fully support all features of this package because the upcoming Kodi release 17.x-Krypton will not carry any ADSP add-ons: https://github.com/xbmc/repo-binary-addons/commit/db3b767309df25daae4f01f01dba85ca7b3464b0 -DASPLIB_MODULES_TO_BUILD=some looks hackish because the default is to enable all modules: https://github.com/AchimTuran/asplib/blob/master/CMakeLists.txt#L35 But -DASPLIB_MODULES_TO_BUILD=OFF does not disable the build of all modules as well because of https://github.com/AchimTuran/asplib/blob/master/asplib_modules/CMakeLists.txt#L19 so I added "some" as fake value. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-02-29libasplib: bump version and change source locationStanislav Vasic
Signed-off-by: Stanislav Vlasic <svlasic@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-28package/libasplib: new packageBernd Kuhls
Needed for upcoming kodi-adsp-biquad-filters package [Thomas: - add dependency on i386 || x86-64 since the <cpuid.h> header is needed - add hash file.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>