Describe what the optional GNOME-enhancing macros do.

Suggested by:	des
This commit is contained in:
Joe Marcus Clarke 2003-02-23 16:21:35 +00:00
parent a8f2c6cf95
commit 80d110a0cf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16109

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.24 2003/02/09 08:54:40 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.25 2003/02/22 21:02:52 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.2 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -89,6 +89,15 @@ WITH_FAM= yes
WITH_LAME= yes
</pre>
<p><tt>WITH_HERMES</tt> enables gst-thumbnailer to make
icon thumbnails of movie files (such as MPEGs).
<tt>WITH_FAM</tt> enables file alteration manager support
which allows Nautilus to update its file lists in real-time
as well as allows all GNOME components to detect config
file changes without needing to restart GNOME.
<tt>WITH_LAME</tt> adds MP3 support, enabling you to play
MP3s directly in Nautilus.</p>
<p>These options may cause build errors on certain platforms, and
thus they are not enabled by default.</p>
</td>