iscsi-target: Add package iscsi-target
[vuplus_openembedded] / packages / gimp / gimp.inc
1 DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
2 HOMEPAGE = "http://www.gimp.org"
3 SECTION = "x11/graphics"
4 LICENSE = "GPL"
5
6 DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff"
7
8 SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \
9                  file://configure-libwmf.patch;patch=1"
10
11 inherit autotools pkgconfig
12
13 FILES_gimp-dbg =+ "${libdir}/gimp/2.0/modules/.debug \
14                    ${libdir}/gimp/2.0/plug-ins/.debug"
15
16 #Don't laugh, this just builds a threaded gimp
17 EXTRA_OECONF = " --disable-gtktest \
18                 --disable-print \
19                 --disable-python \
20                 --enable-mp \
21                 --without-libwmf"
22
23 do_configure_append() {
24         find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
25 }
26
27
28 do_stage() {
29         autotools_stage_all
30 }
31
32 FILES_${PN} += "${datadir}/icons \
33                 ${datadir}/mime-info \
34                 ${datadir}/application-registry "
35
36 FILES_${PN}-dbg += "${libdir}/gimp/2.0/plug-ins/.debug \
37                     ${libdir}/gimp/2.0/modules/.debug"
38