Your message dated Mon, 19 May 2014 21:35:09 +0000
with message-id <e1wmvdb-0003vb...@franck.debian.org>
and subject line Bug#739426: fixed in kino 1.3.4-2.1
has caused the Debian Bug report #739426,
regarding kino: 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.)
--
739426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: kino
Source-Version: 1.3.4-2.1
We believe that the bug you reported is fixed in the latest version of
kino, 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 kino 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: SHA256
Format: 1.8
Date: Sat, 17 May 2014 16:42:03 -0400
Source: kino
Binary: kino
Architecture: source amd64
Version: 1.3.4-2.1
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <siret...@debian.org>
Changed-By: Reinhard Tartler <siret...@tauware.de>
Description:
kino - Non-linear editor for Digital Video data
Closes: 739426
Changes:
kino (1.3.4-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Upload to unstable (Closes: #739426)
Checksums-Sha1:
d6588019e0cf443911aff172cb8108dc83130a6d 2197 kino_1.3.4-2.1.dsc
1740c504bf789fa4498dd0a7f54b4af4b2d124ec 37701 kino_1.3.4-2.1.diff.gz
458f11e75a681f0745c9f8239aa8971605e737de 4213926 kino_1.3.4-2.1_amd64.deb
Checksums-Sha256:
dc5aa278dfd0f3645d329f490f67334e6dd5d6cdd82a2c31858d5b55b045e4a3 2197
kino_1.3.4-2.1.dsc
0be4bebf6221df10c0a94dd3100ef44fe31cdaefdbfaba6df6de2a94e8657a44 37701
kino_1.3.4-2.1.diff.gz
80e3a2a32807f320a990fe10269e1b8b30283a036b76c7b7ed148bf7d2596931 4213926
kino_1.3.4-2.1_amd64.deb
Files:
6440fcf51cf2a5990e5a63ebbce42e5f 4213926 graphics extra
kino_1.3.4-2.1_amd64.deb
23c12bc0615b79a43647e70edeac7e6d 2197 graphics extra kino_1.3.4-2.1.dsc
ee277515444c7d72b93914ad2597c84f 37701 graphics extra kino_1.3.4-2.1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQGcBAEBCAAGBQJTd9FyAAoJEIuAbIZKeKRFJ/UL/i3cbb7GfdpWg/IWetFr0bhB
a2hCBvfATP5oICYAqcF9ONsSw3vryLKzotz8ENEzSBX1QY/Q/dlboGCZU4nNaMfI
66yh4g4URJxPXopJiZ4dW3oQUmz0iSimLLs4/24ra8iWe3zWoC7kXW9kJS8iAidj
0y8SzZy6o2U5+9Fm4SWrjydagkQkuFSmFNa1UlMGywVlLzqmXxN+gKlxqXfo4H8y
vP+FEV/alO5ri9IQR29OIz+73Q0+ZkZH9Sl/oyyGViTV4WDxViQ6hwLvdheFqN7u
QasRpTdZrzBRFbJR9OwvU4uJPAQsZGhdIFXYzrk/SJ2Y/dcxsKC7JVq2+JZXgPfH
0RJ6EsRmoarJBzBoufHCN3a0tpDJIr+YZsqa3dyvyZOO4YnbmTLN4wvPPrzGI58N
3+UfVzSsM65KD8sZvhkTBqsNU6bCCT7IGsIkWLRp0fmQVJ3BS1nu8r7Ue6DaTivZ
Sd1oSf/nqf3vgibeRPp5Qr5VpxTOdLsOBDkVpO0ppA==
=/4hY
-----END PGP SIGNATURE-----
--- End Message ---