From 0e2bb1462f2481584b292606acb2b53876ed1430 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 3 Nov 2012 16:22:49 +0000 Subject: [PATCH] --- MagickCore/Make.com | 182 ---------------------------- MagickCore/Makefile.am | 1 - MagickCore/version.h | 4 +- Make.com | 261 ----------------------------------------- Makefile.am | 1 - Makefile.in | 2 - coders/Make.com | 178 ---------------------------- configure | 2 +- 8 files changed, 3 insertions(+), 628 deletions(-) delete mode 100644 MagickCore/Make.com delete mode 100644 Make.com delete mode 100644 coders/Make.com diff --git a/MagickCore/Make.com b/MagickCore/Make.com deleted file mode 100644 index 3828ac555..000000000 --- a/MagickCore/Make.com +++ /dev/null @@ -1,182 +0,0 @@ -$! -$! Make ImageMagick image utilities for VMS. -$! -$ define/nolog MAGICK [-.magick] -$ define/nolog WAND [-.wand] -$ copy config.h_vms magick-config.h -$ copy xwdfile.h_vms xwdfile.h -$ -$if (f$trnlnm("X11") .eqs. "") then define/nolog X11 decw$include: -$compile_options="/nodebug/optimize" -$if (f$search("sys$system:decc$compiler.exe") .nes. "") -$then ! VAX with DEC C -$ compile_options="/decc/nodebug/optimize/warning=(disable=rightshiftovr)" -$else ! VAX with VAX C -$define/nolog lnk$library sys$library:vaxcrtl -$define/nolog sys sys$share -$endif -$if (f$getsyi("HW_MODEL") .gt. 1023) -$then ! Alpha with DEC C -$ define/nolog sys decc$library_include -$ compile_options="/nodebug/optimize/prefix=all/warning=(disable=rightshiftovr)/name=(as_is,short)/float=ieee -$endif -$ -$write sys$output "Making Magick..." -$call Make accelerate.c -$call Make animate.c -$call Make annotate.c -$call Make artifact.c -$call Make attribute.c -$call Make blob.c -$call Make cache.c -$call Make cache-view.c -$call Make channel.c -$call Make cipher.c -$call Make client.c -$call Make coder.c -$call Make color.c -$call Make colormap.c -$call Make colorspace.c -$call Make compare.c -$call Make composite.c -$call Make compress.c -$call Make configure.c -$call Make constitute.c -$call Make decorate.c -$call Make delegate.c -$call Make deprecate.c -$call Make display.c -$call Make distort.c -$call Make draw.c -$call Make effect.c -$call Make enhance.c -$call Make exception.c -$call Make feature.c -$call Make fourier.c -$call Make fx.c -$call Make gem.c -$call Make geometry.c -$call Make hashmap.c -$call Make histogram.c -$call Make identify.c -$call Make image.c -$call Make image-view.c -$call Make layer.c -$call Make list.c -$call Make locale.c -$call Make log.c -$call Make magic.c -$call Make magick.c -$call Make matrix.c -$call Make memory.c -$call Make mime.c -$call Make module.c -$call Make monitor.c -$call Make montage.c -$call Make morphology.c -$call Make option.c -$call Make paint.c -$call Make pixel.c -$call Make policy.c -$call Make prepress.c -$call Make property.c -$call Make PreRvIcccm.c -$call Make profile.c -$call Make quantize.c -$call Make quantum.c -$call Make quantum-export.c -$call Make quantum-import.c -$call Make random.c -$call Make registry.c -$call Make resample.c -$call Make resize.c -$call Make resource.c -$call Make segment.c -$call Make semaphore.c -$call Make shear.c -$call Make signature.c -$call Make splay-tree.c -$call Make static.c -$call Make statistic.c -$call Make stream.c -$call Make string.c -$call Make thread.c -$call Make timer.c -$call Make token.c -$call Make transform.c -$call Make threshold.c -$call Make type.c -$call Make utility.c -$call Make version.c -$call Make vms.c -$call Make widget.c -$call Make xml-tree.c -$call Make xwindow.c -$ set default [-.filters] -$ call Make analyze.c -$ set default [-.wand] -$ call Make drawing-wand.c -$ call Make pixel-wand.c -$ call Make wand-view.c -$ call Make conjure.c -$ call Make convert.c -$ call Make import.c -$ call Make mogrify.c -$ copy animate.c animate-wand.c -$ call make animate-wand.c -$ copy compare.c compare-wand.c -$ call make compare-wand.c -$ copy composite.c composite-wand.c -$ call make composite-wand.c -$ copy display.c display-wand.c -$ call make display-wand.c -$ copy identify.c identify-wand.c -$ call make identify-wand.c -$ copy montage.c montage-wand.c -$ call make montage-wand.c -$ set default [-.magick] -$ deass magick -$ deass wand -$library/create libMagick.olb - - accelerate, animate, annotate, artifact, attribute, blob, cache, cache-view, - - channel, cipher, client, coder, color, colormap, colorspace, compare, - - composite, compress, configure, constitute, decorate, delegate, deprecate, - - display, distort, draw, effect, enhance, exception, feature, fourier, fx, - - gem, geometry, hashmap, histogram, identify, image, image-view, layer, list, - - locale, log, magic, magick, matrix, memory, mime, module, monitor, montage, - - morphology, option, paint, pixel, PreRvIcccm, profile, quantize, quantum, - - quantum-export, quantum-import,random, registry, resample, resize, resource, - - segment, semaphore, shear, signature, splay-tree, static, stream, string, - - thread, timer, token, transform, threshold, type, utility, version, vms, - - widget, xwindow, statistic, policy, prepress, property, xml-tree, - - [-.filters]analyze,[-.wand]drawing-wand, pixel-wand, wand-view, conjure, - - convert,import, mogrify, animate-wand, compare-wand, composite-wand, - - display-wand,identify-wand,montage-wand -$exit -$ -$Make: subroutine -$! -$! Primitive MMS hack for DCL. -$! -$if (p1 .eqs. "") then exit -$source_file=f$search(f$parse(p1,".c")) -$if (source_file .nes. "") -$then -$ object_file=f$parse(source_file,,,"name")+".obj" -$ object_file=f$search( object_file ) -$ if (object_file .nes. "") -$ then -$ object_time=f$file_attribute(object_file,"cdt") -$ source_time=f$file_attribute(source_file,"cdt") -$ if (f$cvtime(object_time) .lts. f$cvtime(source_time)) then - -$ object_file="" -$ endif -$ if (object_file .eqs. "") -$ then -$ write sys$output "Compiling ",p1 -$ cc'compile_options'/include_directory=([-],[-.magick],[-.jpeg],[-.png], - - [-.tiff],[-.ttf],[-.zlib]) 'source_file' -$ endif -$endif -$exit -$endsubroutine diff --git a/MagickCore/Makefile.am b/MagickCore/Makefile.am index 04ff5e66a..1fa80f563 100644 --- a/MagickCore/Makefile.am +++ b/MagickCore/Makefile.am @@ -455,7 +455,6 @@ MAGICKCORE_EXTRA_DIST = \ $(MAGICKCORE_MANS) \ MagickCore/ImageMagick.pc.in \ MagickCore/MagickCore.pc.in \ - MagickCore/Make.com \ MagickCore/config.h_vms \ MagickCore/mac.c \ MagickCore/nt-base.c \ diff --git a/MagickCore/version.h b/MagickCore/version.h index d79f6eb16..a5b4062aa 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -27,14 +27,14 @@ extern "C" { */ #define MagickPackageName "ImageMagick" #define MagickCopyright "Copyright (C) 1999-2012 ImageMagick Studio LLC" -#define MagickSVNRevision "9803:9821M" +#define MagickSVNRevision "9837M" #define MagickLibVersion 0x700 #define MagickLibVersionText "7.0.0" #define MagickLibVersionNumber 7,0,0 #define MagickLibAddendum "-0" #define MagickLibInterface 7 #define MagickLibMinInterface 7 -#define MagickReleaseDate "2012-10-30" +#define MagickReleaseDate "2012-11-03" #define MagickChangeDate "20121005" #define MagickAuthoritativeURL "http://www.imagemagick.org" #if defined(MAGICKCORE_OPENMP_SUPPORT) diff --git a/Make.com b/Make.com deleted file mode 100644 index 759dcfb46..000000000 --- a/Make.com +++ /dev/null @@ -1,261 +0,0 @@ -$! -$! Make ImageMagick X image utilities for VMS. -$! -$ on error then continue -$ deass magick -$ set noon -$ -$ option := 'p1' -$ if option .eqs. "CLEAN" -$ then -$ deletee/log [.magick]libMagick.olb;* -$ deletee/log [.coders]libCoders.olb;* -$ exit -$ endif -$ if option .eqs. "REALCLEAN" -$ then -$ deletee/log [.magick]libMagick.olb;*,[...]*.obj;* -$ deletee/log [.coders]libCoders.olb;*,[...]*.obj;* -$ exit -$ endif -$ if option .eqs. "DISTCLEAN" -$ then -$ deletee/log [.magick]libMagick.olb;*,[...]*.obj;*,*.exe;*,magickshr.olb;* -$ deletee/log [.coders]libCoders.olb;*,[...]*.obj;*,*.exe;*,magickshr.olb;* -$ exit -$ endif -$ if option .eqs. "NOSHR" -$ then -$ share := n -$ option := -$ endif -$ if option .nes. "" -$ then -$ write sys$error "Unknown option \", option, "\" -$ exit -$ endif -$ p1 := -$link_options="/nodebug/notraceback" -$if (f$trnlnm("X11") .eqs. "") then define/nolog X11 decw$include: -$library_options="" -$compile_options="/nodebug/optimize" -$if (f$search("sys$system:decc$compiler.exe") .nes. "") -$then ! VAX with DEC C compiler -$ compile_options="/decc/nodebug/optimize" -$ library_options="_decc" -$else ! VAX with VAX C compiler, (GCC library needed for PNG format only) -$ define/nolog lnk$library sys$library:vaxcrtl -$ define/nolog sys sys$share -$ if (f$trnlnm("gnu_cc") .nes. "") then define/nolog lnk$library_1 gnu_cc:[000000]gcclib.olb -$endif -$if (f$getsyi("HW_MODEL") .gt. 1023) -$then ! Alpha with DEC C compiler -$ define/nolog sys decc$library_include -$ compile_options="/debug/optimize/prefix=all/name=(as_is,short)/float=ieee" -$ library_options="_axp" -$ share := 'share'y -$else -$ share := n -$endif -$ -$write sys$output "Making in [.magick]" -$set default [.magick] -$@make -$set default [-] -$write sys$output "Making in [.coders]" -$set default [.coders] -$@make -$set default [-] -$ -$ if share -$ then -$ write sys$output "Making shareable image" -$ link/share/exe=magickshr.exe [.magick]libMagick.olb/lib, - - [.coders]libCoders.olb/lib,[.magick]libMagick.olb/lib, - - []magickshr.opt/opt, - - sys$library:freetype.olb/lib, - - sys$library:libjasper.olb/lib, - - sys$library:libjpeg.olb/lib, - - sys$library:libpng.olb/lib, - - sys$library:tiff.olb/lib, - - sys$library:libz.olb/lib, - - sys$library:libbz2.olb/lib, - - sys$library:libjbig.olb/lib -$ libr/crea/share/log magickshr.olb magickshr.exe -$ set file/trunc magickshr.olb -$ purge magickshr.olb -$ link_libraries := [-]magickshr.olb/lib -$ define/nolog magickshr 'f$environment("default")'magickshr.exe -$ write sys$output "Shareable image logical MAGICKSHR defined:" -$ show logi magickshr -$ else -$ link_libraries := [.magick]libMagick.olb/lib, - - [.coders]libCoders.olb/lib, - - sys$library:libjasper.olb/lib - sys$library:libjpeg.olb/lib, - - sys$library:libpng.olb/lib, - - sys$library:tiff.olb/lib, - - sys$library:freetype.olb/l, - - sys$library:libz.olb/lib,- - sys$library:libjbig.olb/lib, - - sys$library:libbz2.olb/lib -$ endif -$ define magick [-.magick] -$ set default [.utilities] -$ define wand [-.wand] -$if ((p1 .nes. "") .and. (p1 .nes. "DISPLAY")) then goto SkipDisplay -$write sys$output "Making Display..." -$call Make display.c -$ -$link'link_options' display.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$display:==$'f$environment("default")'display -$write sys$output "..symbol DISPLAY defined." -$ -$SkipDisplay: -$if ((p1 .nes. "") .and. (p1 .nes. "IMPORT")) then goto SkipImport -$write sys$output "Making Import..." -$call Make import.c -$ -$link'link_options' import.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$import:==$'f$environment("default")'import -$write sys$output "..symbol IMPORT defined." -$SkipImport: -$ -$if ((p1 .nes. "") .and. (p1 .nes. "ANIMATE")) then goto SkipAnimate -$write sys$output "Making Animate..." -$call Make animate.c -$ -$link'link_options' animate.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$animate:==$'f$environment("default")'animate -$write sys$output "..symbol ANIMATE defined." -$ -$SkipAnimate: -$if ((p1 .nes. "") .and. (p1 .nes. "MONTAGE")) then goto SkipMontage -$write sys$output "Making Montage..." -$call Make montage.c -$ -$link'link_options' montage.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$montage:==$'f$environment("default")'montage -$write sys$output "..symbol MONTAGE defined." -$ -$SkipMontage: -$if ((p1 .nes. "") .and. (p1 .nes. "MOGRIFY")) then goto SkipMogrify -$write sys$output "Making Mogrify..." -$call Make mogrify.c -$ -$link'link_options' mogrify.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$mogrify:==$'f$environment("default")'mogrify -$write sys$output "..symbol MOGRIFY defined." -$ -$SkipMogrify: -$if ((p1 .nes. "") .and. (p1 .nes. "CONVERT")) then goto SkipConvert -$write sys$output "Making Convert..." -$call Make convert.c -$ -$link'link_options' convert.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$convert:==$'f$environment("default")'convert -$write sys$output "..symbol CONVERT defined." -$SkipConvert: -$if ((p1 .nes. "") .and. (p1 .nes. "COMPARE")) then goto SkipCompare -$write sys$output "Making Compare..." -$call Make compare.c -$ -$link'link_options' compare.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$compare:==$'f$environment("default")'compare -$write sys$output "..symbol COMPARE defined." -$SkipCompare: -$if ((p1 .nes. "") .and. (p1 .nes. "IDENTIFY")) then goto SkipIdentify -$write sys$output "Making Identify..." -$call Make identify.c -$ -$link'link_options' identify.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$identify:==$'f$environment("default")'identify -$write sys$output "..symbol IDENTIFY defined." -$SkipIdentify: -$if ((p1 .nes. "") .and. (p1 .nes. "COMPOSITE")) then goto SkipComposite -$write sys$output "Making Composite..." -$call Make composite.c -$ -$link'link_options' composite.obj, - - 'link_libraries',sys$input:/opt - sys$share:decw$xlibshr.exe/share -$ -$composite:==$'f$environment("default")'composite -$write sys$output "..symbol COMPOSITE defined." -$SkipComposite: -$set def [-] -$copy [.config]magic.xml sys$login:magic.xml -$copy [.config]colors.xml sys$login:colors.xml -$copy [.config]log.xml sys$login:log.xml -$copy [.config]delegates.xml sys$login:delegates.xml -$copy [.config]coder.xml sys$login:coder.xml -$copy [.config]type.xml sys$login:type.xml -$copy [.config]locale.xml sys$login:locale.xml -$copy [.config]english.xml sys$login:english.xml -$copy [.config]francais.xml sys$login:francais.xml -$type sys$input - -Use this command to specify which X server to contact: - - $set display/create/node=node_name:: - -or - - $set display/create/node=nodename/transport=tcpip - -This can be done automatically from your LOGIN.COM with the following -command: - - $if (f$trnlmn("sys$rem_node") .nes. "") then - - $ set display/create/node='f$trnlmn("sys$rem_node")' -$exit -$ -$Make: subroutine -$! -$! Primitive MMS hack for DCL. -$! -$if (p1 .eqs. "") then exit -$source_file=f$search(f$parse(p1,".c")) -$if (source_file .nes. "") -$then -$ object_file=f$parse(source_file,,,"name")+".obj" -$ object_file=f$search( object_file ) -$ if (object_file .nes. "") -$ then -$ object_time=f$file_attribute(object_file,"cdt") -$ source_time=f$file_attribute(source_file,"cdt") -$ if (f$cvtime(object_time).lts.f$cvtime(source_time)) then - -$ object_file="" -$ endif -$ if (object_file .eqs. "") -$ then -$ write sys$output "Compiling ",p1 -$ cc'compile_options'/include_directory=[-.magick] 'source_file' -$ endif -$endif -$exit -$endsubroutine diff --git a/Makefile.am b/Makefile.am index 81748bd34..54efe9e74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,7 +101,6 @@ TOP_EXTRA_DIST = \ Install-windows.txt \ magick.sh.in \ Magickshr.opt \ - Make.com \ NEWS.txt \ Platforms.txt \ README.txt \ diff --git a/Makefile.in b/Makefile.in index 0c8b3fc98..550880a1c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2830,7 +2830,6 @@ TOP_EXTRA_DIST = \ Install-windows.txt \ magick.sh.in \ Magickshr.opt \ - Make.com \ NEWS.txt \ Platforms.txt \ README.txt \ @@ -4355,7 +4354,6 @@ MAGICKCORE_EXTRA_DIST = \ $(MAGICKCORE_MANS) \ MagickCore/ImageMagick.pc.in \ MagickCore/MagickCore.pc.in \ - MagickCore/Make.com \ MagickCore/config.h_vms \ MagickCore/mac.c \ MagickCore/nt-base.c \ diff --git a/coders/Make.com b/coders/Make.com deleted file mode 100644 index 3a75af393..000000000 --- a/coders/Make.com +++ /dev/null @@ -1,178 +0,0 @@ -$! -$! Make ImageMagick image coders for VMS. -$! -$ -$ define/nolog MAGICK [-.magick] -$ define/nolog WAND [-.wand] -$if (f$trnlnm("X11") .eqs. "") then define/nolog X11 decw$include: -$compile_options="/nodebug/optimize" -$if (f$search("sys$system:decc$compiler.exe") .nes. "") -$then ! VAX with DEC C -$ compile_options="/decc/nodebug/optimize/warning=(disable=rightshiftovr)" -$else ! VAX with VAX C -$define/nolog lnk$library sys$library:vaxcrtl -$define/nolog sys sys$share -$endif -$if (f$getsyi("HW_MODEL") .gt. 1023) -$then ! Alpha with DEC C -$ define/nolog sys decc$library_include -$ compile_options="/nodebug/optimize/prefix=all/warning=(disable=rightshiftovr)/name=(as_is,short)/float=ieee" -$endif -$ -$ -$write sys$output "Making Coders..." -$call Make aai.c -$call Make art.c -$call Make avs.c -$call Make bgr.c -$call Make bmp.c -$call Make braille.c -$call Make cals.c -$call Make caption.c -$call Make cip.c -$call Make clip.c -$call Make clipboard.c -$call Make cmyk.c -$call Make cut.c -$call Make dcm.c -$call Make dds.c -$call Make debug.c -$call Make dib.c -$call Make dng.c -$call Make dps.c -$call Make dpx.c -$call Make emf.c -$call Make ept.c -$call Make exr.c -$call Make fax.c -$call Make fits.c -$call Make fpx.c -$call Make gif.c -$call Make gradient.c -$call Make gray.c -$call Make hald.c -$call Make histogram.c -$call Make hrz.c -$call Make html.c -$call Make icon.c -$call Make info.c -$call Make inline.c -$call Make ipl.c -$call Make jbig.c -$call Make jpeg.c -$call Make jp2.c -$call Make label.c -$call Make mac.c -$call Make magick.c -$call Make map.c -$call Make mat.c -$call Make matte.c -$call Make meta.c -$call Make miff.c -$call Make mpc.c -$call Make mpeg.c -$call Make mpr.c -$call Make msl.c -$call Make mono.c -$call Make mtv.c -$call Make mvg.c -$call Make null.c -$call Make otb.c -$call Make palm.c -$call Make pango.c -$call Make pattern.c -$call Make pcd.c -$call Make pcl.c -$call Make pcx.c -$call Make pdb.c -$call Make pdf.c -$call Make pes.c -$call Make pict.c -$call Make pix.c -$call Make plasma.c -$call Make png.c -$call Make pnm.c -$call Make preview.c -$call Make ps.c -$call Make ps2.c -$call Make ps3.c -$call Make psd.c -$call Make pwp.c -$call Make raw.c -$call Make rgb.c -$call Make rla.c -$call Make rle.c -$call Make sct.c -$call Make sfw.c -$call Make sgi.c -$call Make stegano.c -$call Make sun.c -$call Make svg.c -$call Make tga.c -$call Make thumbnail.c -$call Make tiff.c -$call Make tile.c -$call Make tim.c -$call Make ttf.c -$call Make txt.c -$call Make uil.c -$call Make url.c -$call Make uyvy.c -$call Make vicar.c -$call Make vid.c -$call Make viff.c -$call Make webp.c -$call Make wbmp.c -$call Make wmf.c -$call Make wpg.c -$call Make x.c -$call Make xbm.c -$call Make xc.c -$call Make xcf.c -$call Make xpm.c -$call Make xps.c -$call Make xwd.c -$call Make ycbcr.c -$call Make yuv.c -$call Make cin.c -$call Make magick.c -$call Make scr.c -$deass magick -$deass wand -$library/create libCoders.olb aai,art,avs,bgr,bmp,braille,clip,clipboard,cip, - - cmyk,cut,dcm,dds,debug,dib,dng,dps,dpx,emf,ept,exr,fax,fits,fpx,gif, - - gradient,gray,hald,histogram,hrz,html,icon,info,inline,ipl,jbig,jpeg,jp2, - - label,cals,caption,palm,pango,mac,magick,map,mat,matte, - - meta,miff,mpc,mpr,msl,mpeg,mono,mtv,mvg,null,otb,pattern,pcd,pcl,pcx,pdb, - - pdf,pes,pict,pix,plasma,png,pnm,preview,ps,ps2,ps3,psd,pwp,raw,rgb,rla,rle, - - sct,sfw,sgi,stegano,sun,svg,tga,thumbnail,tiff,tile,tim,ttf,txt,uil,url, - - uyvy,vicar,vid,viff,wbmp,webp,wmf,wpg,x,xbm,xc,xcf,xpm,xps,xwd,ycbcr,yuv, - - cin,magick,scr,[-.magick]compress,[-.magick]prervicccm -$exit -$ -$Make: subroutine -$! -$! Primitive MMS hack for DCL. -$! -$if (p1 .eqs. "") then exit -$source_file=f$search(f$parse(p1,".c")) -$if (source_file .nes. "") -$then -$ object_file=f$parse(source_file,,,"name")+".obj" -$ object_file=f$search( object_file ) -$ if (object_file .nes. "") -$ then -$ object_time=f$file_attribute(object_file,"cdt") -$ source_time=f$file_attribute(source_file,"cdt") -$ if (f$cvtime(object_time) .lts. f$cvtime(source_time)) then - -$ object_file="" -$ endif -$ if (object_file .eqs. "") -$ then -$ write sys$output "Compiling ",p1 -$ cc'compile_options'/include_directory=([-],[-.magick],[-.jpeg],[-.png], - - [-.tiff],[-.ttf],[-.zlib]) 'source_file' -$ endif -$endif -$exit -$endsubroutine diff --git a/configure b/configure index bbfc7085e..8e8552951 100755 --- a/configure +++ b/configure @@ -3633,7 +3633,7 @@ MAGICK_LIBRARY_CURRENT_MIN=`expr $MAGICK_LIBRARY_CURRENT - $MAGICK_LIBRARY_AGE` MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE -MAGICK_SVN_REVISION=9803:9821M +MAGICK_SVN_REVISION=9837M -- 2.40.0