|
Lines 13-19
Link Here
|
| 13 |
LICENSE="gd IJG HPND BSD" |
13 |
LICENSE="gd IJG HPND BSD" |
| 14 |
SLOT="2/3" |
14 |
SLOT="2/3" |
| 15 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
15 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" |
| 16 |
IUSE="fontconfig jpeg png static-libs truetype webp xpm zlib" |
16 |
IUSE="fontconfig jpeg png static-libs +tiff truetype webp xpm zlib" |
| 17 |
|
17 |
|
| 18 |
# fontconfig has prefixed font paths, details see bug #518970 |
18 |
# fontconfig has prefixed font paths, details see bug #518970 |
| 19 |
REQUIRED_USE="prefix? ( fontconfig )" |
19 |
REQUIRED_USE="prefix? ( fontconfig )" |
|
Lines 21-26
Link Here
|
| 21 |
RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) |
21 |
RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) |
| 22 |
jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) |
22 |
jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) |
| 23 |
png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] ) |
23 |
png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] ) |
|
|
24 |
tiff? ( media-libs/tiff[${MULTILIB_USEDEP}] ) |
| 24 |
truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] ) |
25 |
truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] ) |
| 25 |
webp? ( media-libs/libwebp[${MULTILIB_USEDEP}] ) |
26 |
webp? ( media-libs/libwebp[${MULTILIB_USEDEP}] ) |
| 26 |
xpm? ( >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] ) |
27 |
xpm? ( >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] ) |
|
Lines 49-54
Link Here
|
| 49 |
$(use_enable static-libs static) \ |
50 |
$(use_enable static-libs static) \ |
| 50 |
$(use_with fontconfig) \ |
51 |
$(use_with fontconfig) \ |
| 51 |
$(use_with png) \ |
52 |
$(use_with png) \ |
|
|
53 |
$(use_with tiff) \ |
| 52 |
$(use_with truetype freetype) \ |
54 |
$(use_with truetype freetype) \ |
| 53 |
$(use_with jpeg) \ |
55 |
$(use_with jpeg) \ |
| 54 |
$(use_with webp) \ |
56 |
$(use_with webp) \ |