diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-07-26 10:09:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-07-26 10:09:10 +0000 |
commit | 1e5306ba6cf76992cfa38132f11ffabcce493117 (patch) | |
tree | b28113ef37065f056cd87af6942c8b634473bdf2 /media-video/transcode/files/transcode-1.0.6-imagemagick.patch | |
parent | No longer install old not existant docs, Bug #232972. Removed broken ebuild. (diff) | |
download | gentoo-2-1e5306ba6cf76992cfa38132f11ffabcce493117.tar.gz gentoo-2-1e5306ba6cf76992cfa38132f11ffabcce493117.tar.bz2 gentoo-2-1e5306ba6cf76992cfa38132f11ffabcce493117.zip |
version bump
(Portage version: 2.2_rc3/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'media-video/transcode/files/transcode-1.0.6-imagemagick.patch')
-rw-r--r-- | media-video/transcode/files/transcode-1.0.6-imagemagick.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/transcode/files/transcode-1.0.6-imagemagick.patch b/media-video/transcode/files/transcode-1.0.6-imagemagick.patch new file mode 100644 index 000000000000..3e0c0198afa9 --- /dev/null +++ b/media-video/transcode/files/transcode-1.0.6-imagemagick.patch @@ -0,0 +1,13 @@ +Index: transcode-1.0.6/configure.in +=================================================================== +--- transcode-1.0.6.orig/configure.in ++++ transcode-1.0.6/configure.in +@@ -1247,7 +1247,7 @@ dnl + IMAGEMAGICK_EXTRA_LIBS="$IMAGEMAGICK_EXTRA_LIBS -lz -lm" + dnl MagickWand libraries/headers always (?) are a superset of MagickCore ones. + TC_PKG_CHECK(imagemagick, no, IMAGEMAGICK, Wand-config, [magick/api.h], +- Magick, InitializeMagick, Wand, [http://www.imagemagick.org/]) ++ MagickWand, InitializeMagick, Wand, [http://www.imagemagick.org/]) + TC_PKG_HAVE(imagemagick, IMAGEMAGICK) + if test x"$have_imagemagick" = x"yes" ; then + AC_CHECK_HEADER([wand/magick-wand.h], |