Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 12179

Summary: xawtv assumes MMX
Product: Gentoo Linux Reporter: Rajiv Aaron Manglani (RETIRED) <rajiv>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rajiv Aaron Manglani (RETIRED) gentoo-dev 2002-12-15 02:19:14 UTC
xawtv 3.81 ebuild assumes that you have mmx. see xaw-deinterlace-3.76-0.1.0.diff
line 279 (which creates xawtv-3.81/libng/plugins/linear_blend.c line 36):

#define MMX


this obviously causes problems on my ppc (and other non-mmx machines). the
ebuild should check if USE includes "mmx" and only define MMX if that is the case.

once this is fixed, the ebuild can be keyworded ~ppc as well as what is there
now (aside from the MMX issue, xawtv compiles and runs on my ppc).
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-15 06:17:01 UTC
thanks :)

please test versions 3.80 and 3.81
Comment 2 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2002-12-15 15:18:49 UTC
tested, looks fine. added ~ppc keyword.