Magellan Linux

Diff of /branches/magellan-next/core/graphviz/graphviz-2.26.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7262 by niro, Wed Oct 13 08:30:03 2010 UTC revision 7269 by niro, Wed Oct 13 11:09:43 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="Graphviz - Graph Visualization Software."  DESCRIPTION="Graphviz - Graph Visualization Software."
11  HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/"  HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/"
12    
13  DEPEND=">= sys-libs/zlib-1.2  DEPEND=">= dev-libs/expat-2
14     >= sys-libs/zlib-1.2
15   >= media-libs/libpng-1.4   >= media-libs/libpng-1.4
16   >= media-libs/libjpeg-8   >= media-libs/libjpeg-8
17   >= media-libs/freetype-2-4"   >= media-libs/freetype-2.4
18     >= media-libs/fontconfig-2.8
19     >= media-libs/gd-2.0.35
20     >= gnome-base/librsvg-2.32
21     >= x11-libs/libxaw-1
22     >= x11-libs/cairo-1.8"
23    
24  SDEPEND=">= sys-apps/sed-4"  SDEPEND=">= sys-apps/sed-4"
25    
# Line 33  src_compile() Line 39  src_compile()
39  {  {
40   cd ${SRCDIR}   cd ${SRCDIR}
41    
42   mconfigure --with-mylibgd --without-tcl --without-tk || die   mconfigure \
43     --enable-ltdl \
44     --with-png \
45     --with-jpeg \
46     --with-gd \
47     --with-freetype2 \
48     --with-fontconfig \
49     --with-pangocairo \
50     --without-gtk \
51     --without-gnomegui \
52     --disable-tcl \
53     --disable-tk \
54     --disable-sharp \
55     --disable-ruby \
56     --disable-python \
57     --disable-lua \
58     --disable-guile \
59     --disable-perl \
60     --disable-java \
61     || die
62    
63   mmake || die   mmake || die
64  }  }

Legend:
Removed from v.7262  
changed lines
  Added in v.7269