From 14205276e50c4d1ad611ec07ad2f3a3825b486ba Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 10 Aug 2019 19:05:50 -0300 Subject: community/gegl: disable support for jasper ref #10717 --- community/gegl/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community') diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD index cff6892cef..81a15428ed 100644 --- a/community/gegl/APKBUILD +++ b/community/gegl/APKBUILD @@ -1,16 +1,16 @@ # Maintainer: Natanael Copa 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 } -- cgit v1.2.3