Describe how to enable FAM and LAME support in GNOME after GNOME has already

been installed without said support.
This commit is contained in:
Joe Marcus Clarke 2004-01-08 08:26:57 +00:00
parent ac8c623ba2
commit 3eca313e89
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19535

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.57 2004/01/08 03:29:36 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.58 2004/01/08 06:42:12 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -96,8 +96,17 @@ WITH_LAME= yes
<tt>rpcbind_enable="YES"</tt>
</p>
<p>If you install GNOME from packages, or you build it from
ports without FAM enabled, all you need to do to enable FAM
support is rebuild <tt>devel/gnomevfs2</tt> after adding
<tt>WITH_FAM</tt> to <tt>/etc/make.conf</tt>.</p>
<p><tt>WITH_LAME</tt> adds MP3 support, enabling you to play
MP3s directly in Nautilus.</p>
MP3s directly in Nautilus. If you install GNOME from packages
or build it from ports without LAME support enabled, all
you need to do to enable LAME support is rebuild
<tt>multimedia/nautilus-media</tt> after adding
<tt>WITH_LAME</tt> to <tt>/etc/make.conf</tt>.</p>
<p>These options may cause build errors on certain platforms, and
thus they are not enabled by default.</p>