Magellan Linux

Contents of /branches/magellan-next/extras/gegl/gegl-0.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9506 - (show annotations) (download)
Sun Dec 4 18:54:04 2011 UTC (12 years, 5 months ago) by niro
File size: 1114 byte(s)
-imported from trunk
1 # $Id$
2
3 PNAME="gegl"
4 PVER="0.1.0"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="GEGL is a graph based image processing framework."
11 HOMEPAGE="http://www.gegl.org/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= x11-libs/cairo-1.8.8
15 >= x11-libs/pango-1.26
16 >= x11-libs/gtk2+-2.18
17 == media-libs/babl-${PVER}
18 >= media-libs/libpng-1.2.40
19 >= media-libs/libjpeg-7
20 >= media-libs/openexr-1.6
21 >= gnome-base/librsvg-2.26"
22
23 SRCFILE="${PNAME}-${PVER}.tar.bz2"
24 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
25
26 sminclude mbuild
27
28 SRC_URI=(
29 ftp://ftp.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 # fixme
34 UP2DATE="echo ${PVER}"
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 mconfigure \
41 --disable-debug \
42 --enable-mmx \
43 --enable-sse \
44 --with-gtk \
45 --with-pango \
46 --with-gdk-pixbuf \
47 --with-cairo \
48 --with-pangocairo \
49 --with-libjpeg \
50 --with-libpng \
51 --with-librsvg \
52 --with-openexr \
53 --with-libv4l \
54 --without-libavformat \
55 --without-libopenraw \
56 --without-sdl \
57 --disable-docs \
58 --without-graphviz \
59 --without-lua \
60 --without-workshop \
61 || die
62
63 mmake || die
64 }

Properties

Name Value
svn:keywords Id