Magellan Linux

Contents of /trunk/extras/gimp/gimp-2.6.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4504 - (show annotations) (download)
Wed Dec 23 22:44:31 2009 UTC (14 years, 4 months ago) by niro
File size: 1929 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="gimp"
4 PVER="2.6.7"
5 PBUILD="r1"
6
7 PCATEGORIE="media-gfx"
8 STATE="unstable"
9
10 DESCRIPTION="The Gimp - GNU Image Manipulation Program."
11 HOMEPAGE="http://www.gimp.org/"
12
13 DEPEND=">= dev-libs/glib2-2.22
14 >= x11-libs/gtk2+-2.18
15 >= x11-libs/pango-1.26
16 >= dev-libs/libxml2-2.7
17 >= dev-libs/libxslt-1.1.26
18 >= x11-themes/hicolor-icon-theme-0.11
19 >= media-libs/freetype-2.3.9
20 >= media-libs/fontconfig-2.7
21 >= media-libs/libart_lgpl-2.3.20
22 >= media-libs/libpng-1.2.40
23 >= media-libs/libjpeg-7
24 >= media-libs/libexif-0.6.18
25 >= media-libs/libtiff-3.9
26 >= media-libs/libmng-1.0.10
27 >= media-libs/libwmf-0.2.8.4
28 >= media-libs/lcms-1.18
29 >= media-libs/alsa-lib-1.0.21
30 >= sys-libs/zlib-1.2
31 >= gnome-base/librsvg-2.26
32 >= gnome-extra/gtkhtml-3.28
33 >= app-text/poppler-glib-0.12
34 >= dev-lang/python-2.6
35 >= dev-python/pygtk-2.16
36 >= sys-apps/dbus-1.3
37 >= dev-libs/dbus-glib-0.82
38 >= sys-apps/hal-0.5.13
39 >= net-misc/curl-7
40 >= media-libs/gegl-0.1.0"
41
42 SDEPEND=">= dev-util/pkgconfig-0.23
43 >= dev-util/intltool-0.37
44 >= sys-dev/gettext-0.17"
45
46 SRCFILE="${PNAME}-${PVER}.tar.bz2"
47 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
48
49 sminclude mtools mbuild
50
51 SRC_URI=(
52 ftp://ftp.gimp.org/pub/${PNAME}/v${PVER:0:3}/${SRCFILE}
53 mirror://${PNAME}/${SRCFILE}
54 )
55
56 # grep only 'stable' releases
57 UP2DATE="updatecmd ${HOMEPAGE}/downloads/ | grep '[0-9].[02468].[0-9].tar.bz2' | sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'"
58
59 src_compile()
60 {
61 cd ${SRCDIR}
62
63 # gutenprint provides the gimp plugin !
64 mconfigure \
65 --enable-default-binary \
66 --with-x \
67 --with-alsa \
68 --with-dbus \
69 --with-hal \
70 --with-lcms \
71 --with-libcurl \
72 --with-libpng \
73 --with-libjpeg \
74 --with-libexif \
75 --with-libtiff \
76 --with-libmng \
77 --with-librsvg \
78 --with-poppler \
79 --with-wmf \
80 --without-aa \
81 --without-gvfs \
82 --without-gnomevfs \
83 --enable-python \
84 --enable-gtkhtml2 \
85 --disable-gnome \
86 --disable-print \
87 --disable-debug \
88 || die
89
90 mmake || die
91 }

Properties

Name Value
svn:keywords Id