mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to gtk-vnc-0.4.3.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9326 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c5464c83bd
commit
78b39127b1
@ -613,7 +613,7 @@ $Date$
|
||||
<!ENTITY libsexy-version "0.1.11">
|
||||
<!ENTITY libnotify-version "0.4.5">
|
||||
<!ENTITY notification-daemon-version "0.4.0">
|
||||
<!ENTITY gtk-vnc-version "0.3.10">
|
||||
<!ENTITY gtk-vnc-version "0.4.3">
|
||||
<!ENTITY cogl-version "1.8.2">
|
||||
|
||||
<!-- Chapter 25 -->
|
||||
|
@ -53,6 +53,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge gtkmm-3.2.0 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - merge gtk-vnc-0.4.3 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gtk-vnc-download-http "&gnome-download-http;/gtk-vnc/0.3/gtk-vnc->k-vnc-version;.tar.bz2">
|
||||
<!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.3/gtk-vnc->k-vnc-version;.tar.bz2">
|
||||
<!ENTITY gtk-vnc-md5sum "9aa9d830b219255c8d6753ef55802932">
|
||||
<!ENTITY gtk-vnc-size "484 KB">
|
||||
<!ENTITY gtk-vnc-buildsize "8 MB">
|
||||
<!ENTITY gtk-vnc-time "0.6 SBU">
|
||||
<!ENTITY gtk-vnc-download-http "&gnome-download-http;/gtk-vnc/0.4/gtk-vnc->k-vnc-version;.tar.bz2">
|
||||
<!ENTITY gtk-vnc-download-ftp "&gnome-download-ftp;/gtk-vnc/0.4/gtk-vnc->k-vnc-version;.tar.bz2">
|
||||
<!ENTITY gtk-vnc-md5sum "38d3fbacb5d00e630f939e88858206f1">
|
||||
<!ENTITY gtk-vnc-size "437 KB">
|
||||
<!ENTITY gtk-vnc-buildsize "7.6 MB">
|
||||
<!ENTITY gtk-vnc-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gtk-vnc" xreflabel="gtk-vnc->k-vnc-version;">
|
||||
@ -35,7 +35,7 @@
|
||||
core C library, and bindings for <application>Python</application>
|
||||
(<application>PyGTK</application>)</para>
|
||||
|
||||
&lfs65_built;
|
||||
&lfs70_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -62,14 +62,15 @@
|
||||
<bridgehead renderas="sect3">gtk-vnc Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="gtk2"/>,
|
||||
<para role="required"><xref linkend="gtk3"/>,
|
||||
<xref linkend="gnutls"/>, and
|
||||
<xref linkend="intltool"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="cyrus-sasl"/>,
|
||||
<xref linkend="nspr"/>,
|
||||
<xref linkend="pygtk"/>, and
|
||||
<xref linkend="nspr"/>, and
|
||||
<!-- pygtk is not used with gtk+-3
|
||||
<xref linkend="pygtk"/>, and -->
|
||||
<xref linkend="xulrunner"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
@ -84,11 +85,12 @@
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--with-python=no \
|
||||
--with-gtk=3.0 \
|
||||
--with-sasl=no &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
<para>This package's testsuite is only intended to be used by the
|
||||
maintainer to check the i18n files.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
@ -99,7 +101,14 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--with-python=no</parameter>: This parameter disables the <application>Python</application> bindings from being built. Remove it if you have <application>PyGTK</application> installed and wish to enable them.</para>
|
||||
<para><parameter>--with-gtk=3.0</parameter>: This parameter enables
|
||||
<application>GTK+3</application> instead of <application>GTK+2</application>.</para>
|
||||
|
||||
<!-- python is not used with gtk+-3
|
||||
<para><parameter>\-\-with-python=no</parameter>: This parameter disables the
|
||||
<application>Python</application> bindings from being built. Remove it if you have
|
||||
<application>PyGTK</application> installed and wish to enable them.</para>
|
||||
-->
|
||||
|
||||
<para><parameter>--with-sasl=no</parameter>: This parameter disables the use of <application>cyrus SASL</application> for authentication. Remove it if you have <application>Cyrus SASL</application> installed and wish to enable it for authentication.</para>
|
||||
|
||||
@ -117,7 +126,7 @@ make</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libgtk-vnc-1.0.{so,a} and gtkvnc.{so,a}</seg>
|
||||
<seg>libgtk-vnc-1.0.{so,a}</seg>
|
||||
<seg>/usr/include/gtk-vnc-1.0</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -138,6 +147,7 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<!-- not built if you use gtk+-3
|
||||
<varlistentry id="gtkvnc">
|
||||
<term><filename class='libraryfile'>gtkvnc.{so,a}</filename></term>
|
||||
<listitem>
|
||||
@ -146,7 +156,7 @@ make</userinput></screen>
|
||||
<primary sortas="c-gtkvnc">gtkvnc.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</varlistentry> -->
|
||||
|
||||
</variablelist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user