diff options
author | Sascha Paunovic <azarus@posteo.net> | 2018-06-03 17:53:35 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 11:53:13 +0300 |
commit | 488c5e412cf61e781be4787348a1b6eb109690ba (patch) | |
tree | 5a619f055f9bee4c9a1afbadb444a5517db767ce /community/gimp/APKBUILD | |
parent | 7fe9dd2a07f52ae954b6c8f9a913ef6482fb90b9 (diff) | |
download | aports-488c5e412cf61e781be4787348a1b6eb109690ba.tar.bz2 aports-488c5e412cf61e781be4787348a1b6eb109690ba.tar.xz |
community/gimp: upgrade to 2.10.2
Diffstat (limited to 'community/gimp/APKBUILD')
-rw-r--r-- | community/gimp/APKBUILD | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/community/gimp/APKBUILD b/community/gimp/APKBUILD index 9fe1e2d356..ace8dbe7e2 100644 --- a/community/gimp/APKBUILD +++ b/community/gimp/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gimp -pkgver=2.8.22 -pkgrel=2 +pkgver=2.10.2 +pkgrel=0 pkgdesc="GNU Image Manipulation Program" url="https://www.gimp.org/" arch="all" @@ -10,16 +10,11 @@ license="GPL-3.0-or-later" depends="dbus" makedepends="gtk+-dev libxpm-dev libxmu-dev librsvg-dev dbus-glib-dev libexif-dev desktop-file-utils intltool gegl-dev tiff-dev - libjpeg-turbo-dev libpng-dev iso-codes-dev lcms2-dev poppler-dev babl-dev" + libjpeg-turbo-dev libpng-dev iso-codes-dev lcms2-dev poppler-dev + babl-dev gexiv2-dev glib-networking xz-dev poppler-dev mypaint-brushes + libmypaint-dev poppler-data" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://download.gimp.org/mirror/pub/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2 - CVE-2017-17784.patch - CVE-2017-17785.patch - CVE-2017-17786-1.patch - CVE-2017-17786-2.patch - CVE-2017-17787.patch - CVE-2017-17789.patch - " +source="https://download.gimp.org/mirror/pub/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" # secfixes: @@ -42,8 +37,6 @@ build() { --enable-mp \ --enable-gimp-console \ --disable-python \ - --with-gvfs \ - --with-gif-compression=lzw \ --without-aa make } @@ -59,10 +52,4 @@ dev() { mv "$pkgdir"/usr/bin/gimptool* "$subpkgdir"/usr/bin } -sha512sums="84a78d428282538b606b3cd1ff571e52c3d828fceade171b2012bc1cdcb85919fc7734e7e6c45ed3a8683657fa580412b32c1b511b8a512172a8c1df930493e6 gimp-2.8.22.tar.bz2 -8feab75b01c8d5d57bf869f64ca377f8cfb239079fba97f66bf34f341d9d15f9a8e403b1fe04d27bdbb39151f99a208aa5236c8dd0b6afeac45400a29efa0da7 CVE-2017-17784.patch -51794739489a5e8babbc13c426dc34172caeab07cc8a64b5a8f19a4b88b736e3c9801cc4dadf6848b1e49031d2f1c7a336403a470a26a9ad8cad0a485a8342bd CVE-2017-17785.patch -d4887c49cf73c8f0238c338137ac94854524daea8535e206e34a9dfdb63dbc9ec91839d01085c484c995b26882215b652f4f7e23aa614f29272b5a18c8afc019 CVE-2017-17786-1.patch -24d02cff72ec684aafd2cc6006955f283e6d5e102c37be0b426cade34219022a8225b367643ce3cfd786425fe53005e7db6a595ba507c7eacf402eebe2b44fa0 CVE-2017-17786-2.patch -438376075d0a46809fd5f12f3d364b914c989ca512739b69da0f609100525da8dbc525ce57c144b5388eec525fd2d7b5c8098e63ddb70c68c186dee9b2ce7b83 CVE-2017-17787.patch -f2f4aff0f0478356513a1f6da0732c5d0986ef1deb7b8e68bd283b7259887cf9a4d4785f00e48f03892cc86aa715b9764302640b2b891ab16617ef595ab779b8 CVE-2017-17789.patch" +sha512sums="6e351294e018a9f879993700355bdf5f10bccc6862604ae1950c4d235d32cdfcd6a0195b37377819adeef53ab3d24f32ed1de60cba6bafe58608ed0906a6fbcf gimp-2.10.2.tar.bz2" |