Сравнение libimagequant-4.2.0-r2 с libimagequant-4.2.1
/usr/portage/media-gfx/libimagequant/libimagequant-4.2.1.ebuild 2023-10-09 14:52:31.636368404 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
# Autogenerated by pycargoebuild 0.10 |
|
5 | ||
4 | 6 |
EAPI=8 |
5 | 7 | |
6 | 8 |
CRATES=" |
7 |
adler-1.0.2 |
|
8 |
ahash-0.8.3 |
|
9 |
arrayvec-0.7.2 |
|
10 |
autocfg-1.1.0 |
|
11 |
bitflags-1.3.2 |
|
12 |
bytemuck-1.13.1 |
|
13 |
cc-1.0.79 |
|
14 |
cfg-if-1.0.0 |
|
15 |
crc32fast-1.3.2 |
|
16 |
crossbeam-channel-0.5.8 |
|
17 |
crossbeam-deque-0.8.3 |
|
18 |
crossbeam-epoch-0.9.14 |
|
19 |
crossbeam-utils-0.8.15 |
|
20 |
either-1.8.1 |
|
21 |
fallible_collections-0.4.7 |
|
22 |
flate2-1.0.26 |
|
23 |
hashbrown-0.13.2 |
|
24 |
hermit-abi-0.2.6 |
|
25 |
libc-0.2.142 |
|
26 |
lodepng-3.7.2 |
|
27 |
memoffset-0.8.0 |
|
28 |
miniz_oxide-0.7.1 |
|
29 |
num_cpus-1.15.0 |
|
30 |
once_cell-1.17.1 |
|
31 |
rayon-1.7.0 |
|
32 |
rayon-core-1.11.0 |
|
33 |
rgb-0.8.36 |
|
34 |
scopeguard-1.1.0 |
|
35 |
thread_local-1.1.7 |
|
36 |
version_check-0.9.4 |
|
9 |
adler@1.0.2 |
|
10 |
ahash@0.8.3 |
|
11 |
arrayvec@0.7.4 |
|
12 |
autocfg@1.1.0 |
|
13 |
bitflags@2.4.0 |
|
14 |
bytemuck@1.14.0 |
|
15 |
cc@1.0.83 |
|
16 |
cfg-if@1.0.0 |
|
17 |
crc32fast@1.3.2 |
|
18 |
crossbeam-deque@0.8.3 |
|
19 |
crossbeam-epoch@0.9.15 |
|
20 |
crossbeam-utils@0.8.16 |
|
21 |
either@1.9.0 |
|
22 |
fallible_collections@0.4.9 |
|
23 |
flate2@1.0.27 |
|
24 |
hashbrown@0.13.2 |
|
25 |
hermit-abi@0.3.3 |
|
26 |
libc@0.2.148 |
|
27 |
lodepng@3.8.2 |
|
28 |
memoffset@0.9.0 |
|
29 |
miniz_oxide@0.7.1 |
|
30 |
num_cpus@1.16.0 |
|
31 |
once_cell@1.18.0 |
|
32 |
rayon-core@1.12.0 |
|
33 |
rayon@1.8.0 |
|
34 |
rgb@0.8.36 |
|
35 |
scopeguard@1.2.0 |
|
36 |
thread_local@1.1.7 |
|
37 |
version_check@0.9.4 |
|
37 | 38 |
" |
38 | 39 | |
39 | 40 |
inherit cargo |
... | ... | |
41 | 42 |
DESCRIPTION="Palette quantization library that powers pngquant and other PNG optimizers" |
42 | 43 |
HOMEPAGE="https://pngquant.org/lib/" |
43 | 44 |
SRC_URI="https://github.com/ImageOptim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
44 |
SRC_URI+=" $(cargo_crate_uris)" |
|
45 |
SRC_URI+=" ${CARGO_CRATE_URIS}" |
|
45 | 46 |
S="${WORKDIR}"/${P}/imagequant-sys |
46 | 47 | |
47 |
LICENSE="GPL-3" |
|
48 |
LICENSE="GPL-3+" |
|
49 |
# Dependent crate licenses |
|
50 |
LICENSE+=" MIT ZLIB" |
|
48 | 51 |
SLOT="0/0" |
49 |
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~s390 sparc" |
|
52 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~s390 ~sparc" |
|
50 | 53 | |
51 | 54 |
BDEPEND=" |
52 | 55 |
>=dev-util/cargo-c-0.9.11 |