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

Bug 237687

Summary: media-video/ffmpeg-0.4.9_p20080326: broaden dependency on media-libs/libdc1394
Product: Gentoo Linux Reporter: Fabio Correa <facorread>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: VERIFIED FIXED    
Severity: enhancement Keywords: Inclusion
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabio Correa 2008-09-15 06:36:06 UTC
Hello, ffmpeg works also with version 2.0.2 of libdc1394. The proposed patch allows ffmpeg to compile against it.

--- ffmpeg-0.4.9_p20080326.old          2008-07-07 16:07:00.000000000 -0500
+++ ffmpeg-0.4.9_p20080326.ebuild       2008-09-15 01:01:30.000000000 -0500
@@ -32,7 +32,7 @@
        aac? ( media-libs/faad2 )
        a52? ( >=media-libs/a52dec-0.7.4-r4 )
        zlib? ( sys-libs/zlib )
-       ieee1394? ( =media-libs/libdc1394-1*
+       ieee1394? ( media-libs/libdc1394
                                sys-libs/libraw1394 )
        X? ( x11-libs/libX11 x11-libs/libXext )
        amr? ( media-libs/amrnb media-libs/amrwb )"
Comment 1 Alexis Ballier gentoo-dev 2008-10-14 09:39:38 UTC
fixed in 0.4.9_p20081014, thanks for reporting