Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/alsa-lib: upgrade to 1.1.6, clarify license | prspkt | 2018-04-10 | 1 | -8/+5 |
| | |||||
* | main/alsa-lib: Upgrade to 1.1.5 | Taner Tas | 2018-03-20 | 5 | -492/+3 |
| | | | | | | | | | Four patches seem already applied to 1.1.5. These files can be removed from tree: * alsa-lib-poll.patch * alsa-lib-stdint.patch * ucm_add_limits_h.patch * 0001-snd_user_file-avoid-use-wordexp.patch | ||||
* | main/automake: add check | A. Wilcox | 2018-02-17 | 2 | -4/+91 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/ | ||||
* | main/alsa-lib: avoid using wordexp | Natanael Copa | 2017-07-11 | 2 | -6/+133 |
| | | | | | | | | | | wordexp implementation will execute /bin/sh (as suggested in posix). This breaks firefox sandbox. We also need to expand ~/ so that alsa uses ~/.asoundrc so we cannot just trick the configurescript to think that we dont have wordexp since the fallback code would not expand anything at all. ref #7454 | ||||
* | main/alsa-lib: disable use of wordexp | Natanael Copa | 2017-07-11 | 1 | -1/+5 |
| | | | | | | | | wordexp will execute in a shell, which breaks firefox sandbox. The use of wordexp is questionable so we disable use of wordexp by fooling configure script that we dont have it. ref #7454 | ||||
* | main/alsa-lib: upgrade to 1.1.4.1 | Natanael Copa | 2017-06-12 | 2 | -49/+3 |
| | |||||
* | main/alsa-lib: modernize abuild | tmpfile | 2017-06-06 | 1 | -24/+7 |
| | |||||
* | main/alsa-lib: Fix FTBFS on ppc64le | Breno Leitao | 2017-02-21 | 2 | -3/+51 |
| | | | | | | | | | | | | Currently alsa-libs is FTBFS on ppc64le due to an old code workaround on the linking mechanism. This causes the following error: libasound.so: undefined reference to `.__snd_pcm_hw_params_set_format_first' Removing this legacy workaround to enable alsa lib to build on ppc64le. | ||||
* | main/alsa-lib: Add "limits.h" as a dependency for ucm/parser.c | Breno Leitao | 2017-02-21 | 2 | -3/+17 |
| | | | | | | | | | Currently ucm/parser.c uses PATH_MAX that is defined by limits.h. ucm/parser.c does not include limits.h, thus, it casues a FTBFS on ppc64le On amd64, it does not FTBFS since PATH_MAX seems to come from a different place. | ||||
* | main/alsa-lib: upgrade to 1.1.3 | Natanael Copa | 2016-12-22 | 1 | -4/+4 |
| | |||||
* | main/alsa-lib: upgrade to 1.1.2 | Natanael Copa | 2016-08-04 | 2 | -52/+65 |
| | |||||
* | Revert "main/alsa-lib: upgrade to 1.1.1" | Natanael Copa | 2016-04-08 | 1 | -1/+1 |
| | | | | This reverts commit 5827b7c852f4db86b4df6f4497e9141fa078d796. | ||||
* | main/alsa-lib: upgrade to 1.1.1 | Natanael Copa | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | main/alsa-lib: upgrade to 1.1.1 | Sören Tempel | 2016-04-01 | 1 | -4/+4 |
| | |||||
* | main/alsa-lib: update source url and patches | Timo Teräs | 2016-02-11 | 4 | -50/+209 |
| | | | | fixes #include <sys/poll.h> warnings from public headers | ||||
* | main/alsa-lib: add dbg subpkg | Carlo Landmeter | 2015-11-18 | 1 | -2/+2 |
| | |||||
* | main/alsa-lib: upgrade to 1.1.0 | Carlo Landmeter | 2015-11-18 | 1 | -5/+5 |
| | |||||
* | [various]: rebuild with new binutils for gnu hash | Timo Teräs | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/alsa-lib: linux-headers build fix | Natanael Copa | 2015-04-09 | 1 | -0/+1 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.29 | Natanael Copa | 2015-04-09 | 1 | -4/+4 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.28 | Natanael Copa | 2014-06-18 | 4 | -128/+9 |
| | |||||
* | main/alsa-lib: specify license | Fabian Affolter | 2013-10-31 | 1 | -4/+5 |
| | |||||
* | main/alsa-lib: fix few more public headers to have proper poll.h | Timo Teräs | 2013-10-08 | 2 | -7/+27 |
| | |||||
* | main/alsa-lib: fix musl build | Timo Teräs | 2013-09-27 | 6 | -6/+297 |
| | | | | | fix various idiotic constructs. patches are mostly from sabotage, but some I wrote myself too. | ||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+4 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.27.2 | Natanael Copa | 2013-07-09 | 1 | -4/+4 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.27.1 | Natanael Copa | 2013-05-22 | 1 | -4/+4 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.27 | Natanael Copa | 2013-04-14 | 1 | -2/+4 |
| | |||||
* | main/alsa-lib: changed source entry | Francesco Colista | 2012-10-05 | 1 | -2/+1 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.26 | Natanael Copa | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.25 | Natanael Copa | 2012-01-25 | 1 | -3/+3 |
| | |||||
* | main/alsa-lib: remove *.la files completely | Leonardo Arena | 2011-08-16 | 1 | -2/+2 |
| | |||||
* | main/alsa-lib: remove *.la files | William Pitcock | 2011-06-29 | 1 | -1/+3 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.24.1 | Natanael Copa | 2011-02-01 | 1 | -3/+3 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | ./alsa-lib: move .so to -dev package | Natanael Copa | 2010-07-14 | 1 | -1/+1 |
| | | | | ref #384 | ||||
* | main/alsa-lib: disable versioned symbols | Natanael Copa | 2010-05-10 | 1 | -1/+2 |
| | | | | | | uclibc does not support them. Should make gstreamer alsa plugin work properly. | ||||
* | main/alsa-lib: upgrade to 1.0.23 | Natanael Copa | 2010-05-04 | 1 | -3/+3 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.22 | Natanael Copa | 2010-01-05 | 1 | -5/+4 |
| | |||||
* | main/alsa-lib: tweak config options | Natanael Copa | 2009-12-24 | 2 | -22/+16 |
| | |||||
* | main/alsa-lib: upgrade to 1.0.21a | Natanael Copa | 2009-09-18 | 1 | -3/+3 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 2 | -0/+37 |
and fixed misc build issues |