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

Bug 74806

Summary: media-video/transcode ebuild cleanup
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 74561    
Attachments: transcode-0.6.14.ebuild
Patch over current ebuild

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2004-12-17 20:19:54 UTC
Currently, transcode ebuilds misses some use-flags (mmx, sse, sse2, network...) and uses a non-standard freetype use-flag (truetype is used everywhere else).

It also suffer from bug #74007 of xvid errors.
The attached ebuild (with also a patch from the current ebuild), fixes both the bug #74007, and also limits the problems of bug #74561 .

Please note that if that ebuild is used, the line about media-video/transcode:freetype local use flag should be removed from use.local.desc, too.

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-12-17 20:20:15 UTC
Created attachment 46251 [details]
transcode-0.6.14.ebuild
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2004-12-17 20:20:31 UTC
Created attachment 46252 [details, diff]
Patch over current ebuild
Comment 3 Imad R. Faiad 2005-01-08 06:11:09 UTC
the filter-flags line in the ebuild is wrong, change it as follows:
from:
filter-flags "-maltivec -mabi=altivec -momit-leaf-frame-pointer"
to:
filter-flags -maltivec -mabi=altivec -momit-leaf-frame-pointer
Comment 4 Joel Parker 2005-01-22 22:35:18 UTC
What's keeping 0.6.14 out of stable?
Comment 5 Jan Brinkmann (RETIRED) gentoo-dev 2005-01-23 14:11:03 UTC
thanks a lot for your effort, changes made and commited.