Your message dated Tue, 27 Sep 2011 04:47:46 +0000
with message-id <e1r8pa6-0004wa...@franck.debian.org>
and subject line Bug#638535: fixed in lynkeos.app 1.2-6
has caused the Debian Bug report #638535,
regarding Needs to be adapted for libav/0.7.1
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.)
--
638535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638535
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lynkeos.app
Severity: important
Hi,
the transition from ffmpeg/0.6.2 to libav/0.7 is planned soonish.
(libav is a ffmpeg fork, to which Debian will switch, see
http://en.wikipedia.org/wiki/FFmpeg for more information)
Your package currently fails to build from source when built against
libav/0.7.1 and needs to be adapted. You can test this yourself by
building against the packages from experimental:
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs ./obj/Lynkeos.obj/
/usr/share/GNUstep/Makefiles/mkinstalldirs Lynkeos.app/.
gcc ffmpeg_access.c -c \
-MMD -MP -DFLOAT_PIXELS -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1
-DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC
-Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -I. -I/usr/local/include/GNUstep
-I/usr/include/GNUstep
\
-o obj/Lynkeos.obj/ffmpeg_access.c.o
ffmpeg_access.c: In function ‘ffmpegNextFrame’:
ffmpeg_access.c:52:3: warning: implicit declaration of function ‘GetNextFrame’
[-Wimplicit-function-declaration]
ffmpeg_access.c: In function ‘ffmpegConvertCurrentFrame’:
ffmpeg_access.c:70:7: warning: passing argument 2 of ‘sws_scale’ from
incompatible pointer type [enabled by default]
/usr/include/libswscale/swscale.h:233:5: note: expected ‘const uint8_t *
const*’ but argument is of type ‘uint8_t **’
ffmpeg_access.c: In function ‘GetNextFrame’:
ffmpeg_access.c:101:11: warning: implicit declaration of function
‘avcodec_decode_video’ [-Wimplicit-function-declaration]
ffmpeg_access.c: In function ‘ffmpegLoadMovie’:
ffmpeg_access.c:231:5: warning: ‘av_open_input_file’ is deprecated (declared at
/usr/include/libavformat/avformat.h:1050) [-Wdeprecated-declarations]
ffmpeg_access.c:260:55: error: ‘CODEC_TYPE_VIDEO’ undeclared (first use in this
function)
ffmpeg_access.c:260:55: note: each undeclared identifier is reported only once
for each function it appears in
ffmpeg_access.c:275:14: warning: assignment from incompatible pointer type
[enabled by default]
ffmpeg_access.c:322:5: warning: implicit declaration of function ‘asprintf’
[-Wimplicit-function-declaration]
ffmpeg_access.c: In function ‘ffmpegInit’:
ffmpeg_access.c:185:1: warning: control reaches end of non-void function
[-Wreturn-type]
make[4]: *** [obj/Lynkeos.obj/ffmpeg_access.c.o] Fehler 1
make[3]: *** [internal-app-run-compile-submake] Fehler 2
make[2]: *** [Lynkeos.all.app.variables] Fehler 2
make[1]: *** [internal-all] Fehler 2
make[1]: Leaving directory `/home/jmm/deb/libav/lynkeos.app-1.2/Sources'
make: *** [build-stamp] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
Cheers,
Moritz
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: lynkeos.app
Source-Version: 1.2-6
We believe that the bug you reported is fixed in the latest version of
lynkeos.app, which is due to be installed in the Debian FTP archive:
lynkeos.app_1.2-6.diff.gz
to main/l/lynkeos.app/lynkeos.app_1.2-6.diff.gz
lynkeos.app_1.2-6.dsc
to main/l/lynkeos.app/lynkeos.app_1.2-6.dsc
lynkeos.app_1.2-6_amd64.deb
to main/l/lynkeos.app/lynkeos.app_1.2-6_amd64.deb
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 638...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yavor Doganov <ya...@gnu.org> (supplier of updated lynkeos.app 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 26 Sep 2011 19:06:08 +0300
Source: lynkeos.app
Binary: lynkeos.app
Architecture: source amd64
Version: 1.2-6
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers
<pkg-gnustep-maintain...@lists.alioth.debian.org>
Changed-By: Yavor Doganov <ya...@gnu.org>
Description:
lynkeos.app - Tool to process planetary astronomical images for GNUstep
Closes: 629206 638535
Changes:
lynkeos.app (1.2-6) unstable; urgency=low
.
* debian/patches/compilation-errors.dpatch: New (Closes: #629206).
* debian/patches/libav_0.7.dpatch: New; port to libav/0.7, thanks Colin
Watson (Closes: #638535).
* debian/patches/00list: Update.
* debian/control (Build-Depends): Add libtiff4-dev. Require
libavcodec-dev/libavformat-dev/libswscale-dev >= 4:0.7.1.
(Vcs-Arch): Replace with...
(Vcs-Git, Vcs-Browser): ...as the package is now maintained in Git.
(Standards-Version): Bump to 3.9.2; no changes required.
Checksums-Sha1:
ffa41668fd08c3b85b4ee76fe22ce0fbce4b5c92 1441 lynkeos.app_1.2-6.dsc
666cdc045dd233b2990255539053de32cda6ae8f 10613 lynkeos.app_1.2-6.diff.gz
2c6ee5cd28ce0105638ac51ce69042773979c053 127238 lynkeos.app_1.2-6_amd64.deb
Checksums-Sha256:
0f027997c817ee0834559c4a594879be428ba72a526539d1c9eaacc3c48a0e28 1441
lynkeos.app_1.2-6.dsc
250a28cf4efad44612b9d1876be7e0596335f761082ea949c53fa03d8050e72b 10613
lynkeos.app_1.2-6.diff.gz
4ce9923095deb8b18849297f98045447e0ae36091b1d4c17fce93816d30594a8 127238
lynkeos.app_1.2-6_amd64.deb
Files:
b93b6ce7c9ba8e7e4d374dfb71a5b480 1441 gnustep optional lynkeos.app_1.2-6.dsc
cadcb6437c7326653a058efd173f7baa 10613 gnustep optional
lynkeos.app_1.2-6.diff.gz
6d371a35ccbb20ae98016edc25515a8a 127238 gnustep optional
lynkeos.app_1.2-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk6BUiAACgkQfNdgYxVXvBCzgACeOrkVdjdSOVqSkzXnKchwYh6j
7gEAoKEQ40QTLWq/tztXPsIhl6dmLc+w
=0+tQ
-----END PGP SIGNATURE-----
--- End Message ---