Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499402 - media-video/ffmpeg-9999[fdk] should (R)DEPEND on media-libs/fdk-aac-0.1.3
Summary: media-video/ffmpeg-9999[fdk] should (R)DEPEND on media-libs/fdk-aac-0.1.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-26 22:49 UTC by Alex Xu (Hello71)
Modified: 2014-02-17 18:13 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 Alex Xu (Hello71) 2014-01-26 22:49:45 UTC
ERROR: libfdk_aac must be installed and version must be >= 3.4.12.

91489d28ba271fb9dde54cb26e7ae93ada2997df:

-enabled libfdk_aac        && require libfdk_aac fdk-aac/aacenc_lib.h aacEncOpen -lfdk-aac
+enabled libfdk_aac        && require libfdk_aac fdk-aac/aacenc_lib.h aacEncOpen -lfdk-aac &&
+                             { check_cpp_condition fdk-aac/aacenc_lib.h "AACENCODER_LIB_VL0 >= 3 && AACENCODER_LIB_VL1 >= 4 && AACENCODER_LIB_VL2 >= 12" ||
+                               die "ERROR: libfdk_aac must be installed and version must be >= 3.4.12."; }

which requires http://sourceforge.net/p/opencore-amr/fdk-aac/ci/fa3eba16446cc8f2f5e2dfc20d86a49dbd37299e/
Comment 2 Alex Xu (Hello71) 2014-01-26 23:11:42 UTC
Never mind. Apparently 0.1.3 >= 3.4.12.
Comment 3 Alexis Ballier gentoo-dev 2014-02-17 18:13:23 UTC
(In reply to Alex Xu (Hello71) from comment #2)
> Never mind. Apparently 0.1.3 >= 3.4.12.

dep added; thx