diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-23 08:17:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-23 08:17:26 +0000 |
commit | ee456357bd6e3c9abb7a02ee7d6bd63772463857 (patch) | |
tree | 961d1cdd191da30ce66987ff2f11579b413f679b /main/gegl | |
parent | 3bc4c5957d851c41823286cbfd9628ec93673490 (diff) | |
download | aports-ee456357bd6e3c9abb7a02ee7d6bd63772463857.tar.bz2 aports-ee456357bd6e3c9abb7a02ee7d6bd63772463857.tar.xz |
main/gegl: enable jasper and exif support
Diffstat (limited to 'main/gegl')
-rw-r--r-- | main/gegl/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/main/gegl/APKBUILD b/main/gegl/APKBUILD index 06031b12ba..c788cc03a4 100644 --- a/main/gegl/APKBUILD +++ b/main/gegl/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gegl pkgver=0.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="Graph based image processing framework" url="http://www.gegl.org/" arch="all" license="GPL3 LGPL3" -makedepends="babl-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev lua-dev" +makedepends="babl-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev + lua5.1-dev jasper-dev exiv2-dev" subpackages="$pkgname-dev $pkgname-lang" source="http://ftp.gimp.org/pub/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2 " @@ -29,8 +30,11 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ - --with-librsvg \ --disable-docs \ + --with-exiv2 \ + --with-jasper \ + --with-librsvg \ + --with-lua \ || return 1 make || return 1 } |