updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / gimp-git-master / PKGBUILD
blobffc6ebb01edd338ac1eb0aa0865fd9ba504a9d27
1 pkgname=gimp-git-master
2 pkgver=2.7.2
3 pkgrel=1
4 arch=('i686' 'x86_64')
6 pkgdesc="GNU Image Manipulation Program"
7 license=('GPL')
8 url="http://www.gimp.org/"
9 #For changelog: http://gimptest.flamingtext.com:8080/job/gimp-distcheck/changes
11 depends=('gtk2>=2.10' 'lcms>=1.16' 'libxpm>=3.5.6' 'libwmf>=0.2.8' 'libxmu>=1.0.3' 'librsvg>=2.16.1' 'libmng>=1.0.9' 'desktop-file-utils' 'libexif>=0.6.13' 'libart-lgpl>=2.3.19' 'pygtk>=2.10.4' 'dbus-glib' 'gtk-doc' 'gegl-git-master' 'babl-git-master')
12 makedepends=('gutenprint>=5.0.0' 'intltool>=0.35.5' 'libgtkhtml>=2.6.3' 'gnome-python>=2.16.2' 'poppler>=0.6' 'pkgconfig>=0.21' 'libgnomeprintui>=2.18' 'alsa-lib>=1.0.0' 'libtool>=1.5' 'autoconf>=2.54' 'automake>=1.9.6' 'libxslt' 'libwebkit' 'pango' 'gettext' 'git' 'ppl')
13 provides=('gimp')
14 conflicts=('gimp' 'gimp-devel' 'gimp-git' 'gimp-nightly')
16 options=('!libtool' '!makeflags')
17 source=("http://db.tt/K7evfgH")
18 md5sums=('fee7aae1c1b66d8a235521e5488bdc4a')
20 build() {
21         cd $srcdir/gimp-$pkgver
22         ./configure --prefix=/usr --sysconfdir=/etc --enable-mp --enable-gimp-console --disable-devel-docs --enable-python --with-gif-compression=lzw --without-aa
23         make || return 1
25 package(){
26         cd $srcdir/gimp-$pkgver
27         make DESTDIR=$pkgdir install-strip || return 1