diff --git a/docker-builder-data/build/script/packet/imagemagick-6.9.5.sh b/docker-builder-data/build/script/packet/imagemagick-6.9.5.sh new file mode 100644 index 0000000..aee1a21 --- /dev/null +++ b/docker-builder-data/build/script/packet/imagemagick-6.9.5.sh @@ -0,0 +1,14 @@ +DEPS="jpeg-9b png-1.6.26 tiff-4.0.6 xml-2.9.4 fftw-3.3.5" + +PK_DIRNAME="ImageMagick-6.9.5-10" +PK_ARCHIVE="$PK_DIRNAME.tar.gz" +PK_URL="http://www.imagemagick.org/download/releases/$PK_ARCHIVE" + +PK_CONFIGURE_OPTIONS=" \ + --with-modules \ + --without-perl \ + --without-x \ + --with-threads \ + --with-magick_plus_plus" + +source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh diff --git a/docker-builder-data/build/script/packet/synfigcore-master.sh b/docker-builder-data/build/script/packet/synfigcore-master.sh index c3fb255..205a0b9 100644 --- a/docker-builder-data/build/script/packet/synfigcore-master.sh +++ b/docker-builder-data/build/script/packet/synfigcore-master.sh @@ -60,7 +60,7 @@ DEPS=" \ synfigetl-master \ - jpeg-9b tiff-4.0.6 fftw-3.3.5 imagemagick-6.9.6 \ + jpeg-9b tiff-4.0.6 fftw-3.3.5 imagemagick-6.9.5 \ jack-0.125.0 ffmpeg-3.1.5 mlt-6.2.0 \ boost-1.61.0 cairo-1.14.6 pango-1.40.3 glibmm-2.41.4 xmlpp-2.22.0"