Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/handbrake: rebuild against fribidi 1.0.1 | William Pitcock | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | [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/ | ||||
* | testing/handbrake: rebuild against x265 2.5 | Natanael Copa | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | testing/handbrake: enable build on ppc64le | Roberto Oliveira | 2017-10-01 | 1 | -1/+2 |
| | |||||
* | testing/handbreak: disable build with (old) webkit | Natanael Copa | 2017-07-18 | 1 | -2/+2 |
| | |||||
* | testing/handbrake: rebuild against x265-2.4 | Leonardo Arena | 2017-06-02 | 1 | -1/+1 |
| | |||||
* | testing/handbrake: modernize APKBUILD | Leonardo Arena | 2017-04-12 | 1 | -23/+16 |
| | |||||
* | testing/handbrake: upgrade to 1.0.7 | Leonardo Arena | 2017-04-12 | 1 | -2/+2 |
| | |||||
* | testing/handbrake: upgrade to 1.0.3 | Natanael Copa | 2017-03-23 | 1 | -6/+7 |
| | |||||
* | testing/handbake: bump pkgrel due to x265 upgrade | Francesco Colista | 2017-02-16 | 1 | -9/+1 |
| | |||||
* | testing/handbrake: fix source url | Jakub Jirutka | 2017-01-08 | 1 | -1/+1 |
| | |||||
* | testing/handbrake: rebuild against libass-0.13.6 | Jakub Jirutka | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | testing/handbrake: rebuild against x264 | Natanael Copa | 2016-05-16 | 1 | -3/+3 |
| | |||||
* | testing/handbreak: rebuild against x256-1.9 | Natanael Copa | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | testing/handbrake: use external libs | Carlo Landmeter | 2015-10-27 | 4 | -14/+156 |
| | |||||
* | testing/handbrake: disable build for x86 | Bartłomiej Piotrowski | 2015-09-07 | 1 | -1/+1 |
| | | | | Compilation fails due to text relocations found. | ||||
* | testing/handbrake: build fix | Natanael Copa | 2015-09-05 | 1 | -4/+5 |
| | |||||
* | testing/handbreak: split -lang | Natanael Copa | 2015-09-05 | 1 | -13/+10 |
| | |||||
* | testing/handbrake: new aport video transcoding tool | Nathan Angelacos | 2015-09-05 | 1 | -0/+56 |
handbrake package contains the cli handbrake-gtk subpackage contains the gui |