[arch-commits] Commit in gmt/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Mon Nov 22 20:23:02 UTC 2021
Date: Monday, November 22, 2021 @ 20:23:01
Author: archange
Revision: 1054365
upgpkg: gmt 6.3.0-1
Modified:
gmt/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-22 19:57:03 UTC (rev 1054364)
+++ PKGBUILD 2021-11-22 20:23:01 UTC (rev 1054365)
@@ -2,15 +2,15 @@
pkgbase=gmt
pkgname=(gmt gmt-doc)
-pkgver=6.2.0
+pkgver=6.3.0
pkgrel=1
pkgdesc="Generic Mapping Tools for manipulating and plotting geographic and cartesian data"
arch=(x86_64)
url="https://www.generic-mapping-tools.org"
license=(LGPL)
-makedepends=(cmake blas curl fftw gdal geos lapack openmp netcdf pcre zlib)
+makedepends=(cmake blas curl ffmpeg fftw gdal geos ghostscript graphicsmagick lapack openmp netcdf pcre zlib)
source=(https://github.com/GenericMappingTools/gmt/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
-sha256sums=(a01f0a14d48bbc0b14855670f366df3cb8238f0ccdfa26fe744968b4f1c14d54)
+sha256sums=('69e29b62ee802a3a64260d6a1e023f1350e3bf4070221aa1307bf8a9e56c1ee5')
build() {
cmake -B build -S ${pkgname}-${pkgver} \
@@ -32,8 +32,9 @@
depends=(blas curl fftw gdal geos lapack openmp netcdf pcre zlib)
optdepends=(
'gmt-doc: documentation'
- 'ghostscript'
- 'python-sphinx'
+ 'ffmpeg: generate movies'
+ 'ghostscript: convert PostScript outputs'
+ 'graphicsmagick: generate animated GIFs'
)
# 'gmt-coast: coastlines'
# 'gmt-dcw: digital chart of the world polygon map'
More information about the arch-commits
mailing list