summaryrefslogtreecommitdiffstats
path: root/package/openal
Commit message (Collapse)AuthorAgeFilesLines
* openal: Bump to version 1.18.2André Hentschel2018-04-032-2/+2
| | | | | Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/openal: bump version to 1.18.1Bernd Kuhls2017-09-172-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/openal: bump version to 1.18.0André Hentschel2017-07-227-222/+2
| | | | | | | | | | Patches 0001 to 0004 were upstream backports, so they have been dropped. Patch 0005 has been upstreamed as commit https://github.com/kcat/openal-soft/commit/af5fb3d6e73ac5e7f015011974c7a7443ae6744b. Therefore, all 5 patches are dropped. Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: don't download patches from GithubThomas Petazzoni2017-07-037-9/+167
| | | | | | | | Patches downloaded from Github are not stable, so bring them in the tree. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: use SPDX short identifier for LGPLv2/LGPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2/LGPLv2+ is LGPL-2.0/LGPL-2.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2(\+)?/LGPL-2.0\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: Disable build also for examples and testsAndré Hentschel2016-09-171-2/+2
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/a11eab534b8642077705d891329c1fd40d394419 Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: Use upstream patch to fix aarch64 buildAndré Hentschel2016-09-132-1/+3
| | | | | Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: use upstream patch to detect run-time NEON supportAndré Hentschel2016-09-112-1/+5
| | | | | | Signed-off-by: André Hentschel <nerv@dawncrow.de> [Thomas: download patches directly from Github.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: add upstream patch to fix FPU related build failuresAndré Hentschel2016-09-112-0/+3
| | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/b57/b5777a0ed33f6bb7a5fc0486ea21ecef58615dac/build-end.log Signed-off-by: André Hentschel <nerv@dawncrow.de> [Thomas: - download patch directly from Github. - add reference to autobuilder failure.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: fix atomic handlingThomas Petazzoni2016-02-063-0/+74
| | | | | | | | | | | | | | | openal can uses __atomic_*() intrinsics when available, or fall-back on __sync_*() built-ins. This commit adjusts the package to take into account for those dependencies, and makes sure we link against libatomic when gcc >= 4.8 so that the __atomic_*() intrinsics can be used on all architectures. Fixes: http://autobuild.buildroot.org/results/314fb8da3ca87984e9240d67ff233e2f999ae89e/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* package/openal: bump version to 1.17.2Bernd Kuhls2016-01-302-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openal: Don't build utilitiesAndré Hentschel2015-12-191-0/+3
| | | | | | | | | | Also fixes: http://autobuild.buildroot.net/results/be8df2bcb1af6dc553b5d4e31a926baf9f942249/ http://autobuild.buildroot.net/results/a1fd410ef06441e69e508ec42fad35bde1513582/ http://autobuild.buildroot.net/results/1f1306b2139efc940a0b0e4829ab6b5aaafc8823/ Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: needs NPTL threadsGustavo Zacarias2015-12-161-3/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/ef2/ef22efa0f8a73458852b529a32a7f21e9c72caa8/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: Add jack2 dependencyAndré Hentschel2015-12-131-0/+7
| | | | | Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: Bump to 1.17.1André Hentschel2015-12-132-2/+2
| | | | | | | | | Fixes http://autobuild.buildroot.org/results/3b8/3b8dadb1fcb71dae3daf500df95e270c2f86ec3b/ by fixing the jack without pulseaudio bug Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: New packageAndré Hentschel2015-12-133-0/+55
[Thomas: remove bogus comment about thread dependency.] Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud