Magellan Linux

Annotation of /trunk/todo/gimp/gimp-2.4.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2313 - (hide annotations) (download)
Thu Jul 9 19:35:24 2009 UTC (14 years, 11 months ago) by niro
File size: 1775 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/gimp/gimp-2.4.6-r1.smage2,v 1.1 2008/06/13 18:23:17 niro Exp $
2    
3     PNAME="gimp"
4     PVER="2.4.6"
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.16
14     >= x11-libs/gtk2+-2.12
15     >= x11-libs/pango-1.20
16     >= dev-libs/libxml2-2.6
17     >= dev-libs/libxslt-1.1
18     >= x11-themes/hicolor-icon-theme-0.10
19     >= media-libs/freetype-2.3
20     >= media-libs/fontconfig-2.5
21     >= media-libs/libart_lgpl-2.3.20
22     >= media-libs/libpng-1.2.24
23     >= media-libs/libjpeg-6b
24     >= media-libs/libexif-0.6
25     >= media-libs/libtiff-3.8
26     >= media-libs/libmng-1.0.10
27     >= media-libs/libwmf-0.2.8.4
28     >= media-libs/lcms-1.17
29     >= media-libs/alsa-lib-1.0.16
30     >= sys-libs/zlib-1.2
31     >= gnome-base/librsvg-2.22
32     >= gnome-extra/libgtkhtml-2.11
33     >= app-text/poppler-glib-0.6.4
34     >= dev-lang/python-2.5
35     >= dev-python/pygtk-2.12
36     >= sys-apps/dbus-1.1
37     >= dev-libs/dbus-glib-0.74
38     >= sys-apps/hal-0.5.10
39     >= net-misc/curl-7"
40    
41     SDEPEND=">= dev-util/pkgconfig-0.23
42     >= dev-util/intltool-0.37
43     >= sys-dev/gettext-0.17"
44    
45     SRCFILE="${PNAME}-${PVER}.tar.bz2"
46     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
47    
48     sminclude mtools mbuild
49    
50     SRC_URI=(
51     ftp://ftp.gimp.org/pub/${PNAME}/v${PVER:0:3}/${SRCFILE}
52     mirror://${PNAME}/${SRCFILE}
53     )
54    
55     src_compile()
56     {
57     cd ${SRCDIR}
58    
59     # gutenprint provides the gimp plugin !
60     mconfigure \
61     --enable-default-binary \
62     --with-x \
63     --with-libpng \
64     --with-libjpeg \
65     --with-libexif \
66     --with-libtiff \
67     --with-libmng \
68     --with-wmf \
69     --enable-librsvg \
70     --enable-lcms \
71     --enable-alsa \
72     --enable-curl \
73     --enable-dbus \
74     --enable-poppler \
75     --enable-python \
76     --enable-gtkhtml2 \
77     --disable-gnome \
78     --disable-print \
79     --disable-debug \
80     || die
81    
82     mmake || die
83     }

Properties

Name Value
svn:keywords Id