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

Bug 219935

Summary: blender-2.45-r3 is missing to apply ffmpeg patch
Product: Gentoo Linux Reporter: Roberto Castagnola <roberto.castagnola>
Component: New packagesAssignee: Luca Barbato <lu_zero>
Status: RESOLVED FIXED    
Severity: normal CC: graphics+disabled
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Roberto Castagnola 2008-05-01 14:17:45 UTC
blender-2.45-r3 fails to compile with >=media-video/ffmpeg-0.4.9_p20080326 because it is missing to apply blender-2.45-ffmpeg.patch

--- /usr/portage/media-gfx/blender/blender-2.45-r3.ebuild
+++ blender-2.45-r3.ebuild
@@ -60,6 +60,7 @@
        epatch "${FILESDIR}"/blender-2.44-swscale.patch
        epatch "${FILESDIR}"/${P}-missing_includes.patch
        epatch "${FILESDIR}"/${P}-cve-2008-1102.patch
+       epatch "${FILESDIR}"/${P}-ffmpeg.patch

        if use ffmpeg ; then
                cd "${S}"/extern
Comment 1 Markus Meier gentoo-dev 2008-05-01 15:08:20 UTC
Fixed in cvs, thanks for the report.