Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74806 - media-video/transcode ebuild cleanup
Summary: media-video/transcode ebuild cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 74561
  Show dependency tree
 
Reported: 2004-12-17 20:19 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-01-23 14:11 UTC (History)
0 users

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


Attachments
transcode-0.6.14.ebuild (transcode-0.6.14.ebuild,3.47 KB, text/plain)
2004-12-17 20:20 UTC, Diego Elio Pettenò (RETIRED)
Details
Patch over current ebuild (transcode.patch,2.41 KB, patch)
2004-12-17 20:20 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

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