Update to openoffice-1.1.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2055 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Tushar Teredesai 2004-04-24 21:52:52 +00:00
parent 0766071429
commit 3b4b69996c
5 changed files with 31 additions and 19 deletions

View File

@ -11,6 +11,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>April 24th, 2004 [tushar]: Updated to
openoffice-1.1.1.</para></listitem>
<listitem><para>April 24th, 2004 [larry]: Updated to
cvs-1.11.15.</para></listitem>

View File

@ -6,11 +6,21 @@
<para><parameter>--with-lang=ALL</parameter>: Make install sets for all available languages.</para>
<para><parameter>--with-dict=ALL</parameter>: Install dictionaries for all available languages..</para>
<para><parameter>--with-libart</parameter>: Use libart instead of gpc for polygon clipping.</para>
<para><parameter>--with-libsn</parameter>: Use startup-notification.</para>
<para><parameter>--disable-java</parameter>: Do not build components that need java.</para>
<para><parameter>--without-gpc</parameter>: Do not use gpc. Removes polygon clipping capability.</para>
<para><command>./bootstrap</command>: Create packages required to bootstrap the build.</para>
<para><command>dmake</command>: Compile the package.</para>
<para><command>sed -e "s:^oo_home=...</command>: Remove version specific
<para><command>sed -i "s:^oo_home=...</command>: Remove version specific
installation directory</para>
<para><command>for appl in swriter scalc sdraw simpress smath soffice;

View File

@ -1,10 +1,9 @@
<sect2>
<title>Installation of <application>OpenOffice</application></title>
<para>Apply the downloaded patches and copy gpc files.</para>
<para>Apply the downloaded patches and optionally copy the gpc files.</para>
<screen><userinput><command>mv ../gpc231/* external/gpc &amp;&amp;
rm -rf ../gpc231 &amp;&amp;
for p in ../openoffice-&openoffice-version;-*.patch
do patch -Np1 -i $p
done</command></userinput></screen>
@ -15,11 +14,8 @@ flags to <envar>CFLAGSOPT</envar> variable. Some users have reported problems wi
-fomit-frame-pointer. The best option is to not use any custom optimizations.
The following command removes an incorrect -mcpu option in the above file.</para>
<screen><userinput><command>cd solenv/inc &amp;&amp;
cp unxlngi4.mk unxlngi4.mk.orig &amp;&amp;
sed -e "s:\-mcpu=pentiumpro::" \
unxlngi4.mk.orig &gt; unxlngi4.mk &amp;&amp;
cd ../..</command></userinput></screen>
<screen><userinput><command>sed -i "s:\-mcpu=pentiumpro::" \
solenv/inc/unxlngi4.mk</command></userinput></screen>
<para>Configure openoffice using the following commands. You may build install
sets for only specific languages based on your preferences.
@ -32,7 +28,9 @@ the environment variable <envar>LANG</envar> is
set, unset it before compiling.</para>
<screen><userinput><command>cd config_office/ &amp;&amp;
./configure --with-lang=ALL &amp;&amp;
./configure --with-lang=ALL \
--with-dict=ALL \
--enable-libsn --with-system-zlib &amp;&amp;
cd ..</command></userinput></screen>
<para>Compile <application>OpenOffice</application> using the following
@ -66,8 +64,7 @@ is no visible <application>X</application> window. You
can use <application>Xvfb</application> if you are compiling on a console.</para>
<screen><userinput><command>cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
cp install install.orig &amp;&amp;
sed -e "s:^oo_home=.*:oo_home=openoffice:" install.orig > install &amp;&amp;
sed -i "s:^oo_home=.*:oo_home=openoffice:" install &amp;&amp;
./install --prefix=/opt &amp;&amp;
for appl in swriter scalc sdraw simpress smath soffice spadmin
do ln -sf /opt/openoffice/program/$appl /usr/bin/$appl

View File

@ -20,20 +20,22 @@ url="&openoffice-download-ftp;"/></para></listitem>
<sect3><title><application>OpenOffice</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="xfree86"/>, <xref linkend="j2sdk"/>,
<para><xref linkend="xfree86"/>
<xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="tcsh"/>,
<xref linkend="which"/></para></sect4>
<sect4><title>Recommended</title>
<para><xref linkend="j2sdk"/></para></sect4>
<sect4><title>Optional</title>
<para><xref linkend="Linux_PAM"/> and <ulink
<para><xref linkend="Linux_PAM"/>,
<xref linkend="libart_lgpl"/>,
<xref linkend="startup-notification"/> and <ulink
url="http://ant.apache.org/">Apache Ant</ulink></para></sect4>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>General Polygon Clipper Library (Required): <ulink
<listitem><para>General Polygon Clipper Library (Optional if <xref linkend="libart_lgpl"/> is used): <ulink
url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/></para></listitem>
<listitem><para>Required patch (Disable building of mozilla addressbook): <ulink
url="&patch-root;/openoffice-&openoffice-version;-no-mozab.patch"/></para></listitem>
<listitem><para>Required patch (Executable <command>test</command> is in
<filename class="directory">/bin</filename>,
not in <filename class="directory">/usr/bin</filename>): <ulink

View File

@ -3,9 +3,9 @@
<!ENTITY openoffice-inst SYSTEM "openoffice-inst.xml">
<!ENTITY openoffice-exp SYSTEM "openoffice-exp.xml">
<!ENTITY openoffice-desc SYSTEM "openoffice-desc.xml">
<!ENTITY openoffice-version "1.1.0">
<!ENTITY openoffice-download-http "http://www.openoffice.org/dev_docs/source/&openoffice-version;/source.html">
<!ENTITY openoffice-version "1.1.1">
<!ENTITY openoffice-download-http "http://download.openoffice.org/&openoffice-version;/source.html">
<!ENTITY openoffice-download-ftp "">
<!ENTITY openoffice-size "155 MB">
<!ENTITY openoffice-size "189 MB">
<!ENTITY openoffice-buildsize "5.0 GB">
<!ENTITY openoffice-time "">