pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/deforaos-icon-theme
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 22 11:37:18 UTC 2016
Modified Files:
pkgsrc/graphics/deforaos-icon-theme: distinfo
Added Files:
pkgsrc/graphics/deforaos-icon-theme/patches: patch-src_convert.sh
Log Message:
Unbreak build with newer ImageMagick versions.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/deforaos-icon-theme/distinfo
cvs rdiff -u -r0 -r1.3 \
pkgsrc/graphics/deforaos-icon-theme/patches/patch-src_convert.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/deforaos-icon-theme/distinfo
diff -u pkgsrc/graphics/deforaos-icon-theme/distinfo:1.6 pkgsrc/graphics/deforaos-icon-theme/distinfo:1.7
--- pkgsrc/graphics/deforaos-icon-theme/distinfo:1.6 Wed Sep 14 00:44:35 2016
+++ pkgsrc/graphics/deforaos-icon-theme/distinfo Thu Dec 22 11:37:18 2016
@@ -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
Added files:
Index: pkgsrc/graphics/deforaos-icon-theme/patches/patch-src_convert.sh
diff -u /dev/null pkgsrc/graphics/deforaos-icon-theme/patches/patch-src_convert.sh:1.3
--- /dev/null Thu Dec 22 11:37:18 2016
+++ pkgsrc/graphics/deforaos-icon-theme/patches/patch-src_convert.sh Thu Dec 22 11:37:18 2016
@@ -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