Skip to content

Commit

Permalink
media-libs/gd: add USE=tiff support #572450
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-sc authored and vapier committed Jan 20, 2016
1 parent fb0ed8c commit 90fc13f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion media-libs/gd/gd-2.1.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz"
LICENSE="gd IJG HPND BSD"
SLOT="2/3"
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"
IUSE="fontconfig jpeg png static-libs truetype webp xpm zlib"
IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib"

# fontconfig has prefixed font paths, details see bug #518970
REQUIRED_USE="prefix? ( fontconfig )"

RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] )
truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
webp? ( media-libs/libwebp[${MULTILIB_USEDEP}] )
xpm? ( >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
Expand Down Expand Up @@ -49,6 +50,7 @@ multilib_src_configure() {
$(use_enable static-libs static) \
$(use_with fontconfig) \
$(use_with png) \
$(use_with tiff) \
$(use_with truetype freetype) \
$(use_with jpeg) \
$(use_with webp) \
Expand Down

0 comments on commit 90fc13f

Please sign in to comment.