summaryrefslogtreecommitdiffstats
path: root/package/aubio
Commit message (Collapse)AuthorAgeFilesLines
* aubio: bump to version 0.4.6Fabrice Fontaine2018-06-092-3/+6
| | | | | | | Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/a*/Config.in: fix help text wrappingAdam Duskett2017-05-111-4/+4
| | | | | | | | | | | | | | The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter a in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: bump to version 0.4.5Romain Naour2017-05-042-4/+5
| | | | | | | | | | Since aubio 0.4.4, the libsamplerate support require fftw single precision mode [1]. [1] https://github.com/aubio/aubio/commit/8be88e77f5c275fdf4efc99ae182d14940948786 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: disable unit tests with --notestsRomain Naour2016-12-112-63/+4
| | | | | | | | | For each build step, --notests needs to be passed to waf script to avoid runing the unit tests. This allow to remove the patch removing the unit tests from wscript. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: add upstream hash linkRomain Naour2016-12-041-1/+1
| | | | | | | | | | Paul Brossier, the aubio maintainer, added a sha256 hash for the Buildroot package. Thanks ! https://github.com/aubio/aubio/issues/77 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: add ffmpeg libav optional dependencyRomain Naour2016-12-041-2/+8
| | | | | | | | | Aubio libav support require libavcodec, libavformat, libavutil and libavresample. Enable libav support only when BR2_PACKAGE_FFMPEG_AVRESAMPLE is set. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: add fftw optional dependencyRomain Naour2016-12-041-3/+13
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: add jack2 optional dependencyRomain Naour2016-12-041-1/+7
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: add libsamplerate optional dependencyRomain Naour2016-12-041-1/+7
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: add libsndfile optional dependencyRomain Naour2016-12-041-1/+7
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/aubio: new packageRomain Naour2016-12-044-0/+110
Aubio attempt to build aubio.so shared library so disable it for static build only. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud