Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 571654 | Differences between
and this patch

Collapse All | Expand All

(-)libafterimage-1.20.ebuild (-8 / +4 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
Lines 13-19 Link Here
13
13
14
LICENSE="LGPL-2.1"
14
LICENSE="LGPL-2.1"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
16
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
17
IUSE="examples gif jpeg cpu_flags_x86_mmx nls png static-libs svg tiff truetype"
17
IUSE="examples gif jpeg cpu_flags_x86_mmx nls png static-libs svg tiff truetype"
18
18
19
RDEPEND="
19
RDEPEND="
Lines 21-28 Link Here
21
	x11-libs/libXext
21
	x11-libs/libXext
22
	x11-libs/libXrender
22
	x11-libs/libXrender
23
	png?  ( >=media-libs/libpng-1.4:0 )
23
	png?  ( >=media-libs/libpng-1.4:0 )
24
	jpeg? ( virtual/jpeg )
24
	jpeg? ( virtual/jpeg:0 )
25
	gif?  ( media-libs/giflib )
26
	svg? ( gnome-base/librsvg )
25
	svg? ( gnome-base/librsvg )
27
	tiff? ( media-libs/tiff:0 )
26
	tiff? ( media-libs/tiff:0 )
28
	truetype? ( media-libs/freetype )"
27
	truetype? ( media-libs/freetype )"
Lines 42-49 Link Here
42
	epatch "${FILESDIR}"/${PN}-gif.patch
41
	epatch "${FILESDIR}"/${PN}-gif.patch
43
	# fix for libpng15 compability
42
	# fix for libpng15 compability
44
	epatch "${FILESDIR}"/${PN}-libpng15.patch
43
	epatch "${FILESDIR}"/${PN}-libpng15.patch
45
	# fix for gif library bug  #486804
46
	epatch "${FILESDIR}"/${PN}-giflib42.patch
47
	# do not build examples
44
	# do not build examples
48
	sed -i \
45
	sed -i \
49
		-e '/^all:/s/apps//' \
46
		-e '/^all:/s/apps//' \
Lines 64-70 Link Here
64
		$(use_enable cpu_flags_x86_mmx mmx-optimization) \
61
		$(use_enable cpu_flags_x86_mmx mmx-optimization) \
65
		$(use_with png) \
62
		$(use_with png) \
66
		$(use_with jpeg) \
63
		$(use_with jpeg) \
67
		$(use_with gif) \
64
		$(use_with gif builtin-gif) \
68
		$(use_with svg) \
65
		$(use_with svg) \
69
		$(use_with tiff) \
66
		$(use_with tiff) \
70
		$(use_with truetype ttf) \
67
		$(use_with truetype ttf) \
Lines 72-78 Link Here
72
		--enable-sharedlibs \
69
		--enable-sharedlibs \
73
		--with-x \
70
		--with-x \
74
		--with-xpm \
71
		--with-xpm \
75
		--without-builtin-gif \
76
		--without-builtin-jpeg \
72
		--without-builtin-jpeg \
77
		--without-builtin-png \
73
		--without-builtin-png \
78
		--without-builtin-zlib \
74
		--without-builtin-zlib \

Return to bug 571654