Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/darktable: upgrade to 2.4.1 | Kevin Daudt | 2018-01-25 | 1 | -3/+3 |
| | |||||
* | testing/darktable: build with lua5.3 instead of lua5.2 | Jakub Jirutka | 2017-12-31 | 1 | -2/+2 |
| | |||||
* | [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/darktable: update to 2.4.0 | Kevin Daudt | 2017-12-27 | 1 | -2/+2 |
| | |||||
* | testing/darktable: upgrade to 2.2.5 | Kevin Daudt | 2017-10-06 | 1 | -2/+2 |
| | |||||
* | testing/darktable: use whitelist of supported archs | Natanael Copa | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | testing/darktable: upgrade to 2.2.4 | Kevin Daudt | 2017-04-04 | 1 | -5/+3 |
| | |||||
* | trigger rebuilds on libwebp dependents | William Pitcock | 2017-02-26 | 1 | -1/+1 |
| | |||||
* | testing/darktable: upgrade to 2.2.2 | Kevin Daudt | 2017-01-30 | 1 | -5/+5 |
| | |||||
* | testing/darktable: bump pkgrel due to colord upgrade | Francesco Colista | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | testing/darktable: upgrade to 2.2.0 | Kevin Daudt | 2016-12-27 | 1 | -4/+4 |
| | |||||
* | testing/darktable: update to 2.2.0_rc3 | Kevin Daudt | 2016-12-18 | 1 | -4/+4 |
| | |||||
* | testing/darktable: update flickcurl pkgname | Carlo Landmeter | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | testing/darktable: bump to rc2 | Kevin Daudt | 2016-12-07 | 1 | -5/+10 |
| | | | | | | | | | | | Add new make dependencies: - cups - libjpeg-turbo - libsecret - libfliccurl Specify -DBINARY_PACKAGE_BUILD=ON to prevent -march=native | ||||
* | testing/darktable: add ldpath and remove detected deps from depends | Jakub Jirutka | 2016-11-25 | 1 | -6/+27 |
| | | | | | All the runtime dependencies are auto-detected by abuild based on dynamic linking of shared libs. | ||||
* | testing/darktable: update to rc1 | Kevin Daudt | 2016-11-25 | 1 | -12/+11 |
| | | | | Use their provided releases instead of automatic GitHub tarballs. | ||||
* | testing/darktable: move -dev dependencies to makedepends | Kevin Daudt | 2016-11-25 | 1 | -6/+7 |
| | |||||
* | testing/darktable: disable on armhf | Jakub Jirutka | 2016-11-19 | 1 | -1/+1 |
| | | | | | | -- Performing Test IS_SUPPORTED_PLATFORM - Failed CMake Error at CMakeLists.txt:105 (MESSAGE): The target platform is not supported! | ||||
* | testing/darktable: fix cmake vars | Carlo Landmeter | 2016-11-17 | 1 | -2/+5 |
| | |||||
* | testing/darktable: new package | Kevin Daudt | 2016-11-17 | 1 | -0/+39 |
release candidate with musl support |