Bug#739426: FTBFS with libav10

Moritz Muehlenhoff jmm at debian.org
Tue Feb 18 18:03:04 UTC 2014


Package: kino
Severity: important

Hi,
your package fails to build from source against libav 10 (currently
packaged in experimental). This bug will become release-critical
at some point when the libav10 transition starts.

Migration documentation can be found at
https://wiki.libav.org/Migration/10

Cheers,
        Moritz


make[4]: Entering directory `/home/jmm/av10/kino-1.3.4/src'
g++ -DHAVE_CONFIG_H -I. -I.. -Wall     -I/usr/include/lqt   -I/usr/include/alsa   -I/usr/include/libxml2   -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz      -D_FILE_OFFSET_BITS=64 -DKINO_PLUGINDIR=\""/usr/lib/kino-gtk2"\" -DDATADIR=\""/usr/share"\" -D_REENTRANT -D__STDC_CONSTANT_MACROS    -g -O2 -MT frame.o -MD -MP -MF .deps/frame.Tpo -c -o frame.o frame.cc
frame.cc: In constructor 'Frame::Frame()':
frame.cc:105:51: error: 'CODEC_ID_DVVIDEO' was not declared in this scope
  avcodec_open2( libavcodec, avcodec_find_decoder( CODEC_ID_DVVIDEO ), NULL );
                                                   ^
frame.cc: In member function 'int Frame::ExtractRGB(void*)':
frame.cc:1062:19: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
  AVFrame *frame = avcodec_alloc_frame();
                   ^
frame.cc:1062:39: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
  AVFrame *frame = avcodec_alloc_frame();
                                       ^
frame.cc: In member function 'int Frame::ExtractYUV(void*)':
frame.cc:1127:19: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
  AVFrame *frame = avcodec_alloc_frame();;
                   ^
frame.cc:1127:39: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
  AVFrame *frame = avcodec_alloc_frame();;
                                       ^
frame.cc: In member function 'int Frame::ExtractYUV420(uint8_t*, uint8_t**)':
frame.cc:1166:19: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
  AVFrame *frame = avcodec_alloc_frame();
                                       ^
frame.cc: In member function 'bool Frame::CreateEncoder(bool, bool)':
frame.cc:1343:27: error: 'CODEC_ID_DVVIDEO' was not declared in this scope
    vst->codec->codec_id = CODEC_ID_DVVIDEO;
                           ^
frame.cc: In member function 'void Frame::EncodeRGB(uint8_t*)':
frame.cc:1454:20: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   AVFrame *input = avcodec_alloc_frame();
                    ^
frame.cc:1454:40: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   AVFrame *input = avcodec_alloc_frame();
                                        ^
frame.cc:1455:21: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   AVFrame *output = avcodec_alloc_frame();
                     ^
frame.cc:1455:41: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   AVFrame *output = avcodec_alloc_frame();
                                         ^
frame.cc:1475:92: error: 'avcodec_encode_video' was not declared in this scope
    bytesInFrame = avcodec_encode_video( avcodecEncoder, avpacketEncoder.data, size, output );
                                                                                            ^
make[4]: *** [frame.o] Error 1
make[4]: Leaving directory `/home/jmm/av10/kino-1.3.4/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jmm/av10/kino-1.3.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmm/av10/kino-1.3.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/kino-1.3.4'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
j



More information about the pkg-multimedia-maintainers mailing list