[blfs-support] A few comments on installing BLFS on LFS SVN-20121118

2012-11-25 Thread John Burrell
1) I got the same error as Tobias with check-0.9.9 in chapter 5 of LFS, so I used the same CFLAGS addition as he. May be this should be added to the book, as it doesn't appear to work without it. 2) ffmpeg-1.0 doesn't auto-detect libopenjpeg. I had to add CFLAGS=-I/usr/include/openjpeg-1.5

Re: [blfs-support] A few comments on installing BLFS on LFS SVN-20121118

2012-11-25 Thread Armin K.
Dana 25.11.2012 16:36, John Burrell je napisao: 2) ffmpeg-1.0 doesn't auto-detect libopenjpeg. I had to add CFLAGS=-I/usr/include/openjpeg-1.5 for it to find it. Why this is I don't know because there is this line in libopenjpeg.pc includedir=${prefix}/include/openjpeg-1.5 I have noticed

Re: [blfs-support] A few comments on installing BLFS on LFS SVN-20121118

2012-11-25 Thread John Burrell
These 2 lines: install -v -d -m755 /usr/share/fonts/dejavu install -v -m644 *.ttf /usr/share/fonts/dejavu should be: install -v -d -m755 /usr/share/fonts/dejavu cd ttf install -v -m644 *.ttf /usr/share/fonts/dejavu in order to work as written. From the

Re: [blfs-support] A few comments on installing BLFS on LFS SVN-20121118

2012-11-25 Thread Armin K.
On 11/25/2012 09:22 PM, John Burrell wrote: The current source file is dejavu-fonts-ttf-2.33.tar.bz2 So, to me, the 'unpacked source directory' means dejavu-fonts-ttf-2.33 The commands already assume that you are in the same directory as .ttf files are. Not from my perspective.