[arch-commits] Commit in imagemagick/repos (3 files)

Eric Belanger eric at archlinux.org
Sun Sep 21 04:12:22 UTC 2008


    Date: Sunday, September 21, 2008 @ 00:12:22
  Author: eric
Revision: 12800

Merged revisions 12799 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/imagemagick/trunk

........
  r12799 | eric | 2008-09-21 00:11:54 -0400 (Sun, 21 Sep 2008) | 2 lines
  
  upgpkg: imagemagick 6.4.3.6-1
      Upstream update, Added JPEG2000 support (close FS#10544)
........

Modified:
  imagemagick/repos/extra-x86_64/	(properties)
  imagemagick/repos/extra-x86_64/ChangeLog
  imagemagick/repos/extra-x86_64/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   15 ++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)


Property changes on: imagemagick/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /imagemagick/trunk:1-9861
   + /imagemagick/trunk:1-12799

Modified: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2008-09-21 04:11:54 UTC (rev 12799)
+++ extra-x86_64/ChangeLog	2008-09-21 04:12:22 UTC (rev 12800)
@@ -1,3 +1,9 @@
+2008-09-06  Eric Belanger  <eric at archlinux.org>
+
+	* imagemagick 6.4.3.6-1
+	* Upstream update
+	* Added JPEG2000 support (close FS#10544)
+
 2008-08-19  Eric Belanger  <eric at archlinux.org>
 
 	* imagemagick 6.4.2.10-1

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-09-21 04:11:54 UTC (rev 12799)
+++ extra-x86_64/PKGBUILD	2008-09-21 04:12:22 UTC (rev 12800)
@@ -8,20 +8,20 @@
 # install old package, build new package, install new package, rebuild
 
 pkgname=imagemagick
-pkgver=6.4.2.10
+pkgver=6.4.3.6
 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' 'libtool>=2.2' 'bzip2' 'libxml2')
+depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript' 'openexr' 'libtool>=2.2' 'bzip2' 'libxml2' 'jasper')
 #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)
-md5sums=('f60ae313a2cc2fcc980543165e7ebaf4' '069980fc2590c02aed86420996259302'\
+md5sums=('b0582da2ab81bad07ccb68fd013e629a' '069980fc2590c02aed86420996259302'\
          '7f5851c4450b73d52df55c7e806cc316')
-sha1sums=('0c45712a07b0d337ac4130c3ad605566d013ea3f'
+sha1sums=('2773860b5f80c42919ab39772b6f2325310ac0f6'
           'e42f3acbe85b6098af75c5cecc9a254baaa0482c'
           '19b40dcbc5bf8efb8ce7190fed17e2921de32ea5')
 
@@ -33,12 +33,13 @@
   fi
 
   patch -p0 < ../add_delegate.patch || return 1
+  sed -i "s/with_autotrace='no'/with_autotrace='yes'/" configure || return 1
 
-  LIBS=-lMagickWand ./configure --prefix=/usr --without-modules --disable-static --disable-openmp \
-              --with-x --with-wmf --with-openexr \
+  LIBS=-lMagickWand ./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" \
-              --without-gvc --without-djvu --without-jp2 \
+              --without-gvc --without-djvu --with-jp2 \
               --without-jbig --without-fpx --without-dps || return 1
 
   make || return 1




More information about the arch-commits mailing list