Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295418 Details for
Bug 433476
Update ImageMagick before F9
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
dx patch for new imagemagick
opendx-4.4.4-imagemagick.patch (text/plain), 2.14 KB, created by
Sammy
on 2008-02-20 14:25:43 UTC
(
hide
)
Description:
dx patch for new imagemagick
Filename:
MIME Type:
Creator:
Sammy
Created:
2008-02-20 14:25:43 UTC
Size:
2.14 KB
patch
obsolete
>--- ImageMagick/configure.ac.old 2006-08-21 23:56:08.000000000 +0200 >+++ ImageMagick/configure.ac 2008-02-11 13:19:30.000000000 +0100 >@@ -797,11 +797,11 @@ > if test "$with_magick" != 'no' > then > AS_MESSAGE([checking for ImageMagick support ......]) >- AC_CHECK_PROG(HAVE_MC, Magick-config, yes, no) >+ AC_CHECK_PROG(HAVE_MC, MagickCore-config, yes, no) > > failed=0; > passed=0; >- AC_CHECK_HEADER([magick/api.h],[passed=`expr $passed + 1`],[failed=`expr $failed + 1`]) >+ AC_CHECK_HEADER([magick/api.h],[passed=`expr $passed + 1`],[failed=`expr $failed + 1`]) > if test "$ARCH" = "intelnt" ; then > AC_CHECK_LIB(CORE_RL_magick_,Hopen,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) > AC_MSG_CHECKING(if ImageMagick package is complete) >@@ -835,8 +835,8 @@ > dnl format configuration libraries. > > if test "$HAVE_MC" = "yes" ; then >- LIB_MAGICK="`Magick-config --ldflags` `Magick-config --libs`" >- AC_CHECK_LIB( Magick,GetImageInfo, passed=`expr $passed + 1`, failed=`expr $failed + 1`, [ $LIB_MAGICK ]) >+ LIB_MAGICK="`MagickCore-config --ldflags` `MagickCore-config --libs`" >+ AC_CHECK_LIB(MagickCore,GetImageInfo, passed=`expr $passed + 1`, failed=`expr $failed + 1`, [ $LIB_MAGICK ]) > AC_MSG_CHECKING(if ImageMagick package is complete) > if test $passed -gt 0 > then >@@ -846,11 +846,11 @@ > have_magick='no (failed tests)' > else > dnl CFLAGS="`Magick-config --cflags` $CFLAGS" >- CPPFLAGS="`Magick-config --cppflags` $CPPFLAGS" >- LIB_MAGICK="$LIBS `Magick-config --ldflags` `Magick-config --libs`" >+ CPPFLAGS="`MagickCore-config --cppflags` $CPPFLAGS" >+ LIB_MAGICK="$LIBS `MagickCore-config --ldflags` `MagickCore-config --libs`" > dnl UNIQUIFY will remove duplicate library tokens leaving the last instance. > AC_UTILS_UNIQUIFY($LIB_MAGICK, LIBS) >- FMT_LIBS="$FMT_LIBS libMagick.a" >+ FMT_LIBS="$FMT_LIBS libMagickCore.a" > AC_DEFINE(HAVE_LIBMAGICK, 1, [Define to 1 if you have the ImageMagick libraries]) > AC_MSG_RESULT(yes) > have_magick='yes' >@@ -859,7 +859,7 @@ > AC_MSG_RESULT(no) > fi > else >- AC_MSG_RESULT(no - Magick-config not found) >+ AC_MSG_RESULT(no - MagickCore-config not found) > fi > fi > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 433476
:
295300
|
295301
|
295302
|
295303
| 295418