Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1d8eeb8c59650b3f0a7262cb2424c64078a2be8b
commit 1d8eeb8c59650b3f0a7262cb2424c64078a2be8b Author: crazy <[EMAIL PROTECTED]> Date: Fri Dec 21 04:35:22 2007 +0100 imagemagick-6.3.7_5-2-i686 * release bump * fixed that trashed package ... * 'restore *SHARED* build and *MODULES*' * meaning krix broke every single package depends or need imagemagick * fix broken depends got pulled from makedepend() * still some to fix / to add see FIXME! * restore perl plugin , djvu plugin .. diff --git a/source/xapps/imagemagick/FrugalBuild b/source/xapps/imagemagick/FrugalBuild index a21194e..5cdddd8 100644 --- a/source/xapps/imagemagick/FrugalBuild +++ b/source/xapps/imagemagick/FrugalBuild @@ -4,11 +4,13 @@ pkgname=imagemagick pkgver=6.3.7_5 -pkgrel=1 +pkgrel=2 pkgdesc="A robust collection of tools and libraries to read, write and manipulate image files." url="http://www.imagemagick.org" depends=('lcms' 'libxext' 'libxt' 'bzip2' 'libgcc' 'libgomp' 'expat' - 'libx11>=1.1.1-2' 'djvulibre' 'libgomp') + 'libx11>=1.1.1-2' 'djvulibre' 'libgomp' 'fontconfig' 'freetype2' \ + 'libpng' 'openexr') +# FIXME - librsvg , GS makedepends=('mpeg2dec' 'graphviz') groups=('xapps') replaces=('perl-image-magick') @@ -27,7 +29,12 @@ build() { cp {ChangeLog,NEWS} Magick++/ # Patch to avoid use mmx functions for png at x86_64 [ "$CARCH" == "x86_64" ] && Fpatch libpng_mmx_patch_x86_64.patch - Fmake --with-windows-font-dir=/usr/lib/X11/fonts/TTF --with-modules + Fmake \ + --with-windows-font-dir=/usr/lib/X11/fonts/TTF \ + --with-modules=yes \ + --enable-shared=yes \ + --with-djvu=yes \ + --with-perl=yes Fmakeinstall } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
