Your message dated Mon, 24 Feb 2014 12:00:06 +0000
with message-id <e1whucc-0006tv...@franck.debian.org>
and subject line Bug#739321: fixed in gpac 0.5.0+svn5104~dfsg1-1
has caused the Debian Bug report #739321,
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.)


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


ffmpeg_decode.c:352:8: error: 'CODEC_ID_GIF' undeclared (first use in this 
function)
   case CODEC_ID_GIF:
        ^
ffmpeg_decode.c: In function 'FFDEC_ProcessData':
ffmpeg_decode.c:630:3: warning: implicit declaration of function 
'avcodec_decode_audio3' [-Wimplicit-function-declaration]
   len = avcodec_decode_audio3(ctx, (short *)ffd->audio_buf, &gotpic, &pkt);
   ^
ffmpeg_decode.c:673:24: error: 'CODEC_ID_RAWVIDEO' undeclared (first use in 
this function)
  if ( ctx->codec_id == CODEC_ID_RAWVIDEO) {
                        ^
ffmpeg_decode.c:770:35: error: 'CODEC_ID_H263' undeclared (first use in this 
function)
     *codec = avcodec_find_decoder(CODEC_ID_H263);
                                   ^
ffmpeg_decode.c: In function 'FFDEC_CanHandleStream':
ffmpeg_decode.c:996:94: error: 'CODEC_ID_MP2' undeclared (first use in this 
function)
   if ((ffd->oti==GPAC_OTI_AUDIO_MPEG2_PART3) || 
(ffd->oti==GPAC_OTI_AUDIO_MPEG1)) codec_id = CODEC_ID_MP2;
                                                                                
              ^
ffmpeg_decode.c:1035:47: error: 'CODEC_ID_MPEG4' undeclared (first use in this 
function)
   case GPAC_OTI_VIDEO_MPEG4_PART2: codec_id = CODEC_ID_MPEG4; break;
                                               ^
ffmpeg_decode.c:1037:39: error: 'CODEC_ID_H264' undeclared (first use in this 
function)
   case GPAC_OTI_VIDEO_AVC: codec_id = CODEC_ID_H264; break;
                                       ^
ffmpeg_decode.c:1047:15: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in 
this function)
    codec_id = CODEC_ID_MPEG2VIDEO; break;
               ^
ffmpeg_decode.c:1050:15: error: 'CODEC_ID_MJPEG' undeclared (first use in this 
function)
    codec_id = CODEC_ID_MJPEG;
               ^
make[3]: *** [ffmpeg_decode.o] Error 1
make[3]: Leaving directory 
`/home/jmm/av10/gpac-0.5.0+svn4288~dfsg1/modules/ffmpeg_in'
make[2]: *** [plugs] Error 2
make[2]: Leaving directory `/home/jmm/av10/gpac-0.5.0+svn4288~dfsg1/modules'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/gpac-0.5.0+svn4288~dfsg1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: gpac
Source-Version: 0.5.0+svn5104~dfsg1-1

We believe that the bug you reported is fixed in the latest version of
gpac, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <siret...@tauware.de> (supplier of updated gpac package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 22 Feb 2014 18:15:00 +0000
Source: gpac
Binary: gpac gpac-dbg gpac-modules-base libgpac3 libgpac-dbg libgpac-dev
Architecture: amd64 source
Version: 0.5.0+svn5104~dfsg1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Closes: 730497 730759 739321
Description: 
 gpac-dbg   - GPAC Project on Advanced Content - debugging symbols
 gpac       - GPAC Project on Advanced Content - utilities
 gpac-modules-base - GPAC Project on Advanced Content - modules
 libgpac3   - GPAC Project on Advanced Content - shared libraries
 libgpac-dbg - GPAC Project on Advanced Content - debugging symbols for libgpac3
 libgpac-dev - GPAC Project on Advanced Content - development files
Changes: 
 gpac (0.5.0+svn5104~dfsg1-1) experimental; urgency=low
 .
   * New  upstream version 0.5.0+svn5104~dfsg1:
     - src/utils/sha1.c is relicensed under LGPLv2.1, Closes: #730759
   * Don't install modules in multi-arch directories, Closes: #730497
   * Add libusb-1.0.0-dev headers because libfreenect requires this
   * Fix install rule
   * Follow upstream soname bump
     - Drop the symbols file for now until it has been revised thourougly
   * Let binaries produce the correct svn revision
   * Refresh patches
   * Patch and build against libav10, Closes: #739321
   * Bump standards version, no changes necessary
Checksums-Sha1: 
 218bf0d50ece88412f82ddaa79bc899916b93e9d 2155 gpac_0.5.0+svn5104~dfsg1-1.dsc
 af2948772509f2c8ea8a80181edba8c543dc8e3e 4665667 
gpac_0.5.0+svn5104~dfsg1.orig.tar.bz2
 d82c5ca0c7823a866708e17d79e7ea59d6bb7b64 28876 
gpac_0.5.0+svn5104~dfsg1-1.debian.tar.xz
 0cfb9e1b365f49df36770f2bdf4085bb415d02fd 230860 
gpac_0.5.0+svn5104~dfsg1-1_amd64.deb
 7a0479aac8c2978fed795fea5664c5f06a979d4f 1387956 
gpac-dbg_0.5.0+svn5104~dfsg1-1_amd64.deb
 ac9d75b8a8634b2b106b759ac63d30bbf06338c7 243078 
gpac-modules-base_0.5.0+svn5104~dfsg1-1_amd64.deb
 2787b340e86ae6050d9363291d99801cbe470c47 1436188 
libgpac3_0.5.0+svn5104~dfsg1-1_amd64.deb
 afa79e56dd33586cfd54bd189b947925f31d0910 4868798 
libgpac-dbg_0.5.0+svn5104~dfsg1-1_amd64.deb
 20be5994898633a352c9d28cb3baaf2ddb052a4b 1930598 
libgpac-dev_0.5.0+svn5104~dfsg1-1_amd64.deb
Checksums-Sha256: 
 ef0fa635e69d974bcbec8fed354183eaf24c30c77b4366d751536aabb1de213d 2155 
gpac_0.5.0+svn5104~dfsg1-1.dsc
 b7f4b73e42fe997bf0776aa8e004695bb266c098b604a269e4eff1a96248a10c 4665667 
gpac_0.5.0+svn5104~dfsg1.orig.tar.bz2
 9d0bde86ea36e0725415710ce2062d07d2a7856ca32916ad789be98285d460bd 28876 
gpac_0.5.0+svn5104~dfsg1-1.debian.tar.xz
 005e00c5bb49e8e776052d65ed76b6dd163ec5a0be0ab19fa744b03ef97f7d2e 230860 
gpac_0.5.0+svn5104~dfsg1-1_amd64.deb
 f74dc3f548efd8b47c9868369323e4d21ae49c88bb8abd633a4fc8a26530f078 1387956 
gpac-dbg_0.5.0+svn5104~dfsg1-1_amd64.deb
 427ffe88b3c751435280739c83ed73fcbb7a2a734fe5dae4f60a43b7707b79d0 243078 
gpac-modules-base_0.5.0+svn5104~dfsg1-1_amd64.deb
 74987df3c0877e3a997fa2a7abf5e83a2ebfac5dc1192bed79c8278da7d7b145 1436188 
libgpac3_0.5.0+svn5104~dfsg1-1_amd64.deb
 cb67d15bb8c59ac34226dc3bb2b82011b8e516d231e7b5679f8a176232be51c2 4868798 
libgpac-dbg_0.5.0+svn5104~dfsg1-1_amd64.deb
 34046bfc65fe1f522e63c48501018720edd46e2f965b01f7cc1d5e9d164e505f 1930598 
libgpac-dev_0.5.0+svn5104~dfsg1-1_amd64.deb
Files: 
 d607802134715bce921b8f266e63541d 2155 graphics optional 
gpac_0.5.0+svn5104~dfsg1-1.dsc
 7105d17e4a95fe3e72de979fd964e7c9 4665667 graphics optional 
gpac_0.5.0+svn5104~dfsg1.orig.tar.bz2
 55b0caf704cd17bad8ea56e2174073fe 28876 graphics optional 
gpac_0.5.0+svn5104~dfsg1-1.debian.tar.xz
 db4b78a391ffc08c93cb257279dab363 230860 graphics optional 
gpac_0.5.0+svn5104~dfsg1-1_amd64.deb
 d547e57c07a4041618dd093ca1664411 1387956 debug extra 
gpac-dbg_0.5.0+svn5104~dfsg1-1_amd64.deb
 2f04343427ee37fa425be1ee41bf6c0d 243078 graphics optional 
gpac-modules-base_0.5.0+svn5104~dfsg1-1_amd64.deb
 fa4715e865f8b66bf5595a4750fa3a7b 1436188 libs optional 
libgpac3_0.5.0+svn5104~dfsg1-1_amd64.deb
 789bc05b5880219f93d4669b11901b8c 4868798 debug extra 
libgpac-dbg_0.5.0+svn5104~dfsg1-1_amd64.deb
 29d84d5629a6c1b1317c4d920c6e6ee8 1930598 libdevel optional 
libgpac-dev_0.5.0+svn5104~dfsg1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (GNU/Linux)
Comment: Debian Powered!

iEYEARECAAYFAlMJEJUACgkQmAg1RJRTSKT2zQCcC2YJPubY/ACOEMsdLwvIvLpE
pW4An1eX5FhZ81Z3YrJDQFyj8Q9xUW7r
=CiJ+
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to