1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
Commit graph

20 commits

Author SHA1 Message Date
Kevin Daudt
142c02cde3 testing/darktable: upgrade to 2.4.1 2018-01-25 11:24:22 +01:00
Jakub Jirutka
3213f9b84c testing/darktable: build with lua5.3 instead of lua5.2 2017-12-31 20:27:14 +01:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Kevin Daudt
44aed1cba9 testing/darktable: update to 2.4.0 2017-12-27 15:28:39 +01:00
Kevin Daudt
bf18c39efb testing/darktable: upgrade to 2.2.5 2017-10-06 22:35:50 +02:00
Natanael Copa
eae2154208 testing/darktable: use whitelist of supported archs 2017-05-05 19:43:33 +00:00
Kevin Daudt
7ef1648ee0 testing/darktable: upgrade to 2.2.4 2017-04-04 08:38:36 +00:00
William Pitcock
e869608b82 trigger rebuilds on libwebp dependents 2017-02-26 21:26:56 +00:00
Kevin Daudt
e98b2fc4e0 testing/darktable: upgrade to 2.2.2 2017-01-30 11:10:12 +02:00
Francesco Colista
ef98e75192 testing/darktable: bump pkgrel due to colord upgrade 2017-01-19 09:38:19 +00:00
Kevin Daudt
2237722d62 testing/darktable: upgrade to 2.2.0 2016-12-27 09:04:30 +02:00
Kevin Daudt
f52a67261c testing/darktable: update to 2.2.0_rc3 2016-12-18 17:06:47 +01:00
Carlo Landmeter
9af5a5faed testing/darktable: update flickcurl pkgname 2016-12-07 00:29:17 +01:00
Kevin Daudt
769c60e890 testing/darktable: bump to rc2
Add new make dependencies:

- cups
- libjpeg-turbo
- libsecret
- libfliccurl

Specify -DBINARY_PACKAGE_BUILD=ON to prevent -march=native
2016-12-07 00:12:48 +01:00
Jakub Jirutka
b08d250c74 testing/darktable: add ldpath and remove detected deps from depends
All the runtime dependencies are auto-detected by abuild based on
dynamic linking of shared libs.
2016-11-25 22:59:30 +01:00
Kevin Daudt
59122f1069 testing/darktable: update to rc1
Use their provided releases instead of automatic GitHub tarballs.
2016-11-25 22:59:30 +01:00
Kevin Daudt
6df1d86aa9 testing/darktable: move -dev dependencies to makedepends 2016-11-25 22:59:30 +01:00
Jakub Jirutka
f0ceb09bf7 testing/darktable: disable on armhf
-- Performing Test IS_SUPPORTED_PLATFORM - Failed
CMake Error at CMakeLists.txt:105 (MESSAGE):
  The target platform is not supported!
2016-11-19 02:34:57 +01:00
Carlo Landmeter
d28218e57b testing/darktable: fix cmake vars 2016-11-17 15:36:06 +01:00
Kevin Daudt
838767d467 testing/darktable: new package
release candidate with musl support
2016-11-17 14:43:05 +01:00