X-Original-To: alpine-aports@lists.alpinelinux.org Received: from kolab.intevation.de (kolab.intevation.de [212.95.107.133]) by lists.alpinelinux.org (Postfix) with ESMTP id 2190C5C62B8 for ; Mon, 10 Sep 2018 09:32:21 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 952206276B for ; Mon, 10 Sep 2018 11:32:20 +0200 (CEST) X-Virus-Scanned: by amavisd-new at intevation.de Received: from kolab.intevation.de ([127.0.0.1]) by localhost (kolab.intevation.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2akbWLyQ_GPx for ; Mon, 10 Sep 2018 11:32:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 3C7E9627A7 for ; Mon, 10 Sep 2018 11:32:18 +0200 (CEST) Received: from intevation.de (t4b.guest.intevation.de [10.42.12.30]) (Authenticated sender: bjoern.schilberg@intevation.de) by kolab.intevation.de (Postfix) with ESMTPSA id 1B9C66276B for ; Mon, 10 Sep 2018 11:32:18 +0200 (CEST) Date: Mon, 10 Sep 2018 11:32:13 +0200 From: Bjoern Schilberg To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/mapserver: upgrade to 7.2.0. Enable protobuffer support. Message-ID: <20180910093210.GA32741@intevation.de> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) --- testing/mapserver/APKBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/testing/mapserver/APKBUILD b/testing/mapserver/APKBUILD index 5711110e3d..2545012bee 100644 --- a/testing/mapserver/APKBUILD +++ b/testing/mapserver/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Bjoern Schilberg # Maintainer: Bjoern Schilberg pkgname=mapserver -pkgver=7.0.7 -pkgrel=1 +pkgver=7.2.0 +pkgrel=0 pkgdesc="MapServer is CGI-based platform for publishing spatial data and interactive mapping applications to the web." url="http://mapserver.org/" arch="x86_64" license="MIT" -depends="geos gdal proj4 cairo curl fcgi freetype libjpeg libpng libxml2 libpq giflib" -depends_dev="cmake postgresql-dev geos-dev gdal-dev jpeg-dev giflib-dev libxml2-dev proj4-dev fcgi-dev curl-dev freetype-dev cairo-dev" +depends="geos gdal proj4 cairo curl fcgi freetype libjpeg libpng libxml2 libpq giflib protobuf-c" +depends_dev="cmake postgresql-dev geos-dev gdal-dev jpeg-dev giflib-dev libxml2-dev proj4-dev fcgi-dev curl-dev freetype-dev cairo-dev protobuf-c-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-dev" @@ -41,7 +41,9 @@ build() { -DWITH_MYSQL=OFF \ -DWITH_FRIBIDI=OFF \ -DWITH_HARFBUZZ=OFF \ - -DWITH_EXEMPI=OFF + -DWITH_EXEMPI=OFF \ + -DWITH_PROTOBUFC=ON + make -j1 || return 1 } @@ -52,4 +54,4 @@ package() { chmod -x "$pkgdir"/usr/include/mapserver/*.h } -sha512sums="94225dbe64edf6623bb5e92649d505809f70f86c24ca06675f6277ac4a161c40c369fd1973db649e6c864fa5e2e4a8a93cbd36d1524297a0e47b96ab59c0941c mapserver-7.0.7.tar.gz" +sha512sums="0a967cb7d7b46d505f6484a65da671cbdf9bf30c1907fbcbe60c6660191bfc5f801a6c8366be140d59152aebda69d5cbfda9f1aa2db25d2942dda7cc624464d4 mapserver-7.2.0.tar.gz" -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---