Olaf Grüttner wrote these words on 02/08/06 12:13 CST:
> I am working on a good resolved package order to install gnome.
> so far I found out, that:
>
> iso-codes is dependent on python
Yes, it is. And is fixed in current SVN. It was only a week or so
ago that it was actually fixed.
> gnome-audio is dependent on pkg-config
I hope we are both looking at the same package. GNOME Audio is
actually very elementary. There is only one command in the book
to do the entire build/installation (make install).
Here is the log from my most recent build/installation. I don't
see a mention of pkg-config, however, I'll unpack the tarball and
look at it right now. Thanks for the tip.
make -C sounds install
make[1]: Entering directory `/home/rml/build/gnome-audio-2.0.0/sounds'
for I in *.wav */*.wav ; do \
mkdir -p /opt/gnome/share/sounds/`dirname $I`; \
install -c -m 444 $I /opt/gnome/share/sounds/$I; \
done
ln -sf startup3.wav /opt/gnome/share/sounds/login.wav
ln -sf shutdown1.wav /opt/gnome/share/sounds/logout.wav
make[1]: Leaving directory `/home/rml/build/gnome-audio-2.0.0/sounds'
--
Randy
rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3]
[GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686]
12:15:00 up 136 days, 21:39, 3 users, load average: 1.16, 1.05, 0.65
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page