- Jan 12, 2020
-
-
Romain Naour authored
Alure doesn't use/need an external minimp3 library. Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
The opus option is available only when libogg is detected by the build system. Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
Alure doesn't use/need flac package as dependency. Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
Use the latest commit since there is no release since 1.2 (8 years ago). While testing with test-pkg, the last build issue was due to the gcc 4.8.3 compiler missing C++11 feature: "std::list.erase(const_iterator pos) not implemented" [1] arm-none-linux-gnueabi/include/c++/4.8.3/bits/vector.tcc:134:5: note: no known conversion for argument 1 from '__gnu_cxx::__normal_iterator<const alure::Source*, std::vector<alure::Source> >' to 'std::vector<alure::Source>::iterator {aka __gnu_cxx::__normal_iterator<alure::Source*, std::vector<alure::Source> >} https://github.com/kcat/alure/blob/14beed2a86d5a36030e907b21c46614d505f07cd/src/context.cpp#L1357 [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57158 Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Pierre-Jean Texier authored
See changelog https://github.com/vsergeev/python-periphery/blob/master/CHANGELOG.md Signed-off-by:
Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit 57fbebac60f5247744882b3729ee9b2dc32c8f15) [Peter: drop Makefile changes] Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
Commit d4716b1e forgot to update hash of license file. This file was updated with a "MIT License" line: https://github.com/SCons/scons/commit/3243305c08dd93b16ae0024780a38ad51dacd5e1 Fixes: - http://autobuild.buildroot.org/results/43547a6015cbd0db7a9e8e7bbe7c60029db20511 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- Jan 11, 2020
-
-
Pierre-Jean Texier authored
Signed-off-by:
Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
- Fix CVE-2019-14491: An issue was discovered in OpenCV before 3.4.7 and 4.x before 4.1.1. There is an out of bounds read in the function cv::predictOrdered<cv::HaarEvaluator> in modules/objdetect/src/cascadedetect.hpp, which leads to denial of service. - Fix CVE-2019-14492: An issue was discovered in OpenCV before 3.4.7 and 4.x before 4.1.1. There is an out of bounds read/write in the function HaarEvaluator::OptFeature::calc in modules/objdetect/src/cascadedetect.hpp, which leads to denial of service. - atomic workaround is not needed since version 3.4.8 and https://github.com/opencv/opencv/commit/464972855e25f71667009b8fe88092d11aab0297 - Update hash of license file (Xperience.AI added: https://github.com/opencv/opencv/commit/766465ce9483c20d54bfce422d285c077f6502bd ) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Seiderer authored
Fixes: - http://autobuild.buildroot.net/results/17802b5ad87f494a86d158f2547e68edddcc0a68 ../../src/util.h:377:21: error: static declaration of 'gettid' follows non-static declaration static inline pid_t gettid(void) ^~~~~~ In file included from .../host/aarch64-buildroot-linux-gnu/sysroot/usr/include/unistd.h:1170, from .../host/aarch64-buildroot-linux-gnu/sysroot/usr/include/daq_common.h:25, from .../host/aarch64-buildroot-linux-gnu/sysroot/usr/include/daq.h:26, from ../../src/decode.h:48, from ../../src/spo_plugbase.h:31, from ../../src/snort.h:36, from sfcontrol.c:37: .../host/aarch64-buildroot-linux-gnu/sysroot/usr/include/bits/unistd_ext.h:34:16: note: previous declaration of 'gettid' was here extern __pid_t gettid (void) __THROW; ^~~~~~ Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Peter Seiderer authored
In commit fe4b9321 ("package/libpcap: remove unnecessary dependency on zlib"), the depedency of libpcap on zlib was removed as it was not needed. However, it was thanks to this dependency that the snort package satisfied its dependency on zlib, which is now missing. This commit fixes that by adding a dependency of snort on zlib. Fixes: checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no ERROR! zlib header not found, go get it from http://www.zlib.net Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Option to disable fluidsynth is --disable-music-midi-fluidsynth since version 2.0.0 and https://github.com/SDL-mirror/SDL_mixer/commit/9fe78ec49f083e4f85e10abb9f1cbe7d6187d6b0 Before this commit, the configure option was --disable-music-fluidsynth-midi (and not --disable-fluidsynth) Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Install fluidsynth to staging to be able to use it in vlc, sdl2_mixer and gst1-plugins-bad Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Titouan Christophe authored
Signed-off-by:
Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
Since [1], glibc package has a new option to install glibc utils to the target. But this option is displayed below "Kernel Header Options". As for uClibc package, add a comment line to separate Glibc options from kernel header options. [1] c6cd512f Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
- Drop USE_FIXEDPOINT, remove since version 0.80.0 and https://gitlab.freedesktop.org/poppler/poppler/commit/5b81ab6ce06f60daa63029a3eb12cd31d6852799 - Add hash for license file Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bernd Kuhls authored
Fixes: http://autobuild.buildroot.net/results/70f/70fd6609fffdaa07be583420dab067da27b7d505/ Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Romain Naour authored
- Add harfbuzz and fribifi dependencies for text handling in STK [1]. - Fribidi is now mandatory. - Add optional support for sqlite3 (manage server stats and ban list) [2]. - Add an option to use openssl instead of nettle for cryptography [3]. - Use bundled libmcpp library since there is no such package in Buildroot. - Add license file hash. [1] https://github.com/supertuxkart/stk-code/commit/43d322c6341fcd999cbd14a903ff2e56b88abc5b [2] https://github.com/supertuxkart/stk-code/commit/bcc3aef4c87d8326bcb4206dd4887a38064cc57a [3] https://github.com/supertuxkart/stk-code/commit/173e3907556070f07e1c77ad5ae20d56dad757c2 See: https://github.com/supertuxkart/stk-code/blob/1.1/CHANGELOG.md http://blog.supertuxkart.net/2020/01/supertuxkart-11-released.html Signed-off-by:
Romain Naour <romain.naour@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Bernd Kuhls authored
Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Bernd Kuhls authored
Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Bernd Kuhls authored
Release notes: https://lists.exim.org/lurker/message/20200107.002043.053ca484.en.html Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
Commit ab390616 wrongly added a bluez_utils5 dependency instead of bluez5_utils Fixes: - http://autobuild.buildroot.org/results/942aa07547068c9b47ce50c6dc016ee633e1a1c8 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- Jan 10, 2020
-
-
Bernd Kuhls authored
Fixes: http://autobuild.buildroot.net/results/454/454309539101c55a572c12c699cf3542dfb21637/ Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
This will fix a build failure with libsigrok Fixes: - http://autobuild.buildroot.org/results/005a16e63518716c6e99c74c618d01be453c76d4 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
bluez-utils has been added since version 0.5.2 and https://github.com/sigrokproject/libsigrok/commit/f085705f4888f8127c80539e0fcd1cb3974bdff2 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Pascal de Bruijn authored
Signed-off-by:
Pascal de Bruijn <p.debruijn@unilogic.nl> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Pascal de Bruijn authored
Signed-off-by:
Pascal de Bruijn <p.debruijn@unilogic.nl> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Add hash for license file Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Fabrice Fontaine authored
Fixes: - http://autobuild.buildroot.org/results/de838a843f97673d1381a55fd4e9b07164693913 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-