Skip to content

Commit 4381055

Browse files
author
cristy
committed
1 parent bd5a96c commit 4381055

File tree

5 files changed

+18
-34
lines changed

5 files changed

+18
-34
lines changed

MagickCore/magick-config.h

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
/* #undef AUTOTRACE_DELEGATE */
1313

1414
/* Define if coders and filters are to be built as modules. */
15-
#ifndef MAGICKCORE_BUILD_MODULES
16-
#define MAGICKCORE_BUILD_MODULES 1
17-
#endif
15+
/* #undef BUILD_MODULES */
1816

1917
/* Define if you have the bzip2 library */
2018
#ifndef MAGICKCORE_BZLIB_DELEGATE
@@ -80,9 +78,7 @@
8078
#endif
8179

8280
/* Define if you have FFTW library */
83-
#ifndef MAGICKCORE_FFTW_DELEGATE
84-
#define MAGICKCORE_FFTW_DELEGATE 1
85-
#endif
81+
/* #undef FFTW_DELEGATE */
8682

8783
/* Location of filter modules */
8884
#ifndef MAGICKCORE_FILTER_PATH
@@ -436,15 +432,15 @@
436432
#endif
437433

438434
/* Define if you have the <lcms2.h> header file. */
439-
/* #undef HAVE_LCMS2_H */
435+
#ifndef MAGICKCORE_HAVE_LCMS2_H
436+
#define MAGICKCORE_HAVE_LCMS2_H 1
437+
#endif
440438

441439
/* Define if you have the <lcms2/lcms2.h> header file. */
442440
/* #undef HAVE_LCMS2_LCMS2_H */
443441

444442
/* Define if you have the <lcms.h> header file. */
445-
#ifndef MAGICKCORE_HAVE_LCMS_H
446-
#define MAGICKCORE_HAVE_LCMS_H 1
447-
#endif
443+
/* #undef HAVE_LCMS_H */
448444

449445
/* Define if you have the <lcms/lcms.h> header file. */
450446
/* #undef HAVE_LCMS_LCMS_H */
@@ -1167,9 +1163,7 @@
11671163
#endif
11681164

11691165
/* Define if you have JBIG library */
1170-
#ifndef MAGICKCORE_JBIG_DELEGATE
1171-
#define MAGICKCORE_JBIG_DELEGATE 1
1172-
#endif
1166+
/* #undef JBIG_DELEGATE */
11731167

11741168
/* Define if you have JPEG version 2 "Jasper" library */
11751169
#ifndef MAGICKCORE_JP2_DELEGATE
@@ -1198,9 +1192,7 @@
11981192
#endif
11991193

12001194
/* Define if you have LQR library */
1201-
#ifndef MAGICKCORE_LQR_DELEGATE
1202-
#define MAGICKCORE_LQR_DELEGATE 1
1203-
#endif
1195+
/* #undef LQR_DELEGATE */
12041196

12051197
/* Define if using libltdl to support dynamically loadable modules */
12061198
#ifndef MAGICKCORE_LTDL_DELEGATE
@@ -1212,7 +1204,7 @@
12121204

12131205
/* Define to the system default library search path. */
12141206
#ifndef MAGICKCORE_LT_DLSEARCH_PATH
1215-
#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas:/opt/modules/pkg/intel/f77/10.0.025/lib:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/xulrunner-2"
1207+
#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib/llvm:/usr/lib64/llvm:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
12161208
#endif
12171209

12181210
/* The archive extension */
@@ -1263,9 +1255,7 @@
12631255
/* #undef NO_MINUS_C_MINUS_O */
12641256

12651257
/* Define if you have OPENEXR library */
1266-
#ifndef MAGICKCORE_OPENEXR_DELEGATE
1267-
#define MAGICKCORE_OPENEXR_DELEGATE 1
1268-
#endif
1258+
/* #undef OPENEXR_DELEGATE */
12691259

12701260
/* Define to the address where bug reports for this package should be sent. */
12711261
#ifndef MAGICKCORE_PACKAGE_BUGREPORT
@@ -1320,9 +1310,7 @@
13201310
#endif
13211311

13221312
/* Define if you have RSVG library */
1323-
#ifndef MAGICKCORE_RSVG_DELEGATE
1324-
#define MAGICKCORE_RSVG_DELEGATE 1
1325-
#endif
1313+
/* #undef RSVG_DELEGATE */
13261314

13271315
/* Define to the type of arg 1 for `select'. */
13281316
#ifndef MAGICKCORE_SELECT_TYPE_ARG1
@@ -1459,9 +1447,7 @@
14591447

14601448

14611449
/* Define if you have WEBP library */
1462-
#ifndef MAGICKCORE_WEBP_DELEGATE
1463-
#define MAGICKCORE_WEBP_DELEGATE 1
1464-
#endif
1450+
/* #undef WEBP_DELEGATE */
14651451

14661452
/* Define to use the Windows GDI32 library */
14671453
/* #undef WINGDI32_DELEGATE */
@@ -1470,9 +1456,7 @@
14701456
/* #undef WITH_DMALLOC */
14711457

14721458
/* Define if you have WMF library */
1473-
#ifndef MAGICKCORE_WMF_DELEGATE
1474-
#define MAGICKCORE_WMF_DELEGATE 1
1475-
#endif
1459+
/* #undef WMF_DELEGATE */
14761460

14771461
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
14781462
significant byte first (like Motorola and SPARC, unlike Intel). */

MagickCore/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ extern "C" {
2727
*/
2828
#define MagickPackageName "ImageMagick"
2929
#define MagickCopyright "Copyright (C) 1999-2011 ImageMagick Studio LLC"
30-
#define MagickSVNRevision "exported"
30+
#define MagickSVNRevision "4982"
3131
#define MagickLibVersion 0x700
3232
#define MagickLibVersionText "7.0.0"
3333
#define MagickLibVersionNumber 5,0,0
3434
#define MagickLibAddendum "-0"
3535
#define MagickLibInterface 5
3636
#define MagickLibMinInterface 5
37-
#define MagickReleaseDate "2011-08-18"
37+
#define MagickReleaseDate "2011-08-20"
3838
#define MagickChangeDate "20110801"
3939
#define MagickAuthoritativeURL "http://www.imagemagick.org"
4040
#if defined(MAGICKCORE_OPENMP_SUPPORT)

PerlMagick/Magick.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require AutoLoader;
3030
ConfigureError FatalErrorException
3131
);
3232

33-
$VERSION = '7.0.0';
33+
$VERSION = '7.00';
3434

3535
sub AUTOLOAD {
3636
# This AUTOLOAD is used to 'autoload' constants from the constant()

PerlMagick/Magick.pm.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require AutoLoader;
3030
ConfigureError FatalErrorException
3131
);
3232

33-
$VERSION = '@PACKAGE_VERSION@';
33+
$VERSION = '@PACKAGE_PERL_VERSION@';
3434

3535
sub AUTOLOAD {
3636
# This AUTOLOAD is used to 'autoload' constants from the constant()

config/configure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<configure name="LIB_VERSION" value="0x700"/>
1212
<configure name="LIB_VERSION_NUMBER" value="7,0,0,0"/>
1313
<configure name="SVN_REVISION" value="4982" />
14-
<configure name="RELEASE_DATE" value="2011-08-18"/>
14+
<configure name="RELEASE_DATE" value="2011-08-20"/>
1515
<configure name="CONFIGURE" value="./configure "/>
1616
<configure name="PREFIX" value="/usr/local"/>
1717
<configure name="EXEC-PREFIX" value="/usr/local"/>

0 commit comments

Comments
 (0)