Package: ices2 Version: 2.0.1-1 Severity: serious Tags: patch Trying to build 'ices2' in a clean 'testing' chroot, I get the following error:
cc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char -I/usr/include -I/usr/include/libxml2 -pthread -g -Wall -O2 -c `test -f 'im_alsa.c' || echo './'`im_alsa.c im_alsa.c: In function `alsa_open_module': im_alsa.c:160: warning: unused variable `channels' im_alsa.c:160: warning: unused variable `rate' im_alsa.c:162: warning: unused variable `buffered_time' /bin/sh ../libtool --mode=link cc -I/usr/include/libxml2 -pthread -g -Wall -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -lshout -lvorbis -L/usr/lib -lxml2 -lz -lpthread -lm mkdir .libs libtool: link: cannot find the library `/usr/lib/libtheora.la' make[4]: *** [ices] Error 1 make[4]: Leaving directory `/ices2-2.0.1/src' Please add the missing Build-Depends on 'libtheora-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/ices2-2.0.1/debian/control ./debian/control --- ../tmp-orig/ices2-2.0.1/debian/control 2005-04-24 16:02:04.748761973 +0000 +++ ./debian/control 2005-04-24 16:02:05.018709867 +0000 @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0), dh-buildinfo, libogg-dev (>> 1.0.0), libvorbis-dev (>> 1.0.0), libshout3-dev (>> 2.0), libxml2-dev, libasound2-dev, pkg-config +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0), dh-buildinfo, libtheora-dev, libogg-dev (>> 1.0.0), libvorbis-dev (>> 1.0.0), libshout3-dev (>> 2.0), libxml2-dev, libasound2-dev, pkg-config Standards-Version: 3.6.1 Package: ices2 diff -urN ../tmp-orig/ices2-2.0.1/debian/control.in ./debian/control.in --- ../tmp-orig/ices2-2.0.1/debian/control.in 2005-04-24 16:02:04.750761587 +0000 +++ ./debian/control.in 2005-04-24 16:02:02.077277620 +0000 @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Jonas Smedegaard <[EMAIL PROTECTED]> -Build-Depends: @cdbs@, libogg-dev (>> 1.0.0), libvorbis-dev (>> 1.0.0), libshout3-dev (>> 2.0), libxml2-dev, libasound2-dev, pkg-config +Build-Depends: @cdbs@, libtheora-dev, libogg-dev (>> 1.0.0), libvorbis-dev (>> 1.0.0), libshout3-dev (>> 2.0), libxml2-dev, libasound2-dev, pkg-config Standards-Version: 3.6.1 Package: ices2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

