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

Bug 140841

Summary: Blender 2.42 no ffmpeg support
Product: Gentoo Linux Reporter: Andreas Fischer <cyberfrag>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Blender 2.42 Ebuild that is aware of "ffmpeg"-USE-flag

Description Andreas Fischer 2006-07-17 15:02:28 UTC
When emerging the new Blender 2.42 ebuild, there is no way to enable ffmpeg support under Linux. This severely cripples the enhanced sequence editor, which is a major new feature in this version.

This could easily be governed by the USE variable "ffmpeg". I will attach an ebuild wich is aware of the ffmpeg USE-variable.


Actual Results:
fffmpeg movies can not be edited with Blender 2.42

Expected Results:
Editing ffmpeg movies with Blender 2.42
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-17 15:04:52 UTC

*** This bug has been marked as a duplicate of 140748 ***
Comment 2 Andreas Fischer 2006-07-17 15:06:38 UTC
Created attachment 92034 [details]
Blender 2.42 Ebuild that is aware of "ffmpeg"-USE-flag

This is the diff of the ebuild:

8c8
< IUSE="openal sdl openexr jpeg png nls iconv blender-game"
---
> IUSE="openal sdl openexr jpeg png nls iconv blender-game ffmpeg"
21a22
>       ffmpeg? ( media-video/ffmpeg )
74a76
>       myconf="${myconf} $(blend_with ffmpeg)"