Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 894 - (show annotations) (download)
Sat Dec 27 23:38:26 2008 UTC (15 years, 4 months ago) by niro
File size: 1119 byte(s)
-ver bump to 1.8.6-r1
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.8.6"
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.34
20 >= media-libs/glitz-0.5"
21
22 SDEPEND=">= dev-util/pkgconfig-0.23
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 # check stable version
36 UP2TAG=releases
37 # check dev version
38 #UP2TAG=snapshots
39 UP2DATE="updatecmd http://cairographics.org/${UP2TAG}/ | grep ]LA.*-${PNAME}- | sed 's/.*ST-${PNAME}-\([0-9\.]*\).*/\1/'"
40
41 src_compile()
42 {
43 mconfigure \
44 --with-x \
45 --enable-png \
46 --enable-glitz \
47 --disable-gtk-doc \
48 --disable-static \
49 || die
50
51 mmake || die
52 }

Properties

Name Value
svn:keywords Id