Magellan Linux

Annotation of /branches/magellan-next/extras/gegl/gegl-0.1.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9529 - (hide annotations) (download)
Mon Dec 5 18:48:12 2011 UTC (12 years, 5 months ago) by niro
File size: 1210 byte(s)
auto added: ver bump to 0.1.6-r1
1 niro 9528 # $Id$
2    
3     PNAME="gegl"
4     PVER="0.1.6"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8    
9     DESCRIPTION="GEGL is a graph based image processing framework."
10     HOMEPAGE="http://www.gegl.org/"
11    
12     DEPEND=">= dev-libs/glib2-2.28
13     >= x11-libs/cairo-1.10
14     >= x11-libs/pango-1.28
15     >= x11-libs/gdk-pixbuf-2.24
16     >= media-libs/babl-0.1.6
17     >= media-libs/libpng-1.5
18     >= media-libs/libjpeg-8
19     >= media-libs/libjasper-1.900
20     >= media-libs/openexr-1.7
21     >= media-gfx/exiv2-0.22
22     >= gnome-base/librsvg-2.34"
23    
24 niro 9529 SDEPEND=">= dev-lang/ruby-1.9"
25 niro 9528
26     SRCFILE="${PNAME}-${PVER}.tar.bz2"
27     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28    
29     sminclude mbuild
30    
31     SRC_URI=(
32     ftp://ftp.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}
33     mirror://${PNAME}/${SRCFILE}
34     )
35    
36     # fixme
37     UP2DATE="echo ${PVER}"
38    
39     src_compile()
40     {
41     cd ${SRCDIR}
42    
43     mconfigure \
44     --disable-debug \
45     --enable-mmx \
46     --enable-sse \
47     --with-pango \
48     --with-gdk-pixbuf \
49     --with-cairo \
50     --with-pangocairo \
51     --with-libjpeg \
52     --with-jasper \
53     --with-libpng \
54     --with-librsvg \
55     --with-openexr \
56     --without-libv4l \
57     --with-exiv2 \
58     --without-libavformat \
59     --without-libopenraw \
60     --without-sdl \
61     --disable-docs \
62     --without-lua \
63     --without-graphiz \
64     --disable-workshop \
65     || die
66    
67     mmake -j1 || die
68     }