Magellan Linux

Contents of /trunk/core/cairo/cairo-1.4.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
Original Path: trunk/extras/cairo/cairo-1.4.14-r1.smage2
File size: 919 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/cairo/cairo-1.4.14-r1.smage2,v 1.1 2008/02/13 10:20:40 niro Exp $
2
3 PNAME="cairo"
4 PVER="1.4.14"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Cairo is a 2D graphics library with support for multiple output devices."
11 HOMEPAGE="http://cairographics.org/"
12
13 DEPEND=">= x11-libs/libXrender-0.9
14 >= x11-libs/libX11-1
15 >= x11-libs/libXft-2
16 >= media-libs/fontconfig-2
17 >= media-libs/freetype-2
18 >= sys-libs/zlib-1.2
19 >= media-libs/libpng-1.2.1
20 >= media-libs/glitz-0.5"
21
22 SDEPEND=">= dev-util/pkgconfig-0.20
23 >= x11-proto/renderproto-0.9"
24
25 SRCFILE="${PNAME}-${PVER}.tar.gz"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 sminclude mbuild multilib
29
30 SRC_URI=(
31 http://cairographics.org/releases/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 src_compile()
36 {
37 mconfigure \
38 --with-x \
39 --enable-png \
40 --enable-glitz \
41 --disable-gtk-doc \
42 --disable-static \
43 || die
44
45 mmake || die
46 }

Properties

Name Value
svn:keywords Id