1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
Commit graph

16 commits

Author SHA1 Message Date
Newbyte
b50811c161 testing/agg: build with sdl12-compat-dev
I have no idea what this is used for. Grepping for agg-dev gives me
zero results and the original commit message said that it's
"predominantly" used by gnash, the GNU Flash Player thing, which no
longer seems to be in aports anyway, so I don't know how to test
whether this works. Maybe it would be wise to drop it.

Part of https://gitlab.alpinelinux.org/alpine/aports/-/issues/12739
2022-02-10 15:18:07 +00:00
Leo
f7b64cab73 testing/*: merge multiple options declarations, remove duplicates 2021-01-26 04:54:19 -03:00
Leo
edc438a8a9 testing/agg: remove conflict marker 2019-06-13 16:51:59 -03:00
Leo
dd0e14603b testing/agg: fix build, import patches from Arch Linux 2019-06-13 15:40:57 -03:00
Natanael Copa
81ee7070d0 testing/agg: disable on armv7 due to build failure 2019-06-13 09:46:22 +00: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
William Pitcock
21f9a5053c testing/agg: make -j1 for now due to aarch64 build race 2017-10-19 04:49:55 +00:00
Bradley J Chambers
243e268169 testing/agg: new aport
http://www.antigrain.com
Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written
completely in standard and platform independent C++.
2017-10-19 04:46:27 +00:00
Carlo Landmeter
b6af1e02ef testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:

* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
  maintain it for you) for a minimum of 6 months ask it to be moved to community
2016-08-25 15:26:24 +02:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Fabian Affolter
86671a3988 testing/agg: specifiy license 2013-11-20 10:27:28 +00:00
Natanael Copa
028edd8d60 main/agg: fix building with automake-1.12 2012-10-30 10:45:28 +00:00
Natanael Copa
1299f9d662 testing/agg: remove *.la 2011-07-01 12:42:09 +00:00
Natanael Copa
2dcc3fd13d testing/agg: minor cleanup and build fix 2010-12-21 15:05:52 +00:00
William Pitcock
5018558124 testing/agg: dependency fixup 2010-12-21 08:53:13 -06:00
William Pitcock
54fc45c66c testing/agg: move agg to testing/agg. 2010-12-21 08:39:39 -06:00