aboutsummaryrefslogtreecommitdiffstats
path: root/community/gegl
diff options
context:
space:
mode:
Diffstat (limited to 'community/gegl')
-rw-r--r--community/gegl/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD
index cff6892cefc..81a15428ed8 100644
--- a/community/gegl/APKBUILD
+++ b/community/gegl/APKBUILD
@@ -1,16 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gegl
pkgver=0.4.16
-pkgrel=0
+pkgrel=1
pkgdesc="Graph based image processing framework"
url="https://www.gegl.org/"
arch="all"
license="GPL-3.0 LGPL-3.0"
makedepends="babl-dev libpng-dev libjpeg-turbo-dev gtk+-dev librsvg-dev
- lua5.1-dev jasper-dev exiv2-dev json-glib-dev"
+ lua5.1-dev exiv2-dev json-glib-dev"
checkdepends="diffutils"
subpackages="$pkgname-dev $pkgname-lang"
-source="https://download.gimp.org/pub/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
+source="https://download.gimp.org/pub/gegl/${pkgver%.*}/gegl-$pkgver.tar.bz2"
build() {
./configure \
@@ -18,7 +18,7 @@ build() {
--prefix=/usr \
--disable-docs \
--with-exiv2 \
- --with-jasper \
+ --without-jasper \
--with-lua
make
}