Changeset 19640
- Timestamp:
- 02/03/12 11:47:17 (4 months ago)
- File:
-
- 1 edited
-
trunk/Lib_Java/imagemagick/bui/build.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lib_Java/imagemagick/bui/build.sh
r19522 r19640 61 61 62 62 # libpng 63 fetchArchive "http://freefr.dl.sourceforge.net/project/libpng/libpng15/1.5. 7/libpng-1.5.7.tar.gz"63 fetchArchive "http://freefr.dl.sourceforge.net/project/libpng/libpng15/1.5.8/libpng-1.5.8.tar.gz" 64 64 # Problème de détection de zlib avec mingw, la compilation des tests de détection échoues 65 65 # On force la variable de test du configure … … 102 102 103 103 # ImageMagick 104 fetchArchive "http:// imagemagick.linux-mirror.org/download/ImageMagick-6.7.4-2.tar.gz"104 fetchArchive "http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-6.7.4-2.tar.gz" 105 105 configureParams="$configureParams --enable-delegate-build --without-modules --without-x --without-openexr --without-wmf --without-perl --with-xml --without-gvc --without-magick-plus-plus --enable-zero-configuration --disable-silent-rules" 106 106 # Problème de détection de libbz2, zlib, libxml2 et le support des grands fichiers avec mingw, la compilation des tests de détection échoues
Note: See TracChangeset
for help on using the changeset viewer.