Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libcdio: fix cdtext-related double free | William Pitcock | 2018-02-21 | 2 | -3/+29 |
| | |||||
* | main/libcdio: modernise, add check | A. Wilcox | 2018-02-16 | 2 | -15/+48 |
| | |||||
* | [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/*: fix homepage url and source from http:// to https:// | Jakub Jirutka | 2017-11-19 | 1 | -1/+1 |
| | | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring. | ||||
* | main/libcdio: upgrade to 0.94 | Natanael Copa | 2017-06-12 | 1 | -5/+3 |
| | |||||
* | main/libcdio: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/libcdio: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/libcdio: 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/libcdio: rebuild against gcc5 libstdc++ | Natanael Copa | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | main/libcdio: linux-headers build fix | Natanael Copa | 2015-04-27 | 1 | -1/+1 |
| | |||||
* | main/*: remove libiconv-dev from makedepends | Natanael Copa | 2015-04-09 | 1 | -3/+0 |
| | |||||
* | main/libcdio: upgrade to 0.93 | Natanael Copa | 2014-11-19 | 1 | -4/+4 |
| | |||||
* | main/libcdio: upgrade to 0.92 | Bartłomiej Piotrowski | 2014-01-16 | 1 | -2/+4 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/libcdio: upgrade to 0.90 | Bartłomiej Piotrowski | 2013-01-24 | 1 | -2/+2 |
| | |||||
* | main/libcdio: upgrade to 0.83 | Natanael Copa | 2012-02-29 | 1 | -6/+20 |
| | |||||
* | main/libcdio: remove *.la files | William Pitcock | 2011-06-29 | 1 | -1/+2 |
| | |||||
* | 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/libcddb,libcdio,wavpack: build fix | Natanael Copa | 2010-09-21 | 1 | -0/+3 |
| | | | | needs libiconv | ||||
* | main/libcdio: new apkbuild | Carlo Landmeter | 2010-09-21 | 1 | -0/+38 |
(cherry picked from commit 9ba235eae5f51306c95780f79baba59061c202d9) |