commit 5ffda76c4b9bd5edcbe8024f80fc0a0e3ea099fd Author: Juergen Daubert <jue@jue.li> Date: Mon Aug 19 14:17:31 2019 +0200 [notify] imagemagick: update to 7.0.8-61, new dependency chrpath diff --git a/imagemagick/.signature b/imagemagick/.signature index 110ee84ec..9dc9285f9 100644 --- a/imagemagick/.signature +++ b/imagemagick/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Sbpcf99AkZC/wMBwjf8D8Sdxx5IgPyxRqZpNQJ57XuLt3gDJ6KXEi4LEkvdMSudUOSQdZZDXG45BMatCJIJuAw= -SHA256 (Pkgfile) = 55c3cc9507c6c9e6b5fec1c6e7eee2f9bf503c0596d60e6c6c9901b218cad1fc +RWSE3ohX2g5d/exCd+9crGVoJPhA9MqmYC1XNW2f8wUr3KNzYEu9QIqlwiYW+60ML6JvtRr+NNAwubsuDvczaW3p3CcoZv5JVgQ= +SHA256 (Pkgfile) = 9bb49bc7fdd77a6c137081d110110262bdad1924f6a7d891f6f81942e4b6b2d2 SHA256 (.footprint) = 48c9cb17e55a45ee9cab9fc3b1a4b2fb6c16ca0b420098ba5072950761923b46 -SHA256 (ImageMagick-7.0.8-60.tar.xz) = d2dbd0f95a5622eaab877968a7cc8363ffda59fe0f507d99e775bdb68964819c +SHA256 (ImageMagick-7.0.8-61.tar.xz) = a8559e51eff5c146d7d3c0e90db4ea2b7e0a19c5359383751ed04b6db074b7d9 diff --git a/imagemagick/Pkgfile b/imagemagick/Pkgfile index 5b7ab297b..925d117a0 100644 --- a/imagemagick/Pkgfile +++ b/imagemagick/Pkgfile @@ -1,11 +1,10 @@ # Description: Image manipulation wizard # URL: http://www.imagemagick.org/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Packager: danm, maol, jaeger, sip -# Depends on: util-linux lcms2 pango xorg-libxt +# Depends on: util-linux lcms2 pango xorg-libxt chrpath name=imagemagick -version=7.0.8-60 +version=7.0.8-61 release=1 source=(https://www.imagemagick.org/download/releases/ImageMagick-$version.tar.xz) @@ -21,12 +20,10 @@ build () { make make DESTDIR=$PKG install - # rebuild perl binding .so files to remove bogus workdir rpath - cd PerlMagick - find . -name '*.so' -delete - sed -i 's,LD_RUN_PATH="$(LD_RUN_PATH)" ,,' quantum/Makefile - make DESTDIR=$PKG install + # remove bogus workdir rpath from perl modules + find $PKG/usr/lib/perl5 -name '*.so' -exec chrpath -d {} + + # cleanup rm -r $PKG/usr/share/doc find $PKG -regex '.*\(ChangeLog\|LICENSE\|NEWS\.txt\)$' -delete find $PKG -regex '.*\(\.packlist\|perllocal.pod\|\.bs\)$' -delete