[Frugalware-darcs] frugalware-current: imagemagick-6.2.3_5-1-i686
BMH1980
bmh1980de at yahoo.de
Sun Jul 24 21:54:50 CEST 2005
Sun Jul 24 20:45:30 CEST 2005 BMH1980 <bmh1980de at yahoo.de>
* imagemagick-6.2.3_5-1-i686
Version bump
diff -rN -u old-frugalware-current/source/xapps/imagemagick/FrugalBuild new-frugalware-current/source/xapps/imagemagick/FrugalBuild
--- old-frugalware-current/source/xapps/imagemagick/FrugalBuild 2005-07-24 21:52:04.000000000 +0200
+++ new-frugalware-current/source/xapps/imagemagick/FrugalBuild 2005-07-24 20:58:15.000000000 +0200
@@ -1,23 +1,27 @@
-# Last modified: Mon, 18 Jul 2005 02:15:51 +0200
+# Last modified: Sun, 24 Jul 2005 20:44:11 +0200
# Compiling time: ~10 minutes
# Maintainer: Bence Nagy <nagybence at tipogral.hu>
pkgname=imagemagick
-pkgver=6.2.3_4
+pkgver=6.2.3_5
pkgrel=1
pkgdesc="A robust collection of tools and libraries to read, write and manipulate image files"
url="http://www.imagemagick.org"
-depends=('freetype2' 'x' 'libxml2' 'bzip2' 'lcms' 'libtool' 'libpng')
+depends=('freetype2' 'x' 'libxml2' 'bzip2' 'lcms' 'libtool')
groups=('xapps')
archs=('i686' 'x86_64')
up2date="lynx -dump ftp://ftp.imagemagick.net/pub/ImageMagick/ | grep \"[0-9\.-]\+.tar.bz2\" | tail -n 1 | sed \"s/.*ImageMagick-\(.*\).tar.bz2.*/\1/\" | tr '-' '_'"
source=(ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-`echo $pkgver | tr '_' '-'`.tar.bz2)
# lynx -dump ftp://ftp.imagemagick.net/pub/ImageMagick/MD5SUM|grep `echo $pkgver |sed 's/_/-/'`.tar.bz2|sed 's/\([^ ]*\) .*/\1/'
-md5sums=('04408d91bfa2f3c61363eb17305b6bdf')
+md5sums=('89a414754ff01da94c0207e149ed5dac')
build()
{
Fcd ImageMagick-`echo $pkgver | sed "s/\(.*\)_.*/\1/"`
+ # Modifications because bugy Makefile
+ Fsed "Magick++-config.1" "Magick++-config" {Makefile.in,scripts/Makefile.am}
+ cp {ChangeLog,NEWS} Magick++/
+ # /End modifications
Fbuild --with-windows-font-dir=/usr/X11R6/lib/X11/fonts/TTF
Frm /usr/lib/libltdl*
Frm /usr/lib/perl5/?.?.?/
More information about the Frugalware-darcs
mailing list