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 that too. Same with mplayer. I don't think either of 
these uses pkg-config. I solved it by symlinking openjpeg.h from 
/usr/include/openjpeg-1.5 to /usr/include.

> 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 unpacked source directory, run the following commands as the 
root user:"

The commands already assume that you are in the same directory as .ttf 
files are.

Again, for who knows which time, for book development related stuff use 
-dev list.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to