Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489972 - media-video/ffmpeg-2.1 version bump
Summary: media-video/ffmpeg-2.1 version bump
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: 2013-10-31 14:26 UTC by Ulenrich
Modified: 2013-11-05 19:57 UTC (History)
3 users (show)

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 Ulenrich 2013-10-31 14:26:46 UTC
Just renaming ffmpeg-2.0.2 to ffmpeg-2.1 compiles well!

For the benefet this is a great backend lib as well for
/media-video/vlc-2.1.0
thanks to the great work TomWij did to this ebuild!
No issues playing videos using that combination!


Reproducible: Always
Comment 1 Ulenrich 2013-10-31 19:33:41 UTC
vlc recompiles an runs well, but
[ebuild   R    ] media-sound/aqualung-0.9_beta11-r2  USE="-alsa -cddb -debug ffmpeg flac -ifp -jack ladspa lame libsamplerate lua mac -modplug mp3 -musepack -oss podcast pulseaudio sndfile speex systray vorbis wavpack" 0 kB
produces:
---
...
dec_flac.c: In function ‘flac_decoder_open’:
dec_flac.c:534:6: warning: comparison between ‘FLAC__StreamDecoderState’ and ‘enum <anonymous>’ [-Wenum-compare]
dec_lavc.c: In function ‘decode_lavc’:
dec_lavc.c:47:25: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ undeclared (first use in this function)
dec_lavc.c:47:25: note: each undeclared identifier is reported only once for each function it appears in
dec_lavc.c:56:3: warning: ‘avcodec_decode_audio3’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3787) [-Wdeprecated-declarations]
dec_lavc.c:48:15: warning: unused variable ‘fsamples’ [-Wunused-variable]
dec_lavc.c:47:17: warning: unused variable ‘samples’ [-Wunused-variable]
dec_lavc.c: In function ‘lavc_decoder_open’:
dec_lavc.c:154:69: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ undeclared (first use in this function)
dec_lavc.c: In function ‘lavc_decoder_close’:
dec_lavc.c:187:2: warning: ‘av_close_input_file’ is deprecated (declared at /usr/include/libavformat/avformat.h:1793) [-Wdeprecated-declarations]
make[3]: *** [libdecoder_a-dec_lavc.o] Error 1
---
Using -ffmpeg and aqualung compiles.
Comment 2 Alexis Ballier gentoo-dev 2013-11-05 19:57:36 UTC
bumped