[arch-commits] Commit in imagemagick/trunk (PKGBUILD imagemagick-inkscape-1.0.patch)

Antonio Rojas arojas at archlinux.org
Sat May 9 11:31:57 UTC 2020


    Date: Saturday, May 9, 2020 @ 11:31:56
  Author: arojas
Revision: 382852

Update to 7.0.10.11

Modified:
  imagemagick/trunk/PKGBUILD
  imagemagick/trunk/imagemagick-inkscape-1.0.patch

--------------------------------+
 PKGBUILD                       |    8 ++++----
 imagemagick-inkscape-1.0.patch |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 07:37:06 UTC (rev 382851)
+++ PKGBUILD	2020-05-09 11:31:56 UTC (rev 382852)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.10.10
-pkgrel=2
+pkgver=7.0.10.11
+pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/"
 arch=(x86_64)
@@ -17,10 +17,10 @@
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
         arch-fonts.diff
         imagemagick-inkscape-1.0.patch)
-sha256sums=('df1a37b73aa49423abb422c2150a0e1436920ba50dfc4377c6a3793f9826e5f1'
+sha256sums=('a06d686bbad1eae663b2571bd7bb45f0e1ba438ed2217863d2e79ab394c5dfbd'
             'SKIP'
             'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-            'c84c7baea1d2397a57a19b3adb8f98fe1c723d55792101ecb3b806320dd28f77')
+            'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
 
 shopt -s extglob

Modified: imagemagick-inkscape-1.0.patch
===================================================================
--- imagemagick-inkscape-1.0.patch	2020-05-09 07:37:06 UTC (rev 382851)
+++ imagemagick-inkscape-1.0.patch	2020-05-09 11:31:56 UTC (rev 382852)
@@ -5,8 +5,8 @@
 @@ -111,7 +111,7 @@
    <delegate decode="sid" command=""@MrSIDDecodeDelegate@" -if sid -i "%i" -of tif -o "%o" > "%u""/>
    <delegate decode="svg" command=""@RSVGDecodeDelegate@" -o "%o" "%i""/>
-   <!-- Change export-png to export-file for inkscape >= 1.0 -->
--  <delegate decode="svg:decode" stealth="True" command=""@SVGDecodeDelegate@" "%s" --export-png="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/>
+   <!-- Change export-file to export-png for inkscape < 1.0 -->
+-  <delegate decode="svg:decode" stealth="True" command=""@SVGDecodeDelegate@" "%s" --export-file="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/>
 +  <delegate decode="svg:decode" stealth="True" command=""@SVGDecodeDelegate@" "%s" --export-filename="%s" --export-dpi="%s" --export-background="%s" --export-background-opacity="%s" > "%s" 2>&1"/>
    <delegate decode="tiff" encode="launch" mode="encode" command=""@LaunchDelegate@" "%i""/>
    <delegate decode="wdp" command="@MVDelegate@ "%i" "%i.jxr"; "@JXRDecodeDelegate@" -i "%i.jxr" -o "%o.bmp"; @MVDelegate@ "%i.jxr" "%i"; @MVDelegate@ "%o.bmp" "%o""/>



More information about the arch-commits mailing list