aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gimp/gimp_2.2.10.bb
blob: 8a9c52a1ce28976c7ea2d1858ff5345f373ba62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION =	"The GIMP is the GNU Image Manipulation Program."
HOMEPAGE = 	"http://www.gimp.org"
LICENSE =	"GPL"
MAINTAINER =	"Koen Kooi <koen@linuxtogo.org>"

SRC_URI =	"ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-${PV}.tar.bz2"

DEPENDS =	"gtk+ jpeg libpng libexif"

inherit autotools pkgconfig
#Don't laugh, this just builds a threaded gimp
EXTRA_OECONF = 	" --disable-gtktest \
		--without-libtiff \
		--disable-print \
		--enable-mp" 

do_configure_append() {
    find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
}