Date: Saturday, January 16, 2010 @ 23:58:26
  Author: eric
Revision: 63340

upgpkg: imagemagick 6.5.9.0-1
    Upstream update, Built against libpng 1.4/libjpeg 8

Modified:
  imagemagick/trunk/ChangeLog
  imagemagick/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   16 ++++------------
 2 files changed, 9 insertions(+), 12 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog   2010-01-17 00:57:19 UTC (rev 63339)
+++ ChangeLog   2010-01-17 04:58:26 UTC (rev 63340)
@@ -1,3 +1,8 @@
+2010-01-14  Eric Belanger  <[email protected]>
+
+       * imagemagick 6.5.9.0-1
+       * Upstream update
+
 2009-12-12  Eric Belanger  <[email protected]>
 
        * imagemagick 6.5.8.5-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-01-17 00:57:19 UTC (rev 63339)
+++ PKGBUILD    2010-01-17 04:58:26 UTC (rev 63340)
@@ -1,26 +1,20 @@
 # $Id$
 # Maintainer: Eric Belanger <[email protected]>
 
-# NOTE: To circumvent linking problems (FS#10574), this package must now be 
built the following way:
-# install old package, build new package, install new package, rebuild
-# Just uninstalling ImageMagick before build fails as it is used during the 
build processs
-
 pkgname=imagemagick
-pkgver=6.5.8.5
+pkgver=6.5.9.0
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
 license=('custom')
 depends=('lcms>=1.18-2' 'libwmf>=0.2.8.4-5' 'librsvg' 'libxt' 'gcc-libs' 
'ghostscript>=8.64-6' 'openexr>=1.6.1' 'libtool>=2.2' 'heimdal>=1.2.1' 'bzip2' 
'libxml2' 'jasper')
-makedepends=('imagemagick')
-#makedepends=('ghostscript' 'openexr')
 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=('bf34ec0e7eca940989fb3f79a353d621' '069980fc2590c02aed86420996259302'\
+md5sums=('58130d17863449ad1b7c6d04cee95943' '069980fc2590c02aed86420996259302'\
          '7f5851c4450b73d52df55c7e806cc316' 'ff9974decbfe9846f8e347239d87e4eb')
-sha1sums=('f33bcce33cb8ca379de20958419cb8dcb8b86230' 
'e42f3acbe85b6098af75c5cecc9a254baaa0482c'\
+sha1sums=('6819bd66e8bc4f9825af7904e78f79878277ac1e' 
'e42f3acbe85b6098af75c5cecc9a254baaa0482c'\
          '19b40dcbc5bf8efb8ce7190fed17e2921de32ea5' 
'23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {
@@ -32,10 +26,8 @@
 
   patch -p0 < ../add_delegate.patch || return 1
   patch -p0 < ../perlmagick.rpath.patch || return 1
-  sed -i "s/with_autotrace='no'/with_autotrace='yes'/" configure || 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.
-  LIBS=-lMagickWand ./configure --prefix=/usr --without-modules 
--disable-static --enable-openmp \
+  ./configure --prefix=/usr --without-modules --disable-static --enable-openmp 
\
               --with-x --with-wmf --with-openexr --with-xml \
               --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
               --with-perl --with-perl-options="INSTALLDIRS=vendor" \

Reply via email to