Your message dated Tue, 15 Jul 2014 15:51:48 +0000
with message-id <e1x751a-0002ew...@franck.debian.org>
and subject line Bug#739433: fixed in performous 0.7.0+git20140715-1
has caused the Debian Bug report #739433,
regarding performous: 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.)


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

+-2.0/include -I/usr/include/GL -I/usr/include/x86_64-linux-gnu 
-I/home/jmm/av10/performous-0.7.0/build-tree/game    -o 
CMakeFiles/performous.dir/ffmpeg.cc.o -c 
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc: In destructor 
'FFmpeg::~FFmpeg()':
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc:42:63: error: 
'audio_resample_close' was not declared in this scope
  if (m_resampleContext) audio_resample_close(m_resampleContext);
                                                               ^
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc: In member function 'void 
FFmpeg::open()':
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc:74:153: error: 
'av_audio_resample_init' was not declared in this scope
   m_resampleContext = av_audio_resample_init(AUDIO_CHANNELS, cc->channels, 
m_rate, cc->sample_rate, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16, 16, 10, 0, 0.8);

                         ^
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc: In constructor 
'FFmpeg::decodePacket()::AVFrameWrapper::AVFrameWrapper()':
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc:145:29: warning: 'AVFrame* 
avcodec_alloc_frame()' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   AVFrameWrapper(): m_frame(avcodec_alloc_frame()) {
                             ^
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc:145:49: warning: 'AVFrame* 
avcodec_alloc_frame()' is deprecated (declared at 
/usr/include/libavcodec/avcodec.h:3110) [-Wdeprecated-declarations]
   AVFrameWrapper(): m_frame(avcodec_alloc_frame()) {
                                                 ^
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc: In member function 'void 
FFmpeg::processAudio(AVFrame*)':
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc:194:33: error: 
'AVCODEC_MAX_AUDIO_FRAME_SIZE' was not declared in this scope
  std::vector<int16_t> resampled(AVCODEC_MAX_AUDIO_FRAME_SIZE);
                                 ^
/home/jmm/av10/performous-0.7.0/game/ffmpeg.cc:195:105: error: 'audio_resample' 
was not declared in this scope
  int frames = audio_resample(m_resampleContext, &resampled[0], 
(short*)frame->data[0], frame->nb_samples);
                                                                                
                         ^
make[3]: *** [game/CMakeFiles/performous.dir/ffmpeg.cc.o] Error 1
make[3]: Leaving directory `/home/jmm/av10/performous-0.7.0/build-tree'
make[2]: *** [game/CMakeFiles/performous.dir/all] Error 2
make[2]: Leaving directory `/home/jmm/av10/performous-0.7.0/build-tree'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jmm/av10/performous-0.7.0/build-tree'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: performous
Source-Version: 0.7.0+git20140715-1

We believe that the bug you reported is fixed in the latest version of
performous, 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.
Markus Koschany <a...@gambaru.de> (supplier of updated performous 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: SHA512

Format: 1.8
Date: Tue, 15 Jul 2014 16:42:04 +0200
Source: performous
Binary: performous performous-tools performous-dbg
Architecture: source amd64
Version: 0.7.0+git20140715-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@gambaru.de>
Description:
 performous - karaoke game that allows user supplied songs
 performous-dbg - karaoke game that allows user supplied songs - debug
 performous-tools - karaoke game that allows user supplied songs - tools
Closes: 739433 754486
Changes:
 performous (0.7.0+git20140715-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.7.0+git20140715.
     - Fixes FTBFS with libav10. (Closes: #739433, #754486)
   * Add libavresample-dev to Build-Depends. Needed for libav10.
   * Update README.source for new release.
   * Drop desktop-file.patch. Merged upstream.
   * Switch to SDL2 by using libsdl2-dev instead of libsdl1.2-dev.
Checksums-Sha1:
 45e8e73a9695475f24fb8d258b9a47a85b8847e3 2632 
performous_0.7.0+git20140715-1.dsc
 0d6b18f9a4a524507becee1cc10a38ee301e53d5 3695480 
performous_0.7.0+git20140715.orig.tar.xz
 eaf81e6fa9e511f67383b095b622ffecdd417208 13088 
performous_0.7.0+git20140715-1.debian.tar.xz
 af5864ac8b0c4e7ab4b90f3e05c611be6ac2aa90 3806594 
performous_0.7.0+git20140715-1_amd64.deb
 969bd6a4de61ec4daf644445c0a1d433b72daa83 150246 
performous-tools_0.7.0+git20140715-1_amd64.deb
 77ca074fe59a62b7a61c32bfbf23262f6405fa21 15278450 
performous-dbg_0.7.0+git20140715-1_amd64.deb
Checksums-Sha256:
 225c83037c68d8bb38f6c01a052b60820dbda0c7bac2b36134025543d7df7b7d 2632 
performous_0.7.0+git20140715-1.dsc
 7f26066dda3e8a9dc5a457b9987b9a27f19efae1e515b1a8db783e0166b4b3a9 3695480 
performous_0.7.0+git20140715.orig.tar.xz
 96c57fc368372f6e55b8fd588c79a4a1df27033e89309e8002d589fe57e24155 13088 
performous_0.7.0+git20140715-1.debian.tar.xz
 fbbe01700e48803f4120cc07c8b76ee9085624a84e5a8e733896124eb3ce98aa 3806594 
performous_0.7.0+git20140715-1_amd64.deb
 0e916d7ca9dd7f4a66412b02c878a523d4d24d4568c22b48b275776db3e17672 150246 
performous-tools_0.7.0+git20140715-1_amd64.deb
 0f1a9bb0501eec6b6796291125c41560ff2fb1ff891bc4352803e3023c2a8122 15278450 
performous-dbg_0.7.0+git20140715-1_amd64.deb
Files:
 d2530764e86cc4938332c5fa4aff113a 3806594 games optional 
performous_0.7.0+git20140715-1_amd64.deb
 0a1309bbd5f1cd45c0d8edfa448e6d4b 150246 games optional 
performous-tools_0.7.0+git20140715-1_amd64.deb
 7ea078124d44e4816efa5dc7eedafdb5 15278450 debug extra 
performous-dbg_0.7.0+git20140715-1_amd64.deb
 2b695ec55ab344d7ef946fc969d64347 2632 games optional 
performous_0.7.0+git20140715-1.dsc
 2e4bea92b6671151840446372dce204f 3695480 games optional 
performous_0.7.0+git20140715.orig.tar.xz
 d1982d8db6de4a0a4fc63cdad175f6eb 13088 games optional 
performous_0.7.0+git20140715-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJTxUhAXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1Hkf0YP/ixuLEDWJbS22rK12L2VEKpl
B/4ONLHipMy0AF/qtIYZZO1tu4DT+/AeXjsYXzbwWatWBckyTEn+2ud0YHciX1/s
xwiHA6rAaQcJrJh+dui7DKD+K4aDtFNRykwVCg9uugSIjElgh7RB07UeO7pI2rMP
GaMNiB4GoqOqgtyY0fMP+4bdg2ciOnLy8a3O8O4Ct4qLY1j3anNoJlmQZIV8xj1d
JEyLlEvlFY10iXG4a8wrGkuhQlP5nsXXjgBK8PEADHZjk9zxcqhW5RCAugCws9wX
QbIvHzY07bqiUcLbG8fLkbGYjAEHJBW7r4X81PAw+Z+VQVRwpqICIIkLmbFXAs79
mxkVD4r+D+yOA+ZofS2d+TfxKjzQyAznqvFzj/vC0pj2BnYjnm25wPw7BCjRMf7i
AkmRfFwPfxGUk8jA641tC/rTyW/YAUg+e63K7yckJM5+YBSu6vUrN8Abp4GCtUNA
OhzR330fB6x8QSYGEFKepr2oecEtVNKWhrBdSotMozHW/aSKLgYrGi5ezpQNhksL
MGlTjsTEFhSTtIvQEUeUP3t2Kf0ZVVSasZAlf1I6nQu0o7c69uJYPctw8RnWCfW+
17kRdanq/JA/yfldwS/smM8ZlQRdZwL8+XK5d43BXMfCoedAoGVrCEg5rXkrHQ83
F4jH3x8lPfqwyyq+e5aG
=BbgT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to