Magellan Linux

Annotation of /trunk/extras/gegl/gegl-0.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4503 - (hide annotations) (download)
Wed Dec 23 22:41:09 2009 UTC (14 years, 9 months ago) by niro
File size: 1114 byte(s)
auto added: ver bump to 0.1.0-r1
1 niro 4502 # $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 niro 4503 --without-libopenraw \
56 niro 4502 --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