Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2008 12:37:26 -0400
From:      Coleman Kane <cokane@FreeBSD.org>
To:        Martin Wilke <miwi@FreeBSD.org>
Cc:        freebsd-multimedia@FreeBSD.org
Subject:   Re: Update to multimedia/transcode broke ImageMagick
Message-ID:  <1208882246.1320.0.camel@localhost>
In-Reply-To: <20080422154130.GA60817@bsdcrew.de>
References:  <1208876296.3060.14.camel@localhost> <20080422154130.GA60817@bsdcrew.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-klWyb3t9JYX86Z36m5Rw
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Tue, 2008-04-22 at 17:41 +0200, Martin Wilke wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>=20
> On Tue, Apr 22, 2008 at 10:58:16AM -0400, Coleman Kane wrote:
> > Hi,
> >=20
> > The upgrade of ImageMagick breaks the ability for transcode to build
> > WTIH_IMAGEMAGICK=3Dyes, even more than the small Makefile change it
> > recently experienced.
> >=20
> > It seems that the configure script is still looking for libMagick.so
> > (instead of libMagickCore.so or libMagickWand.so).
> >=20
> > Additionally, the following:
> >=20
> > .if (defined(WITH_IMAGEMAGICK) || exists(${LOCALBASE}/lib/libMagick.so)=
) && !defined(WITHOUT_IMAGEMAGICK)
> > LIB_DEPENDS+=3D	MagickWand.1:${PORTSDIR}/graphics/ImageMagick
> > CONFIGURE_ARGS+=3D	--enable-imagemagick --with-imagemagick-prefix=3D${L=
OCALBASE}
> > .else
> > CONFIGURE_ARGS+=3D	--enable-imagemagick=3Dno
> > .endif
> >=20
> > Should be changed to:
> >=20
> > .if (defined(WITH_IMAGEMAGICK) || exists(${LOCALBASE}/lib/libMagickWand=
.so)) && !defined(WITHOUT_IMAGEMAGICK)
> > LIB_DEPENDS+=3D	MagickWand.1:${PORTSDIR}/graphics/ImageMagick
> > CONFIGURE_ARGS+=3D	--enable-imagemagick --with-imagemagick-prefix=3D${L=
OCALBASE}
> > .else
> > CONFIGURE_ARGS+=3D	--enable-imagemagick=3Dno
> > .endif
>=20
> You are right. Fixed.
>=20
> >=20
> > (The exists(...) clause needs to mimic the change on LIB_DEPENDS+=3D )
> >=20
> > --=20
> > Coleman Kane

And the bug in the configure script?

--=20
Coleman Kane

--=-klWyb3t9JYX86Z36m5Rw
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (FreeBSD)

iEYEABECAAYFAkgOFEMACgkQcMSxQcXat5c6GwCfe/WhuaD6lB2WqVWnM/lim7u0
yWQAn3iPDWdI2+s9Im5k3WDmukcQyosN
=j+Zs
-----END PGP SIGNATURE-----

--=-klWyb3t9JYX86Z36m5Rw--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1208882246.1320.0.camel>