Diff libopenraw-0.3.3 with a libopenraw-0.3.6
/usr/portage/media-libs/libopenraw/libopenraw-0.3.6.ebuild 2023-10-09 14:52:31.688368406 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
# Run cargo-build or cargo fetch in lib/mp4 to get this list |
|
7 |
CRATES=" |
|
8 |
ahash-0.7.6 |
|
9 |
aho-corasick-0.7.18 |
|
10 |
atty-0.2.14 |
|
11 |
autocfg-1.0.0 |
|
12 |
bitreader-0.3.2 |
|
13 |
byteorder-1.2.2 |
|
14 |
cfg-if-0.1.10 |
|
15 |
cfg-if-1.0.0 |
|
16 |
env_logger-0.8.4 |
|
17 |
fallible_collections-0.4.4 |
|
18 |
getrandom-0.2.7 |
|
19 |
hashbrown-0.11.2 |
|
20 |
hermit-abi-0.1.8 |
|
21 |
humantime-2.1.0 |
|
22 |
libc-0.2.126 |
|
23 |
log-0.4.17 |
|
24 |
memchr-2.5.0 |
|
25 |
num-traits-0.2.15 |
|
26 |
once_cell-1.12.0 |
|
27 |
regex-1.5.6 |
|
28 |
regex-syntax-0.6.26 |
|
29 |
static_assertions-1.1.0 |
|
30 |
termcolor-1.1.3 |
|
31 |
version_check-0.9.4 |
|
32 |
wasi-0.11.0+wasi-snapshot-preview1 |
|
33 |
winapi-0.3.8 |
|
34 |
winapi-i686-pc-windows-gnu-0.4.0 |
|
35 |
winapi-util-0.1.5 |
|
36 |
winapi-x86_64-pc-windows-gnu-0.4.0 |
|
37 |
" |
|
38 | ||
6 |
CRATES=" " |
|
39 | 7 |
inherit cargo gnome2-utils |
40 | 8 | |
41 | 9 |
DESCRIPTION="RAW image formats decoding library" |
42 | 10 |
HOMEPAGE="https://libopenraw.freedesktop.org/" |
43 | 11 |
SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.xz" |
44 |
SRC_URI+=" $(cargo_crate_uris)" |
|
45 | 12 | |
46 |
LICENSE="GPL-3 LGPL-3" |
|
13 |
# MPL-2.0 for mp4parse (https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/15) |
|
14 |
LICENSE="GPL-3 LGPL-3 MPL-2.0" |
|
47 | 15 |
SLOT="0/9" |
48 |
KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-macos" |
|
16 |
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" |
|
49 | 17 |
IUSE="gtk test" |
50 | 18 |
RESTRICT="!test? ( test )" |
51 | 19 |