summaryrefslogtreecommitdiff
path: root/extra/gimp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gimp/PKGBUILD')
-rw-r--r--extra/gimp/PKGBUILD21
1 files changed, 15 insertions, 6 deletions
diff --git a/extra/gimp/PKGBUILD b/extra/gimp/PKGBUILD
index cbbcb1ceb..dd3f32de4 100644
--- a/extra/gimp/PKGBUILD
+++ b/extra/gimp/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 198812 2013-11-05 16:40:42Z bpiotrowski $
+# $Id: PKGBUILD 203001 2013-12-31 11:59:50Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
pkgname=gimp
-pkgver=2.8.8
+pkgver=2.8.10
pkgrel=1
pkgdesc="GNU Image Manipulation Program"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gimp.org/"
license=('GPL' 'LGPL')
depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 'dbus-glib' \
- 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 'babl')
+ 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 'babl' 'openexr')
makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 'curl' 'ghostscript')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
'webkitgtk2: for the help browser'
@@ -21,14 +21,23 @@ options=('!makeflags')
conflicts=('gimp-devel')
install=gimp.install
source=(ftp://ftp.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 linux.gpl
- uri-backend-libcurl.patch)
-md5sums=('ef2547c3514a1096931637bd6250635a'
+ uri-backend-libcurl.patch
+ patch_CVE197.patch
+ patch_CVE1913.patch
+ freetype_location.patch)
+md5sums=('84c964aab7044489af69f7319bb59b47'
'bb27bc214261d36484093e857f015f38'
- 'e894f4b2ffa92c71448fdd350e9b78c6')
+ 'e894f4b2ffa92c71448fdd350e9b78c6'
+ '901643efc82fae57af466d8a0a8991ff'
+ 'dcc2acc9f9962a7c83ffb4243c08c469'
+ 'ca0f32cb329ddad8079f8e2c0fc75b29')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
#patch -p1 < ../uri-backend-libcurl.patch
+ patch -p1 < ../patch_CVE1913.patch
+ patch -p1 < ../patch_CVE197.patch
+ patch -p1 < ../freetype_location.patch
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
--enable-mp --enable-gimp-console --enable-gimp-remote \
--enable-python --with-gif-compression=lzw --with-libcurl \