Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152568 - media-video/mjpegtools-1.8.0-r1 has various asm-related issues
Summary: media-video/mjpegtools-1.8.0-r1 has various asm-related issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-23 08:55 UTC by Simon Stelling (RETIRED)
Modified: 2006-11-19 09:24 UTC (History)
2 users (show)

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


Attachments
patch (mjpegtools-1.8.0-r1.patch,1.71 KB, patch)
2006-10-23 08:55 UTC, Simon Stelling (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Stelling (RETIRED) gentoo-dev 2006-10-23 08:55:14 UTC
media-video/mjpegtools-1.8.0-r1 has a bunch of mistakes in it:

* Enables a nonexisting cmov option depending on CHOST
* Enables SIMD (which turns out to be nothing but MMX) depending on ANY OF mmx,sse,3dnow.
* x86? in DEPEND
* Tries to enable SIMD on amd64 when it in fact doesn't
* Tests for CHOST containing x86_64 in a 'if use x86' block

The ebuild can be simplified quite a bit, see attached patch. If you don't object within 5 days, I am going to commit the patch.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2006-10-23 08:55:38 UTC
Created attachment 100292 [details, diff]
patch
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2006-11-19 09:17:53 UTC
be sure to update this patch now that jpeg-mmx is being removed from the tree.
Comment 3 Matthias Schwarzott gentoo-dev 2006-11-19 09:24:19 UTC
Applied fixes to mjpegtools-1.8.0-r2.