pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/deforaos-icon-theme Unbreak build with newer ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cedb7abe1763
branches:  trunk
changeset: 356207:cedb7abe1763
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 22 11:37:18 2016 +0000

description:
Unbreak build with newer ImageMagick versions.

diffstat:

 graphics/deforaos-icon-theme/distinfo                     |   3 ++-
 graphics/deforaos-icon-theme/patches/patch-src_convert.sh |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 09e1ee61a0c0 -r cedb7abe1763 graphics/deforaos-icon-theme/distinfo
--- a/graphics/deforaos-icon-theme/distinfo     Thu Dec 22 11:36:35 2016 +0000
+++ b/graphics/deforaos-icon-theme/distinfo     Thu Dec 22 11:37:18 2016 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/09/14 00:44:35 khorben Exp $
+$NetBSD: distinfo,v 1.7 2016/12/22 11:37:18 joerg Exp $
 
 SHA1 (DeforaOS-Artwork-0.1.3.tar.gz) = 1e519b230ba193a44cac8650cfa8302d71b1ada1
 RMD160 (DeforaOS-Artwork-0.1.3.tar.gz) = f635b072b5849179f9db7f548f8251c39bfeddad
 SHA512 (DeforaOS-Artwork-0.1.3.tar.gz) = 43d35b948d7e546025371be18aa1fea7a4f5ed6b34f6bb9e7efa6c67532b6c2699e201f04eb02039d2b79a3523a09e43a46b34303f534870a46c538d584524f4
 Size (DeforaOS-Artwork-0.1.3.tar.gz) = 21400 bytes
+SHA1 (patch-src_convert.sh) = 2dcc716fbb9d01fb19938be3b08dfbdf80326e4a
diff -r 09e1ee61a0c0 -r cedb7abe1763 graphics/deforaos-icon-theme/patches/patch-src_convert.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/deforaos-icon-theme/patches/patch-src_convert.sh Thu Dec 22 11:37:18 2016 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_convert.sh,v 1.3 2016/12/22 11:37:18 joerg Exp $
+
+Specify input format since recent ImageMagick versions won't auto-detect MVG.
+
+--- src/convert.sh.orig        2016-12-22 01:24:35.867340142 +0000
++++ src/convert.sh
+@@ -540,7 +540,7 @@ _convert()
+               gravity Center
+               text 0,0 '$char'
+       pop graphic-context
+-pop graphic-context" | $DEBUG $CONVERT -background none - \
++pop graphic-context" | $DEBUG $CONVERT -background none mvg:- \
+               -resize "$size" $@ \
+               "$OBJDIR$folder/${stock}.png"                   || return 2
+       done



Home | Main Index | Thread Index | Old Index