Your message dated Sun, 08 Sep 2013 00:18:11 +0000
with message-id <e1vishf-0003jq...@franck.debian.org>
and subject line Bug#692980: fixed in electricsheep 2.7~b12+svn20091224-1.2
has caused the Debian Bug report #692980,
regarding FTBFS with libav 9
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.)


-- 
692980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: electricsheep
Version: 2.7~b12+svn20091224-1.1
Severity: important
Tags: patch

Hi,

your package fails to build against libav 9, which can be currently
found in debian/experimental. Please review the attached patch and
discuss its inclusion with your upstream. Thanks.

Cheers,
Reinhard


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: electricsheep-2.7~b12+svn20091224/electricsheep.c
===================================================================
--- electricsheep-2.7~b12+svn20091224.orig/electricsheep.c	2011-07-14 06:24:14.981991391 +0200
+++ electricsheep-2.7~b12+svn20091224/electricsheep.c	2011-07-14 06:30:50.861991426 +0200
@@ -670,7 +670,7 @@
     input_stream_index = -1;
     for (j = 0; j < ictx->nb_streams; j++) {
 	AVCodecContext *enc = ictx->streams[j]->codec;
-	if (CODEC_TYPE_VIDEO == enc->codec_type) {
+	if (AVMEDIA_TYPE_VIDEO == enc->codec_type) {
 	    input_stream_index = j;
 	    break;
 	}
@@ -696,7 +696,7 @@
 
 	output_ctx = avformat_alloc_context();
 
-	ofmt = guess_format(NULL, fname, NULL);
+	ofmt = av_guess_format(NULL, fname, NULL);
 	if (!ofmt) {
 	    fprintf(logout, "could not determine format from %s.\n", fname);
 	    exit(1);
@@ -738,7 +738,7 @@
 	av_init_packet(&opkt);
 	if (av_parser_change(ictx->streams[input_stream_index]->parser, output_ctx->streams[0]->codec,
 			     &opkt.data, &opkt.size, ipkt.data, ipkt.size,
-			     ipkt.flags & PKT_FLAG_KEY))
+			     ipkt.flags & AV_PKT_FLAG_KEY))
 	    opkt.destruct= av_destruct_packet;
 		
 	if (-1 == av_interleaved_write_frame(output_ctx, &opkt)) {

--- End Message ---
--- Begin Message ---
Source: electricsheep
Source-Version: 2.7~b12+svn20091224-1.2

We believe that the bug you reported is fixed in the latest version of
electricsheep, 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 692...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated electricsheep 
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: Fri, 06 Sep 2013 01:48:27 +0200
Source: electricsheep
Binary: electricsheep
Architecture: amd64 source
Version: 2.7~b12+svn20091224-1.2
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez <robe...@connexer.com>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 692980
Description: 
 electricsheep - screensaver showing collective dream of sleeping computers
Changes: 
 electricsheep (2.7~b12+svn20091224-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/fix-ftbfs-libav9.patch: Fix build failure with libav 9 API.
     Thanks to Reinhard Tartler for the patch. (Closes: #692980)
Checksums-Sha1: 
 0ef89f5b2c178908dfed64dedcebed6fd9daaec4 1965 
electricsheep_2.7~b12+svn20091224-1.2.dsc
 ed70ffc2310bb3eb53ac412d2615f298543f6ff2 12372 
electricsheep_2.7~b12+svn20091224-1.2.diff.gz
 6b3e8b0115f5144694118de7612c4e271f547a0e 69848 
electricsheep_2.7~b12+svn20091224-1.2_amd64.deb
Checksums-Sha256: 
 fd0821841eb181931e57cdf128162ba809161234e12f7d9e1667ee4fd76a5bf3 1965 
electricsheep_2.7~b12+svn20091224-1.2.dsc
 b3b98e8434ae34ebdc766f6037fc56150f047221943a69ea3eead84b842f1041 12372 
electricsheep_2.7~b12+svn20091224-1.2.diff.gz
 89de0bbe7d903cd0f12c53f5e403de5d1b89735cb92816cccb07c46509175529 69848 
electricsheep_2.7~b12+svn20091224-1.2_amd64.deb
Files: 
 7c861aa8f6ef45432e0c648c1aac0f09 1965 x11 optional 
electricsheep_2.7~b12+svn20091224-1.2.dsc
 019c1d9a2e0457d848d93de9d8ee3886 12372 x11 optional 
electricsheep_2.7~b12+svn20091224-1.2.diff.gz
 a8db738a41a76113d65f59793197c3d1 69848 x11 optional 
electricsheep_2.7~b12+svn20091224-1.2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCAAGBQJSKRtBAAoJEGny/FFupxmTHfcP/2fwF5QAL1syrui4gKEaAlmf
1uAwajlMUCM4Ho6FnXU2849p8fdRWIGF/cGVZEH0KVH4j+WElG1Fmw5sToakoGmh
PFIUgAv/xFoSTcyUR5NF0oMU9ub1ENvlS1lJ+HWRMlvLNVQmz9rKf0boVziFlFIH
Pejkssq6Q7zaF9CnGk+EH6b2eoXirswgzeUqAGTLF/9ASj1NpVfKBiNzhBVdCSCT
2JhMe6Ve0+rIIQlxL0F9Ljp67RhLQLFlwbkcJwBT3TIDY6cnmPSk30DKbQSm3Hw2
4ENIkE1TLhauUBSPaUV2FsLxObfmHBhXE449KaIps3yuJdUG7FMhWV19wSasRfnm
/WZDJE1bgcNAIFNlh3Tp8C6zaZDVP/U33uB5kfwCs2bt7hUIJYJB925eP+jMTYS4
eKG8ZavD9agPKpq4N43k1qnM1paWNGGXBbj32nhi7pzk37zwB3JuP9bLlFKYgce+
sOGHq3vE0N/uqeUGrGah3H46vYeuq/0g0EzdOk3YezxdkA23HZCgxQRInK2WrObY
1juGx4BzefCn2p+OFLidmn+ly44fnQaFhRjpI/WhQ+M9PnNpoIu6U0x3GUqnrHov
d++Xhc86lelym3PM25gdzcXVpkmMXxPRjzFKp3tTDpyPTiwyRaB7kAtbgL6dpTTJ
LdWVHZsHBo/j7ZEbBjo8
=lFU7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to