Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156028
Collapse All | Expand All

(-)/usr/portage/x11-libs/cairo/cairo-1.2.6.ebuild (-2 / +7 lines)
Lines 2-12 Link Here
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
# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.2 2006/11/18 07:02:29 cardoe Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.2 2006/11/18 07:02:29 cardoe Exp $
4
4
5
inherit eutils flag-o-matic debug
5
inherit autotools eutils flag-o-matic git
6
6
7
DESCRIPTION="A vector graphics library with cross-device output support"
7
DESCRIPTION="A vector graphics library with cross-device output support"
8
HOMEPAGE="http://cairographics.org/"
8
HOMEPAGE="http://cairographics.org/"
9
SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
9
SRC_URI=""
10
11
EGIT_REPO_URI="git://git.cairographics.org/git/cairo"
10
12
11
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
13
LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
12
SLOT="0"
14
SLOT="0"
Lines 30-35 Link Here
30
		svg? ( dev-libs/libxml2 )"
32
		svg? ( dev-libs/libxml2 )"
31
33
32
DEPEND="${RDEPEND}
34
DEPEND="${RDEPEND}
35
		>=dev-util/git-1.4.0
33
		>=dev-util/pkgconfig-0.19
36
		>=dev-util/pkgconfig-0.19
34
		X? ( x11-proto/renderproto )
37
		X? ( x11-proto/renderproto )
35
		doc?	(
38
		doc?	(
Lines 38-43 Link Here
38
				)"
41
				)"
39
42
40
src_compile() {
43
src_compile() {
44
	eautoreconf
45
41
	#gets rid of fbmmx.c inlining warnings
46
	#gets rid of fbmmx.c inlining warnings
42
	append-flags -finline-limit=1200
47
	append-flags -finline-limit=1200
43
48

Return to bug 156028