Magellan Linux

Annotation of /branches/R11-unstable/extras/gegl/gegl-0.2.0-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29208 - (hide annotations) (download)
Mon May 29 15:38:31 2017 UTC (6 years, 11 months ago) by niro
Original Path: trunk/extras/gegl/gegl-0.2.0-r7.smage2
File size: 1279 byte(s)
-rebuild against libjpeg-turbo
1 niro 29208 # $Id$
2    
3     PNAME="gegl"
4     PVER="0.2.0"
5     PBUILD="r7"
6    
7     PCAT="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.52
13     >= x11-libs/cairo-1.14
14     >= x11-libs/pango-1.40
15     >= x11-libs/gdk-pixbuf-2.36
16     >= media-libs/babl-0.1.10
17     >= media-libs/libpng-1.5
18     >= virtual/libjpeg
19     >= media-libs/libjasper-2.0
20     >= media-libs/openexr-2.2
21     >= media-gfx/exiv2-0.24
22     >= gnome-base/librsvg-2.40
23     >= sys-libs/libstdc++-6.3"
24    
25     SDEPEND=">= dev-lang/ruby-2.3
26     >= dev-util/intltool-0.50"
27    
28     SRCFILE="${PNAME}-${PVER}.tar.bz2"
29     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
30    
31     sminclude mbuild
32     msetfeature "!check"
33    
34     SRC_URI=(
35     http://download.gimp.org/pub/${PNAME}/${PVER%.*}/${SRCFILE}
36     mirror://${PNAME}/${SRCFILE}
37     )
38    
39     # fixme
40     UP2DATE="echo ${PVER}"
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45    
46     mconfigure \
47     --disable-debug \
48     --enable-mmx \
49     --enable-sse \
50     --with-pango \
51     --with-gdk-pixbuf \
52     --with-cairo \
53     --with-pangocairo \
54     --with-libjpeg \
55     --with-jasper \
56     --with-libpng \
57     --with-librsvg \
58     --with-openexr \
59     --without-libv4l \
60     --with-exiv2 \
61     --without-libavformat \
62     --without-libopenraw \
63     --without-sdl \
64     --disable-docs \
65     --without-lua \
66     --without-graphiz \
67     --disable-workshop \
68     || die
69    
70     mmake -j1 || die
71     }