mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10043 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4db1ba6ec7
commit
4c2be43886
@ -64,10 +64,13 @@
|
||||
<xref linkend="pkgconfig"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME) and
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libunique-download-http "&gnome-download-http;/libunique/3.0/libunique-&libunique-version;.tar.bz2">
|
||||
<!ENTITY libunique-download-ftp "&gnome-download-ftp;/libunique/3.0/libunique-&libunique-version;.tar.bz2">
|
||||
<!ENTITY libunique-md5sum "89c3f88c9bfc35b3f13fa2b7bda0c354">
|
||||
<!ENTITY libunique-size "335 KB">
|
||||
<!ENTITY libunique-buildsize "4.9 MB">
|
||||
<!ENTITY libunique-time "0.1 SBU">
|
||||
<!ENTITY libunique-download-http "&gnome-download-http;/libunique/3.0/libunique-&libunique-version;.tar.xz">
|
||||
<!ENTITY libunique-download-ftp "&gnome-download-ftp;/libunique/3.0/libunique-&libunique-version;.tar.xz">
|
||||
<!ENTITY libunique-md5sum "a52dfbd0fee80f645b74227ade4f01ee">
|
||||
<!ENTITY libunique-size "288 KB">
|
||||
<!ENTITY libunique-buildsize "5.2 MB">
|
||||
<!ENTITY libunique-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libunique" xreflabel="libunique-&libunique-version;">
|
||||
@ -32,7 +32,7 @@
|
||||
<para>The <application>libunique</application> package contains a
|
||||
library for writing single instance applications.</para>
|
||||
|
||||
&lfs70_built;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -59,12 +59,19 @@
|
||||
<bridgehead renderas="sect3">libunique Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gtk3"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="dbus-glib"/>,
|
||||
<xref linkend="gobject-introspection"/>, and
|
||||
<xref linkend="gtk-doc"/></para>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libunique"/></para>
|
||||
@ -75,10 +82,7 @@
|
||||
|
||||
<para>Install <application>libunique</application> by running the following
|
||||
commands:</para>
|
||||
<!--
|
||||
<screen><userinput>sed -i '/DG_DISABLE_DEPRECATED/d' unique/Makefile.in &&
|
||||
./configure \-\-prefix=/usr \-\-disable-static &&
|
||||
sed -i 's# -Werror ##' unique/dbus/Makefile &&-->
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -92,32 +96,26 @@ make</userinput></screen>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
<!--
|
||||
<para><command>sed -i '/DG_DISABLE_DEPRECATED/d' ...</command>:
|
||||
<application>Libunique</application> uses functions that are deprecated in
|
||||
the current version of <application>Glib</application>. This sed allows it
|
||||
to compile using those deprecated functions.</para>
|
||||
|
||||
<para><command>sed -i 's# -Werror ##' ...</command>: This sed disables
|
||||
treating warnings as errors in the Makefile that deals with dbus.</para>
|
||||
-->
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libunique-3.0.so</seg>
|
||||
<seg>/usr/{include/unique-3.0/unique,share/gtk-doc/html/unique-3.0}</seg>
|
||||
<seg>
|
||||
libunique-3.0.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/unique-3.0 and /usr/share/gtk-doc/html/unique-3.0
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -136,6 +134,9 @@ make</userinput></screen>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
@ -74,7 +74,6 @@
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="vala"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -71,7 +71,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -65,10 +65,14 @@
|
||||
<xref linkend="libcroco"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<xref linkend="gobject-introspection"/> (Required if building GNOME),
|
||||
<xref linkend="gtk2"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
@ -99,10 +103,10 @@ make</userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -68,10 +68,9 @@
|
||||
<xref linkend="udev"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -77,6 +77,11 @@
|
||||
<xref linkend="pyatspi2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/accerciser"/></para>
|
||||
|
||||
@ -100,6 +105,14 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -73,13 +73,14 @@
|
||||
<para role="recommended">
|
||||
<xref linkend="autogen"/>,
|
||||
<xref linkend="devhelp"/>,
|
||||
<xref linkend="glade"/> and
|
||||
<xref linkend="glade"/>,
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="rarian"/> and
|
||||
<xref linkend="vala"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="subversion"/>
|
||||
</para>
|
||||
@ -113,6 +114,9 @@ make</userinput></screen>
|
||||
<para><parameter>--disable-packagekit</parameter>: This parameter disables use
|
||||
of PackageKit which isn't suitable for BLFS.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -64,19 +64,23 @@
|
||||
<xref linkend="clutter-gtk"/>,
|
||||
<xref linkend="gnome-desktop"/>,
|
||||
<xref linkend="gnome-video-effects"/>,
|
||||
<xref linkend="itstool"/>,
|
||||
<xref linkend="libgee"/>,
|
||||
<xref linkend="libcanberra"/>,
|
||||
<xref linkend="librsvg"/>,
|
||||
<xref linkend="mx"/>,
|
||||
<xref linkend="nautilus-sendto"/>,
|
||||
<xref linkend="udev"/> and
|
||||
<xref linkend="vala"/>
|
||||
<xref linkend="udev"/>,
|
||||
<xref linkend="vala"/> and
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
|
@ -95,13 +95,16 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- <sect2 role="commands">
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/> -->
|
||||
|
||||
</sect2> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring Epiphany Extensions</title>
|
||||
|
@ -123,6 +123,9 @@ make</userinput></screen>
|
||||
<para><parameter>--disable-packagekit</parameter>: This parameter disables use
|
||||
of PackageKit which isn't suitable for BLFS.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -63,9 +63,13 @@
|
||||
<xref linkend="libxml2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
|
@ -63,8 +63,8 @@
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gsettings-desktop-schemas"/>,
|
||||
<xref linkend="gtksourceview"/>,
|
||||
<xref linkend="itstool"/> and
|
||||
<xref linkend="libpeas"/>
|
||||
<xref linkend="libpeas"/> and
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -75,9 +75,13 @@
|
||||
<xref linkend="pygobject3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<ulink url="http://launchpad.net/libzeitgeist">libzeitgeist</ulink>
|
||||
</para>
|
||||
|
@ -92,6 +92,14 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -67,12 +67,12 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
@ -102,6 +102,9 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -125,6 +125,9 @@ make</userinput></screen>
|
||||
class="directory">/usr/lib/gnome-applets</filename> instead of
|
||||
<filename class="directory">/usr/libexec</filename>.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -72,6 +72,11 @@
|
||||
<xref linkend="vte"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="clutter-gtk"/> with
|
||||
@ -110,6 +115,9 @@ make</userinput></screen>
|
||||
<para><parameter>--disable-packagekit</parameter>: This parameter disables use
|
||||
of PackageKit which isn't suitable for BLFS.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -93,6 +93,14 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -89,14 +89,14 @@
|
||||
<para role="required">
|
||||
<xref linkend="clutter-gtk"/>,
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="itstool"/>,
|
||||
<xref linkend="libcanberra"/>,
|
||||
<xref linkend="librsvg"/> and
|
||||
<xref linkend="pygobject3"/>
|
||||
<xref linkend="librsvg"/>,
|
||||
<xref linkend="pygobject3"/> and
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
|
@ -103,13 +103,16 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- <sect2 role="commands">
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/> -->
|
||||
|
||||
</sect2> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
@ -67,8 +67,8 @@
|
||||
<xref linkend="iso-codes"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="libsoup"/>
|
||||
</para>
|
||||
|
||||
|
@ -109,6 +109,9 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -70,6 +70,11 @@
|
||||
<xref linkend="pyxdg"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink>
|
||||
@ -109,17 +114,20 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- <sect2 role="commands">
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>if [ ... != "/usr" ]; then ...; fi</command>: This command
|
||||
<!-- <para><command>if [ ... != "/usr" ]; then ...; fi</command>: This command
|
||||
is used to add the <application>GNOME</application> prefix
|
||||
<filename class='directory'>bin</filename> directory to the hard-coded
|
||||
<envar>PATH</envar> statement in the script if the
|
||||
<application>GNOME</application> prefix is anything other than
|
||||
<filename class='directory'>/usr</filename>.</para>
|
||||
<filename class='directory'>/usr</filename>.</para> -->
|
||||
|
||||
</sect2> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
@ -112,6 +112,9 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -70,7 +70,7 @@
|
||||
<xref linkend="gst-plugins-base"/>,
|
||||
<xref linkend="gtk3"/>,
|
||||
<xref linkend="libcanberra"/> and
|
||||
<xref linkend="libmusicbrainz"/>
|
||||
<xref linkend="libmusicbrainz3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
@ -109,16 +109,19 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- <sect2 role="commands">
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/>
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/> -->
|
||||
|
||||
</sect2> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring Sound Juicer</title>
|
||||
|
@ -141,6 +141,9 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -64,9 +64,9 @@
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gnome-icon-theme"/>,
|
||||
<xref linkend="gtk-vnc"/>,
|
||||
<xref linkend="itstool"/>,
|
||||
<xref linkend="libgnome-keyring"/> and
|
||||
<xref linkend="vala"/>
|
||||
<xref linkend="libgnome-keyring"/>,
|
||||
<xref linkend="vala"/> and
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
|
@ -77,8 +77,8 @@
|
||||
<para role="required">
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gtk3"/>,
|
||||
<xref linkend="itstool"/> and
|
||||
<xref linkend="libgtop"/>
|
||||
<xref linkend="libgtop"/> and
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
|
@ -116,6 +116,9 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -72,7 +72,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
|
||||
@ -126,6 +125,9 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -65,18 +65,18 @@
|
||||
<para role="required">
|
||||
<xref linkend="clutter-gst"/>,
|
||||
<xref linkend="clutter-gtk"/>,
|
||||
<xref linkend="dbus-glib"/>,
|
||||
<xref linkend="evolution-data-server"/>,
|
||||
<xref linkend="folks"/>,
|
||||
<xref linkend="gcr"/>,
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gnome-online-accounts"/>,
|
||||
<xref linkend="itstool"/>,
|
||||
<xref linkend="libcanberra"/>,
|
||||
<xref linkend="pulseaudio"/>,
|
||||
<xref linkend="sound-theme-freedesktop"/>,
|
||||
<xref linkend="telepathy-farstream"/>,
|
||||
<xref linkend="telepathy-logger"/> and
|
||||
<xref linkend="telepathy-mission-control"/>
|
||||
<xref linkend="telepathy-logger"/>,
|
||||
<xref linkend="telepathy-mission-control"/> and
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
|
@ -70,13 +70,13 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="exempi"/>,
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="lcms2"/>,
|
||||
<xref linkend="libexif"/> and
|
||||
@ -111,6 +111,9 @@ make</userinput></screen>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/> -->
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -73,15 +73,15 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="cacerts"/> and
|
||||
<xref linkend="cacerts"/>,
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="avahi"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="seed"/>
|
||||
</para>
|
||||
|
||||
@ -119,6 +119,9 @@ make</userinput></screen>
|
||||
|
||||
<para><option>--enable-seed</option>: Enable seed support.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -79,9 +79,10 @@
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="libgnome-keyring"/>,
|
||||
<xref linkend="libgxps"/> (required for XPS support),
|
||||
<xref linkend="nautilus"/> (required for the Nautilus plugin) and
|
||||
<xref linkend="nautilus"/> (required for the Nautilus plugin),
|
||||
<xref linkend="poppler"/> (required for PDF support and must be built
|
||||
with <application>GTK+</application> support).
|
||||
with <application>GTK+</application> support) and
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -158,6 +159,9 @@ make</userinput></screen>
|
||||
Backend. Add this parameter if <application>Poppler</application> is not
|
||||
installed.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -74,7 +74,7 @@ xreflabel="evolution-data-server-&evolution-data-server-version;">
|
||||
<xref linkend="nss"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="libgweather"/> and
|
||||
<xref linkend="gobject-introspection"/>
|
||||
|
@ -64,12 +64,7 @@
|
||||
<para role="required">
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gtk3"/> and
|
||||
<xref linkend="itstool"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -67,7 +67,7 @@
|
||||
<xref linkend="libxml2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk3"/> and
|
||||
|
@ -85,7 +85,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -107,10 +106,9 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/gnome-keyring \
|
||||
--with-pkcs11-modules=/usr/lib/pkcs11 \
|
||||
--with-dbus-services=/usr/share/dbus-1/services &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/gnome-keyring &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -130,18 +128,6 @@ make</userinput></screen>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"> -->
|
||||
|
||||
<para>
|
||||
<parameter>--with-pkcs11-modules=/usr/lib/pkcs11</parameter>:
|
||||
This parameter ensures that <application>p11-kit</application> modules
|
||||
are installed in a correct location.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>--with-dbus-services=/usr/share/dbus-1/services</parameter>:
|
||||
This parameter ensures that <application>D-BUS</application> service
|
||||
files are installed in a correct location.
|
||||
</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -75,6 +75,7 @@
|
||||
<para role="required">
|
||||
<xref linkend="accountsservice"/>,
|
||||
<xref linkend="dconf"/>,
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="gtk3"/>,
|
||||
<xref linkend="libcanberra"/>,
|
||||
<xref linkend="linux-pam"/> and
|
||||
@ -93,14 +94,15 @@
|
||||
<para role="recommended">
|
||||
<xref linkend="consolekit"/>
|
||||
(Required for Shutdown/Restart functionality),
|
||||
<xref linkend="libxklavier"/> and
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="libxklavier"/>,
|
||||
<xref linkend="rarian"/> and
|
||||
<xref linkend="upower"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="check"/> (required to run the testsuite),
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="check"/> (required to run the testsuite) and
|
||||
<xref linkend="tcpwrappers"/>
|
||||
</para>
|
||||
|
||||
@ -163,6 +165,9 @@ chown -R -v gdm:gdm /var/lib/gdm /var/cache/gdm /var/log/gdm
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
|
@ -118,6 +118,9 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/> -->
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -69,20 +69,20 @@
|
||||
<xref linkend="shared-mime-info"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gnome-bluetooth"/> and
|
||||
<xref linkend="NetworkManager"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
|
||||
<para role="recommended">
|
||||
<bridgehead renderas="sect4">Required (Runtime)</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="accountsservice"/>,
|
||||
<xref linkend="consolekit"/>,
|
||||
<xref linkend="gnome-screensaver"/> and
|
||||
<xref linkend="polkit-gnome"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gnome-bluetooth"/> and
|
||||
<xref linkend="NetworkManager"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="cheese"/> and
|
||||
|
@ -71,9 +71,9 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="startup-notification"/> and
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="rarian"/> and
|
||||
<xref linkend="startup-notification"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -113,6 +113,9 @@ make</userinput></screen>
|
||||
parameter to supply a custom name in the <quote>Distributor:</quote>
|
||||
field of the <quote>GNOME About</quote> display window.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -80,6 +80,11 @@
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/>.
|
||||
@ -115,6 +120,9 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -91,7 +91,6 @@
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-pam-dir=/lib/security \
|
||||
--with-dbus-services=/usr/share/dbus-1/services \
|
||||
--with-root-certs=/etc/ssl/certs &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -116,11 +115,6 @@ make</userinput></screen>
|
||||
specifies where the pam modules will be installed: you can omit this if you
|
||||
have not installed <application>Linux-PAM</application>.</para>
|
||||
|
||||
<para><parameter>--with-dbus-services=/usr/share/dbus-1/services</parameter>:
|
||||
This parameter specifies where the <application>D-BUS</application> session
|
||||
services directory is located: you can omit this if your GNOME_PREFIX is
|
||||
<filename class="directory">/usr</filename>.</para>
|
||||
|
||||
<para><parameter>--with-root-certs=/etc/ssl/certs</parameter>: This
|
||||
parameter specifies where the trusted root certificates are located.</para>
|
||||
|
||||
|
@ -74,7 +74,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -72,7 +72,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -130,6 +130,9 @@ make</userinput></screen>
|
||||
class="directory">/usr/lib/gnome-applets</filename> instead of
|
||||
<filename class="directory">/usr/libexec</filename>.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -70,8 +70,8 @@
|
||||
<xref linkend="linux-pam"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="libgnomekbd"/>,
|
||||
</para>
|
||||
|
||||
|
@ -77,6 +77,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gtk3"/> and
|
||||
<xref linkend="libcanberra"/> (Compiled with GTK+3 support).
|
||||
</para>
|
||||
|
||||
|
@ -81,6 +81,11 @@
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/gnome-search-tool"/>
|
||||
</para>
|
||||
@ -108,6 +113,14 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
@ -75,11 +75,6 @@
|
||||
<xref linkend="xorg-wacom-driver"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="http://www.packagekit.org/">packagekit</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gnome-settings-daemon"/></para>
|
||||
|
||||
@ -115,10 +110,10 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/> -->
|
||||
|
||||
<para><parameter>--libexecdir=/usr/lib/gnome-settings-daemon-3.0</parameter>:
|
||||
<para><parameter>--libexecdir=/usr/lib/gnome-settings-daemon</parameter>:
|
||||
This parameter causes the libexec files to be installed in the preferred
|
||||
location of <filename
|
||||
class="directory">/usr/lib/gnome-settings-daemon-3.0</filename>
|
||||
class="directory">/usr/lib/gnome-settings-daemon</filename>
|
||||
instead of <filename
|
||||
class="directory">/usr/libexec</filename>.</para>
|
||||
|
||||
@ -128,11 +123,6 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<para><parameter>--with-pnpids=/usr/share/libgnome-desktop-3.0/pnp.ids</parameter>:
|
||||
The <command>configure</command> script looks for
|
||||
<filename>/usr/share/hwdata/pnp.ids</filename> and thus fails to find this required
|
||||
file.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -14,7 +14,6 @@
|
||||
<!ENTITY gnome-system-log-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
<!-- Try to keep the indentation used in this file-->
|
||||
<sect1 id="gnome-system-log" xreflabel="gnome-system-log-&gnome-system-log-version;">
|
||||
<?dbhtml filename="gnome-system-log.html"?>
|
||||
|
||||
@ -81,6 +80,11 @@
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/gnome-system-log"/>
|
||||
</para>
|
||||
|
@ -101,13 +101,16 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- <sect2 role="commands">
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/> -->
|
||||
|
||||
</sect2> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
@ -96,16 +96,19 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- <sect2 role="commands">
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/>
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/> -->
|
||||
|
||||
</sect2> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
@ -64,12 +64,7 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gnome-doc-utils"/> and
|
||||
<xref linkend="itstool"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -118,6 +118,9 @@ make</userinput></screen>
|
||||
class='directory'>/usr/lib/gnome-user-share</filename> instead of
|
||||
<filename class='directory'>/usr/libexec</filename>.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -70,8 +70,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if you are going to build
|
||||
<xref linkend="gedit"/>)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -71,12 +71,12 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
@ -111,6 +111,9 @@ make</userinput></screen>
|
||||
<para><option>--enable-introspection</option>: Use this parameter if you
|
||||
wish to enable <application>GObject introspection</application>.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
|
@ -72,7 +72,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -70,7 +70,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -67,7 +67,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -71,7 +71,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -66,14 +66,13 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="startup-notification"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="startup-notification"/>
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -71,6 +71,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/> and
|
||||
<xref linkend="startup-notification"/>
|
||||
</para>
|
||||
|
||||
@ -110,6 +111,9 @@ install -v -m644 README rationales.txt doc/*.txt \
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -95,13 +95,16 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- <sect2 role="commands">
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/> -->
|
||||
|
||||
</sect2> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
@ -71,6 +71,11 @@
|
||||
<xref linkend="zenity"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/mutter"/></para>
|
||||
|
||||
@ -100,6 +105,9 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/static-libraries.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -67,7 +67,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -75,8 +75,8 @@
|
||||
<xref linkend="polkit-gnome"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gnome-bluetooth"/> and
|
||||
<xref linkend="mobile-broadband-provider-info"/>
|
||||
</para>
|
||||
|
@ -71,7 +71,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -67,7 +67,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -65,11 +65,6 @@
|
||||
<xref linkend="yelp-xsl"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/>
|
||||
|
@ -67,9 +67,14 @@
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="libnotify"/> and
|
||||
<xref linkend="rarian"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libnotify"/> and
|
||||
<xref linkend="webkitgtk"/>
|
||||
</para>
|
||||
|
||||
@ -95,13 +100,16 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- <sect2 role="commands">
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/> -->
|
||||
|
||||
</sect2> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/without-scrollkeeper.xml"/>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>[abenton] - Update Cairo to 1.12.2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[krejzi] - Sorted out remaining GNOME dependencies.
|
||||
GNOME 3.4 is now in the book.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -70,32 +70,42 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gstreamer"/> and
|
||||
<xref linkend="pango"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="pango"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="alsa-lib"/>,
|
||||
<xref linkend="cdparanoia"/>,
|
||||
<xref linkend="gobject-introspection"/> (required if building Gnome),
|
||||
<xref linkend="gtk2"/> or
|
||||
<xref linkend="gtk3"/> (required to build the examples),
|
||||
<xref linkend="libogg"/>,
|
||||
<xref linkend="libtheora"/>,
|
||||
<ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
|
||||
<xref linkend="libvorbis"/>,
|
||||
<xref linkend="udev"/> and
|
||||
<xref linkend="xorg7-lib"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="cdparanoia"/>,
|
||||
<xref linkend="gtk3"/> (required to build the examples),
|
||||
<ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
|
||||
<ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
|
||||
<xref linkend="udev"/> (gudev),
|
||||
<xref linkend="x-window-system"/>,
|
||||
<xref linkend="check"/> (required to run the unit regression tests), and
|
||||
<ulink url="http://www.valgrind.org/">Valgrind</ulink>
|
||||
(optionally used during the unit regression tests)
|
||||
(optionaly used during the unit regression tests)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required to Rebuild the API
|
||||
Documentation)</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/> and
|
||||
<xref linkend="python2"/> (compiled against an XML parser such as
|
||||
<xref linkend=" expat"/>).</para>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="python2"/> (compiled against an XML parser such as
|
||||
<xref linkend=" expat"/>).
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gst-plugins-base"/></para>
|
||||
|
@ -86,12 +86,24 @@
|
||||
<xref linkend="gst-plugins-base"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="cairo"/>,
|
||||
<xref linkend="flac"/>,
|
||||
<xref linkend="libjpeg"/>,
|
||||
<xref linkend="libpng"/> and
|
||||
<xref linkend="xorg7-lib"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="GConf"/> and
|
||||
<xref linkend="libsoup"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="aalib"/>,
|
||||
<xref linkend="cairo"/>,
|
||||
<xref linkend="flac"/>,
|
||||
<xref linkend="GConf"/> (Required for <xref linkend="totem"/>),
|
||||
<xref linkend="gtk3"/> (required to build the examples),
|
||||
<ulink url="http://www.jackaudio.org">JACK</ulink>,
|
||||
<ulink url="http://sourceforge.net/projects/libavc1394/">libavc1394</ulink>
|
||||
@ -101,16 +113,12 @@
|
||||
<ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
|
||||
<xref linkend="libdv"/>,
|
||||
<ulink url="http://www.kernel.org/pub/linux/libs/ieee1394/">libiec61883</ulink>,
|
||||
<xref linkend="libjpeg"/>,
|
||||
<xref linkend="libpng"/>,
|
||||
<ulink url="http://downloads.us.xiph.org/releases/libshout/">libshout</ulink>,
|
||||
<xref linkend="libsoup"/> (Required for <xref linkend="totem"/>),
|
||||
<ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
|
||||
<xref linkend="pulseaudio"/>,
|
||||
<xref linkend="speex"/>,
|
||||
<xref linkend="taglib"/>,
|
||||
<ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink>,
|
||||
<xref linkend="x-window-system"/> and
|
||||
<ulink url="http://linuxtv.org/downloads/v4l-utils/">Video4Linux</ulink> and
|
||||
<ulink url="http://www.wavpack.com/">WavPack</ulink>.
|
||||
</para>
|
||||
|
||||
|
@ -70,35 +70,46 @@
|
||||
<bridgehead renderas="sect3">GStreamer Ugly Plug-ins Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gst-plugins-base"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="gst-plugins-base"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="lame"/>,
|
||||
<xref linkend="libdvdnav"/> and
|
||||
<xref linkend="libdvdread"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="lame"/>,
|
||||
<xref linkend="liba52"/>,
|
||||
<ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
|
||||
<xref linkend="libdvdnav"/>,
|
||||
<xref linkend="libdvdread"/>,
|
||||
<xref linkend="libmad"/>,
|
||||
<xref linkend="libmpeg2"/>,
|
||||
<ulink url="http://packages.debian.org/source/sid/libsidplay">
|
||||
libsidplay</ulink>,
|
||||
<ulink url="http://sourceforge.net/projects/opencore-amr/">
|
||||
OpenCore AMR</ulink>,
|
||||
<ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
|
||||
<ulink url="http://sourceforge.net/projects/twolame/">TwoLAME</ulink> and
|
||||
<ulink url="http://www.videolan.org/developers/x264.html">x264</ulink>
|
||||
<para role="optional">
|
||||
<xref linkend="liba52"/>,
|
||||
<ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
|
||||
<xref linkend="libmad"/>,
|
||||
<xref linkend="libmpeg2"/>,
|
||||
<ulink url="http://packages.debian.org/source/sid/libsidplay">
|
||||
libsidplay</ulink>,
|
||||
<ulink url="http://sourceforge.net/projects/opencore-amr/">
|
||||
OpenCore AMR</ulink>,
|
||||
<ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
|
||||
<ulink url="http://sourceforge.net/projects/twolame/">TwoLAME</ulink> and
|
||||
<ulink url="http://www.videolan.org/developers/x264.html">x264</ulink>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional, for the unit regression tests</bridgehead>
|
||||
<para>To run the tests you need to have compiled gstreamer against libcheck,
|
||||
and you can optionally use
|
||||
<ulink url="http://www.valgrind.org/">Valgrind</ulink></para>
|
||||
<para>
|
||||
To run the tests you need to have compiled gstreamer against libcheck,
|
||||
and you can optionaly use
|
||||
<ulink url="http://www.valgrind.org/">Valgrind</ulink>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required to Rebuild the API
|
||||
Documentation)</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/> and
|
||||
<xref linkend="python2"/> (compiled against an XML parser such as
|
||||
<xref linkend=" expat"/>).</para>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="python2"/> (compiled against an XML parser such as
|
||||
<xref linkend=" expat"/>)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gst-plugins-ugly"/></para>
|
||||
|
@ -67,42 +67,52 @@
|
||||
<bridgehead renderas="sect3">GStreamer Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="libxml2"/>, and
|
||||
<xref linkend="pkgconfig"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="libxml2"/> and
|
||||
<xref linkend="pkgconfig"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gobject-introspection"/>
|
||||
(required if building Gnome),
|
||||
<para role="optional">
|
||||
<xref linkend="gsl"/>,
|
||||
<xref linkend='check'/> (required to run the unit regression tests and also enables
|
||||
<filename class='libraryfile'>libgstcheck-0.10</filename>), and
|
||||
<filename class='libraryfile'>libgstcheck-0.10</filename>), and
|
||||
<ulink url="http://www.valgrind.org/">Valgrind</ulink>
|
||||
(optionally used during the unit regression tests)
|
||||
(optionaly used during the unit regression tests)
|
||||
</para>
|
||||
|
||||
<!-- exceptionally, there seems no way to install the shipped
|
||||
API docs, so they have to be built, not rebuilt.-->
|
||||
<bridgehead renderas="sect4">Optional (Required to build the API
|
||||
Documentation)</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/> and
|
||||
<xref linkend="python2"/> (compiled against an XML Parser such as
|
||||
<xref linkend="expat"/>). Alternatively, developers can access
|
||||
the online API docs at <ulink
|
||||
url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/api-index-full.html">freedesktop.org</ulink>
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="python2"/> (compiled against an XML Parser such as
|
||||
<xref linkend="expat"/>). Alternatively, developers can access
|
||||
the online API docs at <ulink
|
||||
url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/api-index-full.html">
|
||||
freedesktop.org</ulink>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required to Build
|
||||
Manuals)</bridgehead>
|
||||
<para role="optional"><xref linkend="libxslt"/>,
|
||||
<xref linkend="texlive"/>,
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<ulink url="http://www.xfig.org/">Transfig</ulink> (all needed
|
||||
to build the HTML manual), plus
|
||||
<xref linkend="gs"/>, and
|
||||
<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>
|
||||
to build the postscript and PDF manuals.
|
||||
Alternatively, developers can access the online manual at <ulink
|
||||
url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html">freedesktop.org</ulink>
|
||||
<para role="optional">
|
||||
<xref linkend="libxslt"/>,
|
||||
<xref linkend="texlive"/>,
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<ulink url="http://www.xfig.org/">Transfig</ulink> (all needed
|
||||
to build the HTML manual), plus
|
||||
<xref linkend="gs"/>, and
|
||||
<ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>
|
||||
to build the postscript and PDF manuals.
|
||||
Alternatively, developers can access the online manual at <ulink
|
||||
url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html">
|
||||
freedesktop.org</ulink>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -4,7 +4,8 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libcanberra-download-http "http://0pointer.de/lennart/projects/libcanberra/libcanberra-&libcanberra-version;.tar.gz">
|
||||
<!ENTITY libcanberra-download-http
|
||||
"http://0pointer.de/lennart/projects/libcanberra/libcanberra-&libcanberra-version;.tar.gz">
|
||||
<!ENTITY libcanberra-download-ftp " ">
|
||||
<!ENTITY libcanberra-md5sum "c198b4811598c4c161ff505e4531b02c">
|
||||
<!ENTITY libcanberra-size "476 KB">
|
||||
@ -33,7 +34,7 @@
|
||||
XDG Sound Theme and Name Specifications, for generating event sounds on free
|
||||
desktops, such as <application>GNOME</application>.</para>
|
||||
|
||||
&lfs70_built;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -60,17 +61,26 @@
|
||||
<bridgehead renderas="sect3">libcanberra Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="libvorbis"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="libvorbis"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="alsa-lib"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gstreamer"/> and
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="alsa-lib"/>,
|
||||
<xref linkend="gstreamer"/>,
|
||||
<xref linkend="gtk2"/>,
|
||||
<xref linkend="gtk3"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend='pulseaudio'/>,
|
||||
<xref linkend="xorg7-proto"/>, and
|
||||
<xref linkend='pulseaudio'/> and
|
||||
<ulink url="http://tdb.samba.org/">tdb</ulink>
|
||||
</para>
|
||||
|
||||
@ -86,7 +96,7 @@
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas &&
|
||||
--disable-oss &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -100,10 +110,6 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><option>--with-gconf-schema-file-dir=$GNOME_SYSCONFDIR/gconf/schemas</option>:
|
||||
Omit this parameter if you are not installing
|
||||
<application>libcanberra</application> for a GNOME installation.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
@ -118,15 +124,17 @@ make</userinput></screen>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>canberra-boot and canberra-gtk-play</seg>
|
||||
<seg>libcanberra-alsa.so, libcanberra-gstreamer.so,
|
||||
libcanberra-gtk-module.so, libcanberra-gtk.so,
|
||||
libcanberra-gtk3-module.so, libcanberra-gtk3.so, libcanberra-multi.so,
|
||||
libcanberra-null.so, libcanberra-oss.so, libcanberra-pulse.so, and
|
||||
libcanberra.so</seg>
|
||||
<seg>/usr/{lib/{gnome-settings-daemon-3.0/gtk-modules,libcanberra-0.28},
|
||||
share/{doc/libcanberra,gdm/autostart/LoginWindow,gnome/{autostart,
|
||||
shutdown},gtk-doc/html/libcanberra}}</seg>
|
||||
<seg>
|
||||
canberra-boot and canberra-gtk-play
|
||||
</seg>
|
||||
<seg>
|
||||
libcanberra-gtk.so, libcanberra-gtk3.so and
|
||||
libcanberra.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/lib/libcanberra-0.28, /usr/share/doc/libcanberra
|
||||
and /usr/share/gtk-doc/html/libcanberra
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -135,16 +143,6 @@ make</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<!--<varlistentry id="canberra-boot">
|
||||
<term><command>canberra-boot</command></term>
|
||||
<listitem>
|
||||
<para>does this .....</para>
|
||||
<indexterm zone="libcanberra canberra-boot">
|
||||
<primary sortas="b-canberra-boot">canberra-boot</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>-->
|
||||
|
||||
<varlistentry id="canberra-gtk-play">
|
||||
<term><command>canberra-gtk-play</command></term>
|
||||
<listitem>
|
||||
@ -155,110 +153,30 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-alsa">
|
||||
<term><filename class='libraryfile'>libcanberra-alsa.so</filename></term>
|
||||
<listitem>
|
||||
<para>is an <application>ALSA</application> backend.</para>
|
||||
<indexterm zone="libcanberra libcanberra-alsa">
|
||||
<primary sortas="c-libcanberra-alsa">libcanberra-alsa.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-gstreamer">
|
||||
<term><filename class='libraryfile'>libcanberra-gstreamer.so</filename></term>
|
||||
<listitem>
|
||||
<para>is an <application>GStreamer</application> backend.</para>
|
||||
<indexterm zone="libcanberra libcanberra-gstreamer">
|
||||
<primary sortas="c-libcanberra-gstreamer">libcanberra-gstreamer.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-gtk-module">
|
||||
<term><filename class='libraryfile'>libcanberra-gtk-module.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains Gtk+2 module functions.</para>
|
||||
<indexterm zone="libcanberra libcanberra-gtk-module">
|
||||
<primary sortas="c-libcanberra-gtk-module">libcanberra-gtk-module.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-gtk">
|
||||
<term><filename class='libraryfile'>libcanberra-gtk.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains Gtk+2 libcanberra bindings functions.</para>
|
||||
<para>contains the libcanberra bindings for GTK+2.</para>
|
||||
<indexterm zone="libcanberra libcanberra-gtk">
|
||||
<primary sortas="c-libcanberra-gtk">libcanberra-gtk.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-gtk3-module">
|
||||
<term><filename class='libraryfile'>libcanberra-gtk3-module.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains Gtk+3 module functions.</para>
|
||||
<indexterm zone="libcanberra libcanberra-gtk3-module">
|
||||
<primary sortas="c-libcanberra-gtk3-module">libcanberra-gtk3-module.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-gtk3">
|
||||
<term><filename class='libraryfile'>libcanberra-gtk3.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains Gtk+3 libcanberra bindings functions.</para>
|
||||
<para>contains the libcanberra bindings for GTK+3.</para>
|
||||
<indexterm zone="libcanberra libcanberra-gtk3">
|
||||
<primary sortas="c-libcanberra-gtk3">libcanberra-gtk3.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-multi">
|
||||
<term><filename class='libraryfile'>libcanberra-multi.so</filename></term>
|
||||
<listitem>
|
||||
<para>is a multi backend.</para>
|
||||
<indexterm zone="libcanberra libcanberra-multi">
|
||||
<primary sortas="c-libcanberra-multi">libcanberra-multi.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-null">
|
||||
<term><filename class='libraryfile'>libcanberra-null.so</filename></term>
|
||||
<listitem>
|
||||
<para>is a null backend.</para>
|
||||
<indexterm zone="libcanberra libcanberra-null">
|
||||
<primary sortas="c-libcanberra-null">libcanberra-null.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-oss">
|
||||
<term><filename class='libraryfile'>libcanberra-oss.so</filename></term>
|
||||
<listitem>
|
||||
<para>is an oss backend.</para>
|
||||
<indexterm zone="libcanberra libcanberra-oss">
|
||||
<primary sortas="c-libcanberra-oss">libcanberra-oss.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-pulse">
|
||||
<term><filename class='libraryfile'>libcanberra-pulse.so</filename></term>
|
||||
<listitem>
|
||||
<para>is an <application>PulseAudio</application> backend.</para>
|
||||
<indexterm zone="libcanberra libcanberra-pulse">
|
||||
<primary sortas="c-libcanberra-pulse">libcanberra-pulse.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcanberra-lib">
|
||||
<term><filename class='libraryfile'>libcanberra.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains general libcanberra API functions.</para>
|
||||
<para>contains the libcanberra API functions.</para>
|
||||
<indexterm zone="libcanberra libcanberra-lib">
|
||||
<primary sortas="c-libcanberra">libcanberra.so</primary>
|
||||
</indexterm>
|
||||
|
@ -85,7 +85,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -66,11 +66,15 @@
|
||||
<xref linkend="gsettings-desktop-schemas"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="p11-kit"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="libgcrypt"/>,
|
||||
<xref linkend="libproxy"/> and
|
||||
<xref linkend="p11-kit"/>
|
||||
<xref linkend="libgcrypt"/> and
|
||||
<xref linkend="libproxy"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -84,7 +84,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -63,13 +63,12 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="liboauth"/> and
|
||||
<xref linkend="libsoup"/> (built with GNOME support).
|
||||
<xref linkend="libsoup"/> (built with GNOME support libraries).
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -68,7 +68,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -94,7 +94,6 @@
|
||||
<xref linkend="dhcpcd"/> or
|
||||
<xref linkend="dhcp-client"/> and
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building Gnome Shell).
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -61,12 +61,20 @@
|
||||
<bridgehead renderas="sect3">AccountsService Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="dbus-glib"/> and
|
||||
<xref linkend="polkit"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="dbus-glib"/> and
|
||||
<xref linkend="polkit"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="xmlto"/></para>
|
||||
<para role="optional">
|
||||
<xref linkend="xmlto"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/accountsservice"/></para>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<!ENTITY consolekit-md5sum "f2657f93761206922d558471a936fbc3">
|
||||
<!ENTITY consolekit-size "416 KB">
|
||||
<!ENTITY consolekit-buildsize "8.1 MB">
|
||||
<!ENTITY consolekit-time "0.1 SBU">
|
||||
<!ENTITY consolekit-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="consolekit" xreflabel="ConsoleKit-&consolekit-version;">
|
||||
@ -61,12 +61,16 @@
|
||||
<bridgehead renderas="sect3">ConsoleKit Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="xorg7-lib"/> and
|
||||
<xref linkend="dbus-glib"/></para>
|
||||
<para role="required">
|
||||
<xref linkend="dbus-glib"/> and
|
||||
<xref linkend="xorg7-lib"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended"><xref linkend="linux-pam"/>
|
||||
and <xref linkend="polkit"/></para>
|
||||
<para role="recommended">
|
||||
<xref linkend="linux-pam"/> and
|
||||
<xref linkend="polkit"/>
|
||||
</para>
|
||||
|
||||
<warning>
|
||||
<para>If you intend <emphasis role="strong">NOT</emphasis> to install
|
||||
@ -76,7 +80,9 @@
|
||||
</warning>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="xmlto"/></para>
|
||||
<para role="optional">
|
||||
<xref linkend="xmlto"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/consolekit"/></para>
|
||||
@ -90,8 +96,8 @@
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/ConsoleKit --localstatedir=/var \
|
||||
--enable-pam-module &&
|
||||
--localstatedir=/var --libexecdir=/usr/lib/ConsoleKit \
|
||||
--enable-pam-module &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
@ -61,18 +61,23 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="expat"/>,
|
||||
<xref linkend="intltool"/> and
|
||||
<xref linkend="pkgconfig"/></para>
|
||||
<xref linkend="intltool"/> and
|
||||
<xref linkend="pkgconfig"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="DocBook"/>,
|
||||
<xref linkend="docbook-xsl"/>,
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libxslt"/> and
|
||||
<xref linkend="linux-pam"/></para>
|
||||
<xref linkend="DocBook"/>,
|
||||
<xref linkend="docbook-xsl"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libxslt"/> and
|
||||
<xref linkend="linux-pam"/>
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<para>If <xref linkend="libxslt"/> is installed then <xref
|
||||
@ -86,24 +91,12 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of polkit</title>
|
||||
<!--
|
||||
<para>It is a requirement to have a dedicated user and group for
|
||||
<application>polkit</application> to function correctly. Issue the
|
||||
following commands as the <systemitem class="username">root</systemitem>
|
||||
user:</para>
|
||||
|
||||
<screen role="root"><userinput>groupadd -fg 27 polkituser &&
|
||||
useradd -c "Policy Kit Daemon User" -d /dev/null -u 27 \
|
||||
-g polkituser -s /bin/false polkituser || [ $? == 9 ]</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>Install <application>polkit</application> by running the following
|
||||
commands as an unprivileged user:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/lib/polkit-1 \
|
||||
--localstatedir=/var \
|
||||
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
|
||||
--with-authfw=shadow &&
|
||||
make</userinput></screen>
|
||||
|
||||
|
@ -79,12 +79,16 @@
|
||||
<xref linkend="libsoup"/> (built with GNOME components).
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="vala"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="check"/> (required for the test suite),
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="vala"/>
|
||||
<xref linkend="check"/> (required for the test suite) and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
|
@ -80,11 +80,16 @@
|
||||
<xref linkend="pkgconfig"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="vala"/>
|
||||
</para>
|
||||
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/> and
|
||||
<xref linkend="vala"/>
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
|
@ -12,7 +12,6 @@
|
||||
<!ENTITY spice-gtk-time "0.8 SBU">
|
||||
]>
|
||||
|
||||
<!-- Try to keep the indentation used in this file-->
|
||||
<sect1 id="spice-gtk" xreflabel="spice-gtk-&spice-gtk-version;">
|
||||
<?dbhtml filename="spice-gtk.html"?>
|
||||
|
||||
|
@ -65,9 +65,13 @@
|
||||
<xref linkend="pkgconfig"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> (required if building Gnome) and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
|
@ -67,9 +67,13 @@
|
||||
<xref linkend="gst-plugins-base"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
|
@ -67,9 +67,13 @@
|
||||
<xref linkend="gtk2"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
|
@ -86,7 +86,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -70,7 +70,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -71,9 +71,13 @@
|
||||
<xref linkend="xorg7-lib"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> (required if building Gnome),
|
||||
<xref linkend="jasper"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
@ -82,12 +82,16 @@
|
||||
<xref linkend="pango"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="colord"/>,
|
||||
<xref linkend="cups"/>,
|
||||
<xref linkend="docbook-utils"/>,
|
||||
<xref linkend="gobject-introspection"/> (required if building Gnome) and
|
||||
<xref linkend="docbook-utils"/> and
|
||||
<xref linkend="gtk-doc"/>.
|
||||
</para>
|
||||
|
||||
|
@ -71,7 +71,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -66,9 +66,13 @@
|
||||
<xref linkend="gtk3"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="gobject-introspection"/> (Required if building GNOME) and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para>
|
||||
|
||||
|
@ -71,7 +71,6 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="gobject-introspection"/>
|
||||
(Required if building GNOME)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user