ports/69832: [PATCH] multimedia/transcode: [add jpeg-mmx support]

Hendrik Scholz hscholz at raisdorf.net
Mon Aug 30 14:01:18 UTC 2004


The following reply was made to PR ports/69832; it has been noted by GNATS.

From: Hendrik Scholz <hscholz at raisdorf.net>
To: Michael Johnson <ahze at ahze.net>
Cc: freebsd-gnats-submit at FreeBSD.org, Volker Stolz <vs at freebsd.org>
Subject: Re: ports/69832: [PATCH] multimedia/transcode: [add jpeg-mmx support]
Date: Mon, 30 Aug 2004 15:51:28 +0200

 Hi!
 
 Michael Johnson wrote:
 > it probably should be the following because you can define WITH_JPEGMMX 
 > and not have nasm installed.
 
 JPEGMMX has NASM as build depends and is only for i386.
 With WITH_JPEGMMX turned on it turns transcode into a i386 only port.
 WITH_NASM implies ONLY_FOR_ARCHES=i386 so it's been taken care of as of now.
 
 You are right about the fact that one can build transcode without having
 nasm installed but still having WITH_JPEGMMX (probably installed as 
 binary package).
 
 Your second part makes sense but I'd add ONLY_FOR_ARCHES= i386:
 
 .if exists(${LOCALBASE}/lib/libjpeg-mmx.so.62)
 WITH_JPEGMMX=     yes
 ONLY_FOR_ARCHES=	i386
 .endif
 
 Hendrik
 
 -- 
 Hendrik Scholz - <hscholz at raisdorf.net> - http://www.wormulon.net/
 drag me, drop me - treat me like an object



More information about the freebsd-ports-bugs mailing list