aboutsummaryrefslogtreecommitdiffstats
path: root/main/alsa-lib
Commit message (Collapse)AuthorAgeFilesLines
* main/alsa-lib: upgrade to 1.2.2Leo2020-02-191-2/+2
|
* main/alsa-lib: upgrade to 1.2.1.2Leo2019-11-301-5/+2
|
* main/alsa-lib: upgrade to 1.2.1.1prspkt2019-11-201-3/+3
|
* main/alsa-lib: upgrade to 1.1.9Rasmus Thomsen2019-06-052-31/+30
|
* main/alsa-lib: upgrade to 1.1.8Natanael Copa2019-01-101-2/+2
|
* main/alsa-lib: upgrade to 1.1.7Francesco Colista2018-10-241-2/+2
|
* main/alsa-lib: upgrade to 1.1.6, clarify licenseprspkt2018-04-101-8/+5
|
* main/alsa-lib: Upgrade to 1.1.5Taner Tas2018-03-205-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 checkA. Wilcox2018-02-172-4/+91
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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 wordexpNatanael Copa2017-07-112-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 wordexpNatanael Copa2017-07-111-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.1Natanael Copa2017-06-122-49/+3
|
* main/alsa-lib: modernize abuildtmpfile2017-06-061-24/+7
|
* main/alsa-lib: Fix FTBFS on ppc64leBreno Leitao2017-02-212-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.cBreno Leitao2017-02-212-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.3Natanael Copa2016-12-221-4/+4
|
* main/alsa-lib: upgrade to 1.1.2Natanael Copa2016-08-042-52/+65
|
* Revert "main/alsa-lib: upgrade to 1.1.1"Natanael Copa2016-04-081-1/+1
| | | | This reverts commit 5827b7c852f4db86b4df6f4497e9141fa078d796.
* main/alsa-lib: upgrade to 1.1.1Natanael Copa2016-04-081-1/+1
|
* main/alsa-lib: upgrade to 1.1.1Sören Tempel2016-04-011-4/+4
|
* main/alsa-lib: update source url and patchesTimo Teräs2016-02-114-50/+209
| | | | fixes #include <sys/poll.h> warnings from public headers
* main/alsa-lib: add dbg subpkgCarlo Landmeter2015-11-181-2/+2
|
* main/alsa-lib: upgrade to 1.1.0Carlo Landmeter2015-11-181-5/+5
|
* [various]: rebuild with new binutils for gnu hashTimo Teräs2015-11-061-1/+1
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/alsa-lib: linux-headers build fixNatanael Copa2015-04-091-0/+1
|
* main/alsa-lib: upgrade to 1.0.29Natanael Copa2015-04-091-4/+4
|
* main/alsa-lib: upgrade to 1.0.28Natanael Copa2014-06-184-128/+9
|
* main/alsa-lib: specify licenseFabian Affolter2013-10-311-4/+5
|
* main/alsa-lib: fix few more public headers to have proper poll.hTimo Teräs2013-10-082-7/+27
|
* main/alsa-lib: fix musl buildTimo Teräs2013-09-276-6/+297
| | | | | fix various idiotic constructs. patches are mostly from sabotage, but some I wrote myself too.
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/alsa-lib: upgrade to 1.0.27.2Natanael Copa2013-07-091-4/+4
|
* main/alsa-lib: upgrade to 1.0.27.1Natanael Copa2013-05-221-4/+4
|
* main/alsa-lib: upgrade to 1.0.27Natanael Copa2013-04-141-2/+4
|
* main/alsa-lib: changed source entryFrancesco Colista2012-10-051-2/+1
|
* main/alsa-lib: upgrade to 1.0.26Natanael Copa2012-09-101-2/+2
|
* main/alsa-lib: upgrade to 1.0.25Natanael Copa2012-01-251-3/+3
|
* main/alsa-lib: remove *.la files completelyLeonardo Arena2011-08-161-2/+2
|
* main/alsa-lib: remove *.la filesWilliam Pitcock2011-06-291-1/+3
|
* main/alsa-lib: upgrade to 1.0.24.1Natanael Copa2011-02-011-3/+3
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* ./alsa-lib: move .so to -dev packageNatanael Copa2010-07-141-1/+1
| | | | ref #384
* main/alsa-lib: disable versioned symbolsNatanael Copa2010-05-101-1/+2
| | | | | | uclibc does not support them. Should make gstreamer alsa plugin work properly.
* main/alsa-lib: upgrade to 1.0.23Natanael Copa2010-05-041-3/+3
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/alsa-lib: upgrade to 1.0.22Natanael Copa2010-01-051-5/+4
|
* main/alsa-lib: tweak config optionsNatanael Copa2009-12-242-22/+16
|