Your message dated Sat, 28 Jul 2007 17:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#413663: fixed in ffmpeg2theora 0.19-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ffmpeg2theora
Severity: important
Tags: patch
Hi,
your package FTBFS on GNU/kFreeBSD with the following error:
> Building dependency tree...
> E: Couldn't find package libdc1394-dev
> apt-get failed.
Build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=ffmpeg2theora>.
AFAICT, libdc1394 is Linux-only (or can't be ported easily to non-Linux
arch's) so making it optional could be interesting (that's what I
suggested and implemented for Blender already).
Please find attached a patch to make it optional in Build-Depends (so
that it is not required for GNU/kFreeBSD and GNU/Hurd) and a small tweak
in debian/rules (both tested on i386 and kfreebsd-i386, the former seems
to build correctly, as before: with -ldc1394_control).
If an ffmpeg2theora package w/o libdc1394 is still useful (which I
guess), please apply that patch. ;-)
Cheers,
--
Cyril Brulebois
--- ffmpeg2theora-0.16/debian/control 2007-03-06 15:01:19.508775000 +0100
+++ ffmpeg2theora-0.16/debian/control 2007-03-06 15:01:33.000000000 +0100
@@ -2,7 +2,7 @@
Section: graphics
Priority: optional
Maintainer: RISKO Gergely <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper, libavcodec-dev, libavformat-dev, libogg-dev,
libvorbis-dev, libtheora-dev, pkg-config, zlib1g-dev, libdts-dev, libgsm1-dev,
libdc1394-dev
+Build-Depends: cdbs, debhelper, libavcodec-dev, libavformat-dev, libogg-dev,
libvorbis-dev, libtheora-dev, pkg-config, zlib1g-dev, libdts-dev, libgsm1-dev,
libdc1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]
Standards-Version: 3.7.2.0
Package: ffmpeg2theora
--- ffmpeg2theora-0.16/debian/rules 2007-03-06 15:01:19.464003000 +0100
+++ ffmpeg2theora-0.16/debian/rules 2007-03-06 15:03:52.000000000 +0100
@@ -2,4 +2,12 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=" -ldc1394_control -lgsm"
+
+# DC1394 is Linux-only
+ifneq (,findstring($(DEB_HOST_ARCH_OS), hurd kfreebsd))
+ DC1394=""
+else
+ DC1394="-ldc1394_control"
+endif
+
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=" $(DC1394) -lgsm"
--- End Message ---
--- Begin Message ---
Source: ffmpeg2theora
Source-Version: 0.19-1
We believe that the bug you reported is fixed in the latest version of
ffmpeg2theora, which is due to be installed in the Debian FTP archive:
ffmpeg2theora_0.19-1.diff.gz
to pool/main/f/ffmpeg2theora/ffmpeg2theora_0.19-1.diff.gz
ffmpeg2theora_0.19-1.dsc
to pool/main/f/ffmpeg2theora/ffmpeg2theora_0.19-1.dsc
ffmpeg2theora_0.19-1_i386.deb
to pool/main/f/ffmpeg2theora/ffmpeg2theora_0.19-1_i386.deb
ffmpeg2theora_0.19.orig.tar.gz
to pool/main/f/ffmpeg2theora/ffmpeg2theora_0.19.orig.tar.gz
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
RISKO Gergely <[EMAIL PROTECTED]> (supplier of updated ffmpeg2theora 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 28 Jul 2007 19:14:08 +0200
Source: ffmpeg2theora
Binary: ffmpeg2theora
Architecture: source i386
Version: 0.19-1
Distribution: unstable
Urgency: low
Maintainer: RISKO Gergely <[EMAIL PROTECTED]>
Changed-By: RISKO Gergely <[EMAIL PROTECTED]>
Description:
ffmpeg2theora - Theora video encoder using ffmpeg
Closes: 368588 413663 429937 430037
Changes:
ffmpeg2theora (0.19-1) unstable; urgency=low
.
* New upstream release (closes: #429937, #368588)
* removed now unneeded libdc1394-dev dependecy (closes: #413663)
* new build with new version of libavformat0d (closes: #430037)
* added libswscale-dev new dependency
Files:
7d240d09d7d8ac39b3503cdb0598a62a 718 graphics optional ffmpeg2theora_0.19-1.dsc
3a5bd5efc45c92615ccc56409e29c5dd 332244 graphics optional
ffmpeg2theora_0.19.orig.tar.gz
5e6308585b8a06d2eb849221e68d52f2 1940 graphics optional
ffmpeg2theora_0.19-1.diff.gz
6bdd720a60370b0dd98b04effb93d23e 25360 graphics optional
ffmpeg2theora_0.19-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGq3neO0PrGO4KNccRAu0XAKCB7gPIi1yyt/5glbFa7/iHKq0CGgCdGhbg
tKbjU68/BtykV+mD1D5xsN8=
=iFxX
-----END PGP SIGNATURE-----
--- End Message ---