Update to multimedia/transcode broke ImageMagick
Martin Wilke
miwi at FreeBSD.org
Tue Apr 22 16:00:26 UTC 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, Apr 22, 2008 at 10:58:16AM -0400, Coleman Kane wrote:
> Hi,
>
> The upgrade of ImageMagick breaks the ability for transcode to build
> WTIH_IMAGEMAGICK=yes, even more than the small Makefile change it
> recently experienced.
>
> It seems that the configure script is still looking for libMagick.so
> (instead of libMagickCore.so or libMagickWand.so).
>
> Additionally, the following:
>
> .if (defined(WITH_IMAGEMAGICK) || exists(${LOCALBASE}/lib/libMagick.so)) && !defined(WITHOUT_IMAGEMAGICK)
> LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick
> CONFIGURE_ARGS+= --enable-imagemagick --with-imagemagick-prefix=${LOCALBASE}
> .else
> CONFIGURE_ARGS+= --enable-imagemagick=no
> .endif
>
> Should be changed to:
>
> .if (defined(WITH_IMAGEMAGICK) || exists(${LOCALBASE}/lib/libMagickWand.so)) && !defined(WITHOUT_IMAGEMAGICK)
> LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick
> CONFIGURE_ARGS+= --enable-imagemagick --with-imagemagick-prefix=${LOCALBASE}
> .else
> CONFIGURE_ARGS+= --enable-imagemagick=no
> .endif
You are right. Fixed.
>
> (The exists(...) clause needs to mimic the change on LIB_DEPENDS+= )
>
> --
> Coleman Kane
- --
+-----------------------+-------------------------------+
| PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de |
| ICQ : 169139903 | Mail : miwi(at)FreeBSD.org |
+-----------------------+-------------------------------+
| Mess with the Best, Die like the Rest! |
+-----------------------+-------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
iD8DBQFIDgcqFwpycAVoI1MRAk4QAKCe1GTVpgusfGAVxiRDIfEdSUCVUQCfaObZ
bAoI9OUJ9ofu1yBzpQKbkjU=
=6jqO
-----END PGP SIGNATURE-----
More information about the freebsd-multimedia
mailing list