On 2007-06-13 at 15:07:46, Roger Munoz wrote:
> Is there no way to the Lame and FFMPEG headers to get the ripping function
> working?

Before building the .deb file, install these extra packages from
www.debian-multimedia.org:

  lame-dev
  libpostproccvs51-dev
  libavutilcvs49-dev
  libavcodeccvs51-dev
  libavformatcvs51-dev
  libswscalecvs0-dev

Then the K3b configure script should see them when you build the .deb.

You can also try adding --enable-ffmpeg-all-codecs to the configure line in
k3b-1.0.1/debian/rules file.  It's line 51:

  CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ../configure $(configkde) 
--without-resmgr --without-k3bsetup --without-cdrecord-suid-root

Just make it:

  CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" ../configure $(configkde) 
--without-resmgr --without-k3bsetup --without-cdrecord-suid-root 
--enable-ffmpeg-all-codecs

Then build the package again.

Francois


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to