Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237687 - media-video/ffmpeg-0.4.9_p20080326: broaden dependency on media-libs/libdc1394
Summary: media-video/ffmpeg-0.4.9_p20080326: broaden dependency on media-libs/libdc1394
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2008-09-15 06:36 UTC by Fabio Correa
Modified: 2009-08-01 13:39 UTC (History)
0 users

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 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