Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149826 - Typo? In media-tv/nuvexport-0.3_pre20060729 ebuild
Summary: Typo? In media-tv/nuvexport-0.3_pre20060729 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-02 02:58 UTC by Shannon Wynter
Modified: 2006-10-05 07:56 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 Shannon Wynter 2006-10-02 02:58:01 UTC
G'day folks.

/usr/portage/media-tv/nuvexport/nuvexport-0.3_pre20060729.ebuild

Line 32 of the ebuild reads
        if ! built_with_use media-video/ffmpeg acc encode threads xvid ; then

This results in the following error
        !!! media-video/ffmpeg-0.4.9_p20060530 does not actually support the acc USE flag!

Line 32 of the build should read
        if ! built_with_use media-video/ffmpeg aac encode threads xvid ; then
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2006-10-05 07:56:29 UTC
Fixed in CVS, thanks Shannon