From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9171 invoked by uid 1002); 10 May 2003 22:30:03 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 4512 invoked from network); 10 May 2003 22:30:03 -0000 From: foser To: gentoo-dev@gentoo.org In-Reply-To: <1052569145.2557.4.camel@localhost.localdomain> References: <1052569145.2557.4.camel@localhost.localdomain> Content-Type: text/plain Message-Id: <1052605770.7252.2.camel@rivendell> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.3 (Preview Release) Date: 11 May 2003 00:29:31 +0200 Content-Transfer-Encoding: 7bit Subject: Re: [gentoo-dev] imagemagick forces freetype to be installed X-Archives-Salt: 5eae6d5f-2938-4a9a-aaf0-78b45309afd3 X-Archives-Hash: 3ba221bab5a5f7030607118ba3070c6c This is not the right place, please file a bugreport. It looks like the ebuild is incorrect, but i can't say for certain without looking into it. - foser On Sat, 2003-05-10 at 14:19, Nick Brown wrote: > If I do; > USE="-X -cups -truetype" emerge -p imagemagick > it still insists on installing freetype! > > The below is from the imagemagick .ebuild. > The depend section has 2 lines that specify freetype. > The first unconditionally, and the second conditional on the truetype > USE flag. As can be seen in the compile section if you don't specify > truetype, it turns of support for it. > > How do I install imagemagick without installing freetype? > or is the .ebuild broken? > > thanks, > Nick > > > DEPEND="media-libs/jbigkit > >=sys-apps/bzip2-1 > sys-libs/zlib > >=media-libs/freetype-2.0 > X? ( virtual/x11 > >=app-text/dgs-0.5.9.1 ) > cups? ( >=app-text/ghostscript-6.50 ) > jpeg? ( >=media-libs/jpeg-6b ) > lcms? ( >=media-libs/lcms-1.06 ) > mpeg? ( media-video/mpeg2vidcodec ) > png? ( media-libs/libpng ) > tiff? ( >=media-libs/tiff-3.5.5 ) > xml2? ( >=dev-libs/libxml2-2.4.10 ) > truetype? ( =media-libs/freetype-2* )" > > src_compile() { > elibtoolize > > local myconf="" > use X || myconf="${myconf} --with-x=no" > use cups || myconf="${myconf} --without-gslib" > use jpeg || myconf="${myconf} --without-jpeg --without-jp2" > use lcms || myconf="${myconf} --without-lcms" > use mpeg || myconf="${myconf} --without-mpeg2" > use tiff || myconf="${myconf} --without-tiff" > use xml2 || myconf="${myconf} --without-xml" > use truetype || myconf="${myconf} --without-ttf" > > > > -- > gentoo-dev@gentoo.org mailing list > -- gentoo-dev@gentoo.org mailing list