Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12179 - xawtv assumes MMX
Summary: xawtv assumes MMX
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-15 02:19 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2002-12-15 15:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.