Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: (Bulk change) Update source urls to https using HTTPS Everywhere | J0WI | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | main/lame: Remove old textrel detection (abuild does it now) | A. Wilcox | 2018-02-26 | 1 | -7/+0 |
| | |||||
* | [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/lame: upgrade to 3.100; modernize | TBK | 2017-11-07 | 6 | -167/+26 |
| | |||||
* | main/lame: security fixes: | Francesco Colista | 2017-08-07 | 4 | -5/+74 |
| | | | | | | | | | | * CVE-2015-9099 * CVE-2015-9100 * CVE-2017-9410 * CVE-2017-9411 * CVE-2017-9412 * CVE-2017-11720 Fixes #7626 | ||||
* | main/lame: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/lame: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/lame: rebuild against ncurses-6.0 | Natanael Copa | 2015-10-15 | 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/lame: fix build on x86 | Timo Teräs | 2015-05-01 | 2 | -1/+39 |
| | |||||
* | main/lame: force automake | Natanael Copa | 2013-08-13 | 1 | -2/+2 |
| | | | | we need new config.sub | ||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/lame: add missing automake files (build fix) | Natanael Copa | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | main/lame: build fix for automake-1.12 | Natanael Copa | 2012-08-17 | 2 | -2/+51 |
| | |||||
* | main/lame: clarified license | Fabian Affolter | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | main/lame: upgrade to 3.99.5 | Natanael Copa | 2012-03-11 | 1 | -2/+2 |
| | |||||
* | main/lame: upgrade to 3.99.4 | Natanael Copa | 2012-02-12 | 1 | -2/+2 |
| | |||||
* | main/lame: upgrade to 3.99.3 | Natanael Copa | 2011-12-02 | 1 | -2/+2 |
| | |||||
* | main/lame: upgrade to 3.99.2 | Natanael Copa | 2011-11-25 | 1 | -2/+2 |
| | |||||
* | main/lame: upgrade to 3.99.1 | Natanael Copa | 2011-11-10 | 2 | -98/+6 |
| | |||||
* | main/lame: fix textrels again | Natanael Copa | 2011-07-01 | 1 | -4/+14 |
| | | | | Use fix from gentoo | ||||
* | main/lame: remove *.la files | William Pitcock | 2011-06-29 | 1 | -1/+2 |
| | |||||
* | main/lame: fix PIC with new nasm | Timo Teräs | 2011-04-01 | 1 | -2/+6 |
| | |||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | 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 |
| | |||||
* | main/lame: upgrade to 3.98.4 | Natanael Copa | 2010-05-29 | 1 | -2/+2 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/lame: upgrade to 3.98.3 | Natanael Copa | 2010-03-31 | 1 | -4/+10 |
| | |||||
* | main/lame: new aport | Natanael Copa | 2009-08-22 | 2 | -0/+126 |
An MP3 encoder and graphical frame analyzer http://lame.sourceforge.net/ |