Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 900 - (hide annotations) (download)
Sat Dec 27 23:56:59 2008 UTC (15 years, 4 months ago) by niro
File size: 1294 byte(s)
-enabled postscript support
1 niro 894 # $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 niro 899 >= media-libs/glitz-0.5
21     >= x11-libs/libxcb-1.1.93
22     >= x11-libs/xcb-util-0.3
23     >= x11-libs/pixman-0.13.3"
24 niro 894
25     SDEPEND=">= dev-util/pkgconfig-0.23
26 niro 899 >= x11-proto/renderproto-0.9
27     >= x11-proto/xcb-proto-1.3"
28 niro 894
29     SRCFILE="${PNAME}-${PVER}.tar.gz"
30     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
31    
32     sminclude mbuild multilib
33    
34     SRC_URI=(
35     http://cairographics.org/releases/${SRCFILE}
36     mirror://${PNAME}/${SRCFILE}
37     )
38    
39     # check stable version
40     UP2TAG=releases
41     # check dev version
42     #UP2TAG=snapshots
43     UP2DATE="updatecmd http://cairographics.org/${UP2TAG}/ | grep ]LA.*-${PNAME}- | sed 's/.*ST-${PNAME}-\([0-9\.]*\).*/\1/'"
44    
45     src_compile()
46     {
47     mconfigure \
48     --with-x \
49     --enable-png \
50     --enable-glitz \
51 niro 899 --enable-xcb \
52     --enable-pdf \
53     --enable-png \
54 niro 900 --enable-ps \
55 niro 894 --disable-gtk-doc \
56     --disable-static \
57     || die
58    
59     mmake || die
60     }

Properties

Name Value
svn:keywords Id