Source: survex
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

st -f 'moviemaker.cc' || echo './'`moviemaker.cc
moviemaker.cc: In member function 'bool MovieMaker::Open(const char*, int, 
int)':
moviemaker.cc:98:27: error: 'CODEC_ID_NONE' was not declared in this scope
 #  define AVCODEC_ID_NONE CODEC_ID_NONE
                           ^
moviemaker.cc:146:29: note: in expansion of macro 'AVCODEC_ID_NONE'
     if (fmt->video_codec == AVCODEC_ID_NONE) {
                             ^
moviemaker.cc:232:13: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated 
(declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
     frame = avcodec_alloc_frame();
             ^
moviemaker.cc:232:33: warning: 'AVFrame* avcodec_alloc_frame()' is deprecated 
(declared at /usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
     frame = avcodec_alloc_frame();
                                 ^
moviemaker.cc: In member function 'void MovieMaker::release()':
moviemaker.cc:504:2: warning: 'void avcodec_free_frame(AVFrame**)' is 
deprecated (declared at /usr/include/libavcodec/avcodec.h:3135) 
[-Wdeprecated-declarations]
  avcodec_free_frame(&frame);
  ^
moviemaker.cc:504:27: warning: 'void avcodec_free_frame(AVFrame**)' is 
deprecated (declared at /usr/include/libavcodec/avcodec.h:3135) 
[-Wdeprecated-declarations]
  avcodec_free_frame(&frame);
                           ^
make[4]: *** [aven-moviemaker.o] Error 1
make[4]: Leaving directory `/home/jmm/av10/survex-1.2.11/src'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/jmm/av10/survex-1.2.11/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jmm/av10/survex-1.2.11'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/survex-1.2.11'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to