]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 20 Mar 2012 00:48:54 +0000 (00:48 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 20 Mar 2012 00:48:54 +0000 (00:48 +0000)
Install-unix.txt
MagickCore/version.h
config/ImageMagick.rdf
config/configure.xml
configure

index 6b8579b481c777e63059146c6b9d9f2c775c674b..e5d0df25746044b801aeacb594b3229b387cde88 100644 (file)
@@ -23,7 +23,7 @@ Configure
   default options, and build from within the source directory, you can simply
   type:
   
-    $magick> cd ImageMagick-6.5.9
+    $magick> cd ImageMagick-7.0.0
      $magick> ./configure
   
   Watch the configure script output to verify that it finds everything that
@@ -576,7 +576,7 @@ Linux-specific Build instructions
   After the build you, locate the RPMS folder and install the ImageMagick
   binary RPM distribution:
   
-    $magick> rpm -ivh ImageMagick-6.5.9-?.*.rpm
+    $magick> rpm -ivh ImageMagick-7.0.0-?.*.rpm
   
 MinGW-specific Build instructions
   
@@ -586,8 +586,8 @@ MinGW-specific Build instructions
   sure you specify the development headers when you install a package. Next
   type,
   
-    $magick> tar jxvf ImageMagick-6.5.9-?.tar.bz2
-    $magick> cd ImageMagick-6.5.9
+    $magick> tar jxvf ImageMagick-7.0.0-?.tar.bz2
+    $magick> cd ImageMagick-7.0.0
     $magick> export CPPFLAGS="-Ic:/Progra~1/GnuWin32/include"
     $magick> export LDFLAGS="-Lc:/Progra~1/GnuWin32/lib"
     $magick> ./configure --without-perl
index c0f2c17261685472e2f8df36fae18032871128b5..d168cce65a892f01697862d78c379d2a0f1b4fbd 100644 (file)
@@ -27,14 +27,14 @@ extern "C" {
 */
 #define MagickPackageName "ImageMagick"
 #define MagickCopyright  "Copyright (C) 1999-2012 ImageMagick Studio LLC"
-#define MagickSVNRevision  "7154"
+#define MagickSVNRevision  "7163"
 #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-03-18"
+#define MagickReleaseDate  "2012-03-19"
 #define MagickChangeDate   "20110801"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #if defined(MAGICKCORE_OPENMP_SUPPORT)
index 49400822bff25152ca5f7228a4d54f86e8bb900d..720a4c965801eaaf2b4b15f9943d7cbdfbe1f26a 100644 (file)
@@ -5,7 +5,7 @@
     <name>ImageMagick</name>
     <shortdesc xml:lang="en">ImageMagick: convert, edit, and compose images.</shortdesc>
     <homepage rdf:resource="http://www.imagemagick.org/"/>
-    <created>2012-03-18</created>
+    <created>2012-03-19</created>
 
     <description xml:lang="en">
 ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
@@ -57,7 +57,7 @@ Examples of ImageMagick Usage shows how to use ImageMagick from the command-line
     <release>
       <Version>
           <name>stable</name>
-          <created>2012-03-18</created>
+          <created>2012-03-19</created>
           <revision>7.0.0</revision>
       </Version>
     </release>
index ea82c07f4b82db1f653af8d5c7907481444095f4..5c8b4293d5bbd5b0f85df0fc44f94669c486e7c2 100644 (file)
@@ -10,8 +10,8 @@
   <configure name="VERSION" value="7.0.0"/>
   <configure name="LIB_VERSION" value="0x700"/>
   <configure name="LIB_VERSION_NUMBER" value="7,0,0,0"/>
-  <configure name="SVN_REVISION" value="7154" />
-  <configure name="RELEASE_DATE" value="2012-03-18"/>
+  <configure name="SVN_REVISION" value="7163" />
+  <configure name="RELEASE_DATE" value="2012-03-19"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
   <configure name="EXEC-PREFIX" value="/usr/local"/>
index b7302d43f3c62ce96bc6bb552af649e573004359..1f11cedb49655038a8646c2d6e811f6acbd6121c 100755 (executable)
--- a/configure
+++ b/configure
@@ -866,6 +866,8 @@ MODULE_EXTRA_CPPFLAGS
 LIBSTDCLDFLAGS
 PERL_MAKE_OPTIONS
 QUANTUM_DEPTH
+LEGACY_SUPPORT_FALSE
+LEGACY_SUPPORT_TRUE
 MAINT
 MAINTAINER_MODE_FALSE
 MAINTAINER_MODE_TRUE
@@ -1125,6 +1127,7 @@ enable_prof
 enable_gprof
 enable_gcov
 with_method_prefix
+enable_legacy_support
 with_quantum_depth
 with_cache
 with_frozenpaths
@@ -1857,6 +1860,7 @@ Optional Features:
   --enable-prof           enable 'prof' profiling support
   --enable-gprof          enable 'gprof' profiling support
   --enable-gcov           enable 'gcov' profiling support
+  --enable-legacy-support  install ImageMagick utility shortcuts (default disabled)
   --disable-assert        turn off assertions
 
 Optional Packages:
@@ -3616,7 +3620,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=7154
+MAGICK_SVN_REVISION=7163
 
 
 
@@ -21871,6 +21875,23 @@ _ACEOF
     DISTCHECK_CONFIG_FLAGS="${DISTCHECK_CONFIG_FLAGS} --with-method-prefix "
 fi
 
+# Enable ImageMagick utilities legacy support (default no)
+# Check whether --enable-legacy-support was given.
+if test "${enable_legacy_support+set}" = set; then :
+  enableval=$enable_legacy_support; with_legacy_support=$enableval
+else
+  with_legacy_support='no'
+fi
+
+ if test "$with_legacy_support" != 'no'; then
+  LEGACY_SUPPORT_TRUE=
+  LEGACY_SUPPORT_FALSE='#'
+else
+  LEGACY_SUPPORT_TRUE='#'
+  LEGACY_SUPPORT_FALSE=
+fi
+
+
 # Number of bits in a Quantum
 
 # Check whether --with-quantum-depth was given.
@@ -35917,6 +35938,10 @@ if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
 Usually this means the macro was only invoked conditionally." "$LINENO" 5
 fi
+if test -z "${LEGACY_SUPPORT_TRUE}" && test -z "${LEGACY_SUPPORT_FALSE}"; then
+  as_fn_error $? "conditional \"LEGACY_SUPPORT\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
 
 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
   as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.