Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140841 - Blender 2.42 no ffmpeg support
Summary: Blender 2.42 no ffmpeg support
Status: RESOLVED DUPLICATE of bug 140748
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 15:02 UTC by Andreas Fischer
Modified: 2006-07-17 15:06 UTC (History)
0 users

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


Attachments
Blender 2.42 Ebuild that is aware of "ffmpeg"-USE-flag (blender-2.42-r0.ebuild,3.00 KB, text/plain)
2006-07-17 15:06 UTC, Andreas Fischer
Details

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