Your message dated Sun, 11 May 2014 14:34:00 -0400
with message-id 
<CAJ0cceZVQboLV3iua=cekmhiy+l9uxvy4yphrljabtdbj8k...@mail.gmail.com>
and subject line Fixed in unstable
has caused the Debian Bug report #739377,
regarding FTBFS with libav10
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
739377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739377
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: yorick-av
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


yav.c:241:10: error: 'CODEC_ID_FLV1' undeclared (first use in this function)
     case CODEC_ID_FLV1:
          ^
yav.c:242:10: error: 'CODEC_ID_ASV1' undeclared (first use in this function)
     case CODEC_ID_ASV1:
          ^
yav.c:243:10: error: 'CODEC_ID_ASV2' undeclared (first use in this function)
     case CODEC_ID_ASV2:
          ^
yav.c: In function 'yav_opencodec':
yav.c:269:5: warning: 'avcodec_alloc_frame' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
     obj->picture = avcodec_alloc_frame();
     ^
yav.c:281:42: error: 'CODEC_ID_H264' undeclared (first use in this function)
     if (obj->oc->oformat->video_codec == CODEC_ID_H264 ||
                                          ^
yav.c:282:35: error: 'CODEC_ID_THEORA' undeclared (first use in this function)
  obj->oc->oformat->video_codec == CODEC_ID_THEORA) obj->picture->pts=-1;
                                   ^
yav.c:289:7: warning: 'avcodec_alloc_frame' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
       obj->tmp_picture = avcodec_alloc_frame();
       ^
yav.c: In function 'Y_av_write':
yav.c:381:40: error: 'CODEC_ID_H264' undeclared (first use in this function)
   if (obj->oc->oformat->video_codec == CODEC_ID_H264 ||
                                        ^
yav.c:382:40: error: 'CODEC_ID_THEORA' undeclared (first use in this function)
       obj->oc->oformat->video_codec == CODEC_ID_THEORA) ++obj->picture->pts;
                                        ^
make[2]: *** [yav.o] Error 1
make[2]: Leaving directory `/home/jmm/av10/yorick-av-0.0.2'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/home/jmm/av10/yorick-av-0.0.2'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Version: 0.0.3-1

This package should be OK, still needs to be rebuilt though.

-- 
regards,
    Reinhard

--- End Message ---

Reply via email to