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

Bug 51740

Summary: cinelerra 1.2.0 ebuld needs some changes to work on amd64 platform
Product: Gentoo Linux Reporter: Daniel Weigert <dlw>
Component: New packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Weigert 2004-05-22 09:59:37 UTC
The ebuild for cinelerra 1.2.0 requires two changes to successfully compile on the amd64 platform.  The first is to add tha ~amd64 keyword, and the second is to add the following to the src_install section

if [ -n "`use amd64`" ]; then
myarch="${CHOST/-*/}" #should solve the AMD64 issue
fi

This was a crude copy and paste to see if it would work, and it did.  After making these changes to the ebuild I was able to compile and install a working cinelerra on the amd64 platform.




Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2004-05-26 11:15:05 UTC
In CVS now, thanks!