Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219935 - blender-2.45-r3 is missing to apply ffmpeg patch
Summary: blender-2.45-r3 is missing to apply ffmpeg patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-01 14:17 UTC by Roberto Castagnola
Modified: 2008-05-01 15:08 UTC (History)
1 user (show)

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


Attachments

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