aboutsummaryrefslogtreecommitdiffstats
path: root/main/libcdio
Commit message (Collapse)AuthorAgeFilesLines
* main/libcdio: fix cdtext-related double freeWilliam Pitcock2018-02-212-3/+29
|
* main/libcdio: modernise, add checkA. Wilcox2018-02-162-15/+48
|
* [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/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-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.94Natanael Copa2017-06-121-5/+3
|
* main/libcdio: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/libcdio: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/libcdio: rebuild against ncurses-6.0Natanael Copa2015-10-151-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/libcdio: rebuild against gcc5 libstdc++Natanael Copa2015-07-241-1/+1
|
* main/libcdio: linux-headers build fixNatanael Copa2015-04-271-1/+1
|
* main/*: remove libiconv-dev from makedependsNatanael Copa2015-04-091-3/+0
|
* main/libcdio: upgrade to 0.93Natanael Copa2014-11-191-4/+4
|
* main/libcdio: upgrade to 0.92Bartłomiej Piotrowski2014-01-161-2/+4
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/libcdio: upgrade to 0.90Bartłomiej Piotrowski2013-01-241-2/+2
|
* main/libcdio: upgrade to 0.83Natanael Copa2012-02-291-6/+20
|
* main/libcdio: remove *.la filesWilliam Pitcock2011-06-291-1/+2
|
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* 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
|
* main/libcddb,libcdio,wavpack: build fixNatanael Copa2010-09-211-0/+3
| | | | needs libiconv
* main/libcdio: new apkbuildCarlo Landmeter2010-09-211-0/+38
(cherry picked from commit 9ba235eae5f51306c95780f79baba59061c202d9)