Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140412 - x264-svn-20060612 ebuild has wrong DEPEND.
Summary: x264-svn-20060612 ebuild has wrong DEPEND.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-14 14:12 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2006-07-14 14:25 UTC (History)
0 users

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


Attachments
x264-svn-20060612.ebuild.patch (x264-svn-20060612.ebuild.patch,151 bytes, text/plain)
2006-07-14 14:15 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details
x264-svn-20060612.ebuild.patch (x264-svn-20060612.ebuild.patch,151 bytes, text/plain)
2006-07-14 14:25 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-07-14 14:12:56 UTC
While compiling x264-svn-20060612 with USE flag "mp4" gpac is needed at compile time.

${WORKDIR}/x264-svn-20060612/work/x264-svn/muxers.c needs <gpac/isomedia.h> which is provided by gpac.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-07-14 14:15:34 UTC
Created attachment 91731 [details]
x264-svn-20060612.ebuild.patch

I attach patch to this ebuild.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-14 14:19:01 UTC
Uhm?

<snip>
RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 )"
DEPEND="${RDEPEND}
</snip>
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-07-14 14:25:17 UTC
Created attachment 91732 [details]
x264-svn-20060612.ebuild.patch

That was reversed patch :d.
This is correct.