On Fri, 04 May 2012 00:34:09 +0100
Bruce Dubbs <[email protected]> wrote:

> Whew.  I finally got k3b to build and work properly.  There are a lot of 
> dependencies that I didn't know about and there are run time dependencies too.
> 
> One runtime dependency is cdrecord (cdrtools).  I don't recall why we removed 
> it, but cdrtools-3.00.tar.bz2 from June 2010 seems to build and install 
> without 
> any patches.  We still get the typical Schily whining about how he is the 
> only 
> one who knows how to properly create a make program and he doesn't use 
> autotools.

I think we removed it because we don't like Jörg Schilling

>   In any case, I'll add that back to the book unless anyone has an 
> objections.

Does it need the cdrecord libraries or is it just the cdrecord command
it needs? If it's just the command, can't you get K3b to use xorrecord?
Or write a small shell script that calls xorrecord?

cat > /usr/bin/cdrecord << "HERE_DOC"
#!/bin/bash
xorrecord "${@}"
HERE_DOC
chmod 755 /usr/bin/cdrecord

> I'll try to get both k3b and cdrtools back in by tomorrow.

Boooo! (Throws food at the screen)

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to