summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-09-24 10:31:25 +0800
committerlilac2018-09-24 10:31:25 +0800
commit076190c810697ca5877d747d5c7ec5b48f350928 (patch)
treee082890b18ef8b7668e110a2ec28501783635a1c
parent6c14f1c11a79a9257c8fe884903f9856243cb6bd (diff)
downloadaur-076190c810697ca5877d747d5c7ec5b48f350928.tar.gz
update by lilac
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dadbc73d6b2..98df4145e973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imagemagick-fftw
pkgdesc = An image viewing/manipulation program
- pkgver = 7.0.8.11
+ pkgver = 7.0.8.12
pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
@@ -22,6 +22,7 @@ pkgbase = imagemagick-fftw
makedepends = ghostpcl
makedepends = ghostxps
makedepends = libheif
+ makedepends = jbigkit
makedepends = fftw
depends = libltdl
depends = lcms2
@@ -31,11 +32,11 @@ pkgbase = imagemagick-fftw
depends = libraqm
depends = libpng
depends = libxml2
- source = https://www.imagemagick.org/download/releases/ImageMagick-7.0.8-11.tar.xz
- source = https://www.imagemagick.org/download/releases/ImageMagick-7.0.8-11.tar.xz.asc
+ source = https://www.imagemagick.org/download/releases/ImageMagick-7.0.8-12.tar.xz
+ source = https://www.imagemagick.org/download/releases/ImageMagick-7.0.8-12.tar.xz.asc
source = arch-fonts.diff
validpgpkeys = D8272EF51DA223E4D05B466989AB63D48277377A
- sha256sums = c15f14c054b4fde417e7b82c23950047203f81e582de7f1270cf3bdfa8a38a03
+ sha256sums = 48df5877fe85603940310fe5c811a89af416882b60379918a95dcd4de6582b55
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
@@ -52,7 +53,7 @@ pkgname = libmagick-fftw
optdepends = openexr: OpenEXR support
optdepends = openjpeg2: JPEG2000 support
optdepends = pango: Text rendering
- provides = libmagick=7.0.8.11
+ provides = libmagick=7.0.8.12
conflicts = libmagick
options = !emptydirs
options = libtool
@@ -70,9 +71,9 @@ pkgname = libmagick-fftw
backup = etc/ImageMagick-7/type-ghostscript.xml
pkgname = imagemagick-fftw
- depends = libmagick-fftw=7.0.8.11-1
+ depends = libmagick-fftw=7.0.8.12-1
optdepends = imagemagick-doc: manual and API docs
- provides = imagemagick=7.0.8.11
+ provides = imagemagick=7.0.8.12
conflicts = imagemagick
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index e9277417af66..e35253acedc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# $Id$
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgbase=imagemagick-fftw
pkgname=(libmagick-fftw imagemagick-fftw)
-pkgver=7.0.8.11
+pkgver=7.0.8.12
pkgrel=1
pkgdesc="An image viewing/manipulation program"
url="https://www.imagemagick.org/"
@@ -11,13 +10,13 @@ arch=(x86_64)
license=(custom)
depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif 'fftw')
+ chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit 'fftw')
checkdepends=(gsfonts ttf-dejavu)
_relname=ImageMagick-${pkgver%%.*}
_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
arch-fonts.diff)
-sha256sums=('c15f14c054b4fde417e7b82c23950047203f81e582de7f1270cf3bdfa8a38a03'
+sha256sums=('48df5877fe85603940310fe5c811a89af416882b60379918a95dcd4de6582b55'
'SKIP'
'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae
@@ -64,8 +63,7 @@ build() {
--with-fftw \
--without-fpx \
--without-gcc-arch \
- --without-gvc \
- --without-jbig
+ --without-gvc
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}