On Sun, 30 Dec 2007, Daniel Baumann wrote:
Please download the sources, enable the dpatch, build the package and fix the remaning issues: it fails because it's looking for lame/lame.h in configure.
I would patch configure.ac to fix this as follows: ---cut here--- --- configure.ac 2006-09-20 11:46:02.000000000 +0100 +++ configure.ac.new 2008-01-09 14:06:10.000000000 +0000 @@ -218,14 +218,14 @@ CPPFLAGS="$ac_save_CPPFLAGS" fi -utiltools="toc2cue cue2toc" +utiltools="toc2cue cue2toc toc2mp3" en_cdrdao=yes en_toc2cue=yes en_cue2toc=yes -en_toc2mp3=no +en_toc2mp3=yes -AC_PATH_LAME(3.92, [utiltools="$utiltools toc2mp3" en_toc2mp3=yes], - [echo "Building of toc2mp3 disabled"]) +#AC_PATH_LAME(3.92, [utiltools="$utiltools toc2mp3" en_toc2mp3=yes], +# [echo "Building of toc2mp3 disabled"]) dnl Determine whether we're building the gcdaster GUI front-end en_xdao=no ---cut here--- Is that satisfactory? -- http://rrt.sc3d.org/ | maxim, n. wisdom for fools -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

