Diff imlib2-1.9.1-r1 with a imlib2-1.11.0
/usr/portage/media-libs/imlib2/imlib2-1.11.0.ebuild 2023-10-09 14:52:31.672368405 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
14 | 14 | |
15 | 15 |
LICENSE="BSD" |
16 | 16 |
SLOT="0" |
17 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
17 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
18 | 18 |
IUSE="+X apidoc bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 debug |
19 |
eps +gif +jpeg jpeg2k jpegxl heif lzma mp3 +png +shm static-libs |
|
20 |
svg +tiff +webp zlib" |
|
19 |
eps +filters +gif +jpeg jpeg2k jpegxl heif lzma mp3 packing +png |
|
20 |
+shm static-libs svg +text +tiff +webp zlib" |
|
21 | 21 | |
22 | 22 |
REQUIRED_USE="shm? ( X )" |
23 | 23 | |
... | ... | |
41 | 41 |
tiff? ( >=media-libs/tiff-4.0.4:=[${MULTILIB_USEDEP}] ) |
42 | 42 |
webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] ) |
43 | 43 |
zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] ) |
44 |
!<media-plugins/imlib2_loaders-1.7.0 |
|
44 |
!<media-plugins/imlib2_loaders-1.10.0 |
|
45 | 45 |
" |
46 | 46 |
DEPEND="${RDEPEND} |
47 | 47 |
X? ( x11-base/xorg-proto )" |
... | ... | |
60 | 60 |
$(use_with bzip2 bz2) |
61 | 61 |
$(use_enable debug) |
62 | 62 |
$(multilib_native_use_with eps ps) |
63 |
$(use_enable filters) |
|
63 | 64 |
$(use_with gif) |
64 | 65 |
$(use_with heif) |
65 | 66 |
$(use_with jpeg) |
... | ... | |
67 | 68 |
$(use_with jpegxl jxl) |
68 | 69 |
$(use_with lzma) |
69 | 70 |
$(use_with mp3 id3) |
71 |
$(use_enable packing) |
|
70 | 72 |
$(use_with png) |
71 | 73 |
$(use_with shm x-shm-fd) |
72 | 74 |
$(use_enable static-libs static) |
73 | 75 |
$(use_with svg) |
76 |
$(use_enable text) |
|
74 | 77 |
$(use_with tiff) |
75 | 78 |
$(use_with webp) |
76 | 79 |
$(use_with zlib) |