]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gimp/gimp_2.2.7.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gimp / gimp_2.2.7.bb
1 DESCRIPTION =   "The GIMP is the GNU Image Manipulation Program."
2 HOMEPAGE =      "http://www.gimp.org"
3 LICENSE =       "GPL"
4 MAINTAINER =    "Koen Kooi <koen@handhelds.org>"
5
6 SRC_URI =       "ftp://ftp.gimp.org/pub/gimp/v2.2/gimp-${PV}.tar.bz2"
7
8 DEPENDS =       "gtk+ jpeg libpng libexif"
9
10 inherit autotools pkgconfig
11 #Don't laugh, this just builds a threaded gimp
12 EXTRA_OECONF =  " --disable-gtktest \
13                 --without-libtiff \
14                 --disable-print \
15                 --enable-mp"