[arch-commits] Commit in imagemagick/repos (3 files)
Eric Bélanger
eric at archlinux.org
Sat Nov 15 06:06:35 UTC 2008
Date: Saturday, November 15, 2008 @ 01:06:35
Author: eric
Revision: 19148
Merged revisions 18307,19147 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/imagemagick/trunk
........
r18307 | eric | 2008-11-03 22:26:56 -0500 (Mon, 03 Nov 2008) | 1 line
........
r19147 | eric | 2008-11-15 01:06:03 -0500 (Sat, 15 Nov 2008) | 2 lines
upgpkg: imagemagick 6.4.5.6-1
Upstream update
........
Modified:
imagemagick/repos/extra-x86_64/ (properties)
imagemagick/repos/extra-x86_64/ChangeLog
imagemagick/repos/extra-x86_64/PKGBUILD
-----------+
ChangeLog | 5 +++++
PKGBUILD | 13 +++++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
Property changes on: imagemagick/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /imagemagick/trunk:1-17636
+ /imagemagick/trunk:1-19147
Modified: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog 2008-11-15 06:06:03 UTC (rev 19147)
+++ extra-x86_64/ChangeLog 2008-11-15 06:06:35 UTC (rev 19148)
@@ -1,3 +1,8 @@
+2008-11-14 Eric Belanger <eric at archlinux.org>
+
+ * imagemagick 6.4.5.6-1
+ * Upstream update
+
2008-10-26 Eric Belanger <eric at archlinux.org>
* imagemagick 6.4.5.0-1
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-11-15 06:06:03 UTC (rev 19147)
+++ extra-x86_64/PKGBUILD 2008-11-15 06:06:35 UTC (rev 19148)
@@ -8,19 +8,22 @@
# install old package, build new package, install new package, rebuild
pkgname=imagemagick
-pkgver=6.4.5.1
+pkgver=6.4.5.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' 'jasper')
-options=('!makeflags' '!docs' '!libtool')
+#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=('bb56af6fb74e887b0d079e3a350fad03'
- '069980fc2590c02aed86420996259302'
+md5sums=('077d99dd0bed3b011d795ce589ec0724' '069980fc2590c02aed86420996259302'\
'7f5851c4450b73d52df55c7e806cc316')
+sha1sums=('69a084ab28323c4da9de7a29cf66275520773f36'
+ 'e42f3acbe85b6098af75c5cecc9a254baaa0482c'
+ '19b40dcbc5bf8efb8ce7190fed17e2921de32ea5')
build() {
cd ${srcdir}/ImageMagick-${pkgver%.*}
@@ -48,4 +51,6 @@
find ${pkgdir} -name '*.bs' -exec rm {} \; || return 1
find ${pkgdir} -name '.packlist' -exec rm {} \; || return 1
find ${pkgdir} -name 'perllocal.pod' -exec rm {} \; || return 1
+
+ rm -f ${pkgdir}/usr/lib/*.la || return 1
}
More information about the arch-commits
mailing list