Date: Friday, February 26, 2010 @ 23:25:53
  Author: eric
Revision: 70509

upgpkg: imagemagick 6.6.0.0-1
Upstream update

Modified:
  imagemagick/trunk/ChangeLog
  imagemagick/trunk/PKGBUILD
Deleted:
  imagemagick/trunk/add_delegate.patch

--------------------+
 ChangeLog          |    5 +++++
 PKGBUILD           |   17 ++++++++---------
 add_delegate.patch |    8 --------
 3 files changed, 13 insertions(+), 17 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog   2010-02-27 03:25:16 UTC (rev 70508)
+++ ChangeLog   2010-02-27 04:25:53 UTC (rev 70509)
@@ -1,3 +1,8 @@
+2010-02-26  Eric Belanger  <[email protected]>
+
+       * imagemagick 6.6.0.0-1
+       * Upstream update
+
 2010-02-14  Eric Belanger  <[email protected]>
 
        * imagemagick 6.5.9.5-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-02-27 03:25:16 UTC (rev 70508)
+++ PKGBUILD    2010-02-27 04:25:53 UTC (rev 70509)
@@ -6,21 +6,21 @@
 # Just uninstalling ImageMagick before build fails as it is used during the 
build processs
 
 pkgname=imagemagick
-pkgver=6.5.9.5
+pkgver=6.6.0.0
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
 license=('custom')
-depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript' 
'openexr>=1.6.1' 'libtool' 'heimdal' 'bzip2' 'libxml2' 'jasper')
+depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript' 'openexr' 
'libtool' 'heimdal' 'bzip2' 'libxml2' 'jasper')
 makedepends=('imagemagick')
 options=('!makeflags' '!docs')
-source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.bz2
 \
-        libpng_mmx_patch_x86_64.patch add_delegate.patch 
perlmagick.rpath.patch)
-md5sums=('ee8f6c42f982fe785c5df8f89e6deb91' '069980fc2590c02aed86420996259302'\
-         '7f5851c4450b73d52df55c7e806cc316' 'ff9974decbfe9846f8e347239d87e4eb')
-sha1sums=('31e4bfcdaed0569a0352cae5aaaaee0ffaed4df8' 
'e42f3acbe85b6098af75c5cecc9a254baaa0482c'\
-         '19b40dcbc5bf8efb8ce7190fed17e2921de32ea5' 
'23405f80904b1de94ebd7bd6fe2a332471b8c283')
+source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
+        libpng_mmx_patch_x86_64.patch perlmagick.rpath.patch)
+md5sums=('f761490fc7120088ba6e7b6952717636' '069980fc2590c02aed86420996259302'\
+         'ff9974decbfe9846f8e347239d87e4eb')
+sha1sums=('7bfa3333a810c460950209cc9b0c86abd641ff0c' 
'e42f3acbe85b6098af75c5cecc9a254baaa0482c'\
+         '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {
   cd "${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}"
@@ -29,7 +29,6 @@
     patch -Np1 < ../libpng_mmx_patch_x86_64.patch || return 1
   fi
 
-  patch -p0 < ../add_delegate.patch || return 1
   patch -p0 < ../perlmagick.rpath.patch || return 1
 
  # When there is a soname bump, remove 'LIBS=-lMagickWand' from configure line 
and build/install. Then, readd 'LIBS=-lMagickWand' and build/install twice.

Deleted: add_delegate.patch
===================================================================
--- add_delegate.patch  2010-02-27 03:25:16 UTC (rev 70508)
+++ add_delegate.patch  2010-02-27 04:25:53 UTC (rev 70509)
@@ -1,8 +0,0 @@
---- config/delegates.xml.in.orig       2008-03-29 23:25:03.000000000 -0400
-+++ config/delegates.xml.in    2008-03-29 23:27:35.000000000 -0400
-@@ -103,4 +103,5 @@
-   <delegate decode="xps:color" stealth="True" 
command="&quot;@XPSDelegate@&quot; -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE 
-dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 
&quot;-sdevi...@xpscolordevice@&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u 
&quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-   <delegate decode="xps:cmyk" stealth="True" 
command="&quot;@XPSDelegate@&quot; -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE 
-dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 
&quot;-sdevi...@xpscmykdevice@&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u 
&quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-   <delegate decode="xps:mono" stealth="True" 
command="&quot;@XPSDelegate@&quot; -dQUIET -dPARANOIDSAFER -dBATCH -dNOPAUSE 
-dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=0 
&quot;-sdevi...@xpsmonodevice@&quot; -dTextAlphaBits=%u -dGraphicsAlphaBits=%u 
&quot;-r%s&quot; %s &quot;-sOutputFile=%s&quot; &quot;%s&quot;"/>
-+  <delegate decode="dvi" command="&quot;dvips&quot; -q -o &quot;%o&quot; 
&quot;%i&quot;"/>
- </delegatemap>

Reply via email to