Changeset 5153eb9


Ignore:
Timestamp:
08/31/2014 02:12:19 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2dc8feb
Parents:
a508099
Message:

Update to libreoffice-4.3.1.2.
Completely modify and fix instructions for alsa-tools-1.0.28.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14144 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra508099 r5153eb9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     3<!ENTITY day          "31">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 30th, &year;">
     9<!ENTITY releasedate  "August 31st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    ra508099 r5153eb9  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>August 31st, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Completely modify and fix instructions for
     52          alsa-tools-1.0.28. Fixes
     53          <ulink url="&blfs-ticket-root;5453">#5453</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[fernando] - Update to libreoffice-4.3.1.2. Fixes
     57          <ulink url="&blfs-ticket-root;5445">#5445</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
    4661
    4762    <listitem>
  • multimedia/libdriv/alsa-tools.xml

    ra508099 r5153eb9  
    9999    <title>Installation of ALSA Tools</title>
    100100
     101&as_root;
     102
     103    <para>First, start a subshell that will exit on error:</para>
     104
     105<screen><userinput>bash -e</userinput></screen>
     106
    101107    <para>
    102       The <application>ALSA Tools</application> package is only
    103       needed by those with advanced requirements for their sound
    104       card. The tools are not all built together, instead you
    105       need to <command>cd</command> into the directory of each
    106       tool you wish to compile and run the following commands:
    107     </para>
    108 
    109 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    110 make</userinput></screen>
     108      Now, remove a tool that needs <application>Qt2 or 3</application> and two
     109      unneed files (for the BLFS instructions below):
     110    </para>
     111
     112<screen><userinput>rm -rf qlo10k1 Makefile gitcompile</userinput></screen>
    111113
    112114    <para>
    113       This package does not come with a test suite.
     115      The <application>ALSA Tools</application> package is only needed by those
     116      with advanced requirements for their sound card. The tools can be built
     117      all together at once, but if only a subset is needed, you need to
     118      <command>cd</command> into the directory of each tool you wish to compile
     119      and run the commands. Here, we present instructions to build all tools.
    114120    </para>
    115121
    116122    <para>
    117       Now, as the <systemitem class="username">root</systemitem> user:
    118     </para>
    119 
    120 <screen role="root"><userinput>make install</userinput></screen>
     123      Install all <application>ALSA Tools</application> by running the
     124      following commands:
     125    </para>
     126
     127<screen><userinput>for tool in *
     128do
     129  case $tool in
     130    seq )
     131      tool_dir=seq/sbiload
     132    ;;
     133    * )
     134      tool_dir=$tool
     135    ;;
     136  esac
     137
     138  pushd $tool_dir
     139    ./configure --prefix=/usr
     140    make
     141    as_root make install
     142    as_root /sbin/ldconfig
     143  popd
     144
     145done
     146unset tool tool_dir</userinput></screen>
     147
     148    <para>Finally, exit the shell that was started earlier:</para>
     149
     150<screen><userinput>exit</userinput></screen>
    121151
    122152  </sect2>
  • packages.ent

    ra508099 r5153eb9  
    577577<!ENTITY gnucash-version              "2.4.11">
    578578
    579 <!ENTITY libreoffice-version          "4.3.0">
    580 <!ENTITY libreoffice-patch            ".4">
     579<!ENTITY libreoffice-version          "4.3.1">
     580<!ENTITY libreoffice-patch            ".2">
    581581<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    582582
  • xsoft/office/libreoffice.xml

    ra508099 r5153eb9  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "de0d9322f3aaeb20abd5e06c5c0972bb">
    11   <!ENTITY libreoffice-core-size          "145 MB">
     10  <!ENTITY libreoffice-core-md5sum        "cf750c01b6cd0b5c6fdd1760672e67d4">
     11  <!ENTITY libreoffice-core-size          "146 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "cd27ec060c68079a13abf0984dbbf5fa">
     14  <!ENTITY libreoffice-dict-md5sum        "aae27f6c9db741c42acae48a1dfb0f5e">
    1515  <!ENTITY libreoffice-dict-size          "36 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "89d9da0ff2d5ea07f8c30c680fee2b0a">
     18  <!ENTITY libreoffice-help-md5sum        "24692bf69bbe877ad2524653c991705a">
    1919  <!ENTITY libreoffice-help-size          "1.8 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "8e2f7905a0f827f655a1e21d93c6ddf7">
     22  <!ENTITY libreoffice-translations-md5sum        "b8d3445100c10bb4f21f6c8f25c5c600">
    2323  <!ENTITY libreoffice-translations-size          "121 MB">
    2424
     
    2828  dependencies (with-system... -->
    2929
    30   <!ENTITY libreoffice-buildsize          "8.23 GB (497 MB installed) - 9.6 GB (528 MB installed), with translations">
    31   <!ENTITY libreoffice-time               "144 SBU - 165 SBU, with translations">
     30  <!ENTITY libreoffice-buildsize          "8.1 GB (497 MB installed) - 9.6 GB (528 MB installed), with translations">
     31  <!ENTITY libreoffice-time               "200 SBU, with translations">
     32  <!-- [fo] For version 4.3.1.2 I've got, for i686, SBU larger than the upper
     33  limit, thus, temporarily, decided to used a single SBU, instead of a range.
     34  -->
    3235  <!-- This package has some peculiarities, some discussed in the text.
    3336  Two values for SBU and buildsize are given due to the large difference
     
    135138        <para>
    136139          Translations size: &libreoffice-translations-size;
     140        </para>
     141      </listitem>
     142      <listitem>
     143        <para>
     144          Required patch for to fix building with system Boost:
     145          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_1_56_0-1.patch"/>
    137146        </para>
    138147      </listitem>
     
    167176
    168177    <para role="recommended">
    169     <!--<xref linkend="boost"/>,-->
     178      <xref linkend="boost"/>,
    170179      <xref linkend="clucene"/>,
    171180      <xref linkend="cups"/>,
     
    251260  <sect2 role="installation">
    252261    <title>Installation of LibreOffice</title>
    253 
     262<!--
    254263    <warning>
    255264      <para>
     
    271280        <systemitem class="username">root</systemitem>. If you must untar it as
    272281        <systemitem class="username">root</systemitem> pass the option
    273         <option>--no-overwrite-dir</option> to tar. This is the default when you
     282        <option>-\-no-overwrite-dir</option> to tar. This is the default when you
    274283        untar as a user but has to be passed as an option when untaring as
    275284        <systemitem class="username">root</systemitem>:
    276285      </para>
    277     </warning>
     286    </warning>-->
    278287
    279288<screen role="root"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
     
    310319    </para>
    311320
    312 <screen><userinput>ln -sv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
     321<screen><userinput>ln -sv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
    313322
    314323    <note>
     
    350359    </para>
    351360
    352 <screen><userinput>sed -e "/gzip -f/d"   \
     361<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_56_0-1.patch &amp;&amp;
     362
     363sed -e "/gzip -f/d"   \
    353364    -e "s|.1.gz|.1|g" \
    354365    -i bin/distro-install-desktop-integration        &amp;&amp;
     366
    355367sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    356 
    357 sed -e "/distro-install-file-lists/d"           \
    358     -e "s:fetch_Download_item:&amp;_unchecked:" \
    359     -e "/fetch_Download_item/s:,no-check::"     \
    360    -i Makefile.in                                  &amp;&amp;
    361368
    362369chmod -v +x bin/unpack-sources                     &amp;&amp;
     
    377384             --disable-postgresql-sdbc   \
    378385             --enable-release-build=yes  \
    379              --enable-python=system      \<!--
    380              - -with-system-boost    \ -->
     386             --enable-python=system      \
     387             --with-system-boost         \
    381388             --with-system-clucene       \
    382389             --with-system-cairo         \
     
    458465      <command>sed -e ...</command>: First sed prevents compression of the
    459466      manual pages, the second one prevents a script that causes install to
    460       fail from running, the third one fixes the download location and the
    461       fourth one fixes the unpack script.
     467      fail from running, the third one fixes the unpack script.
    462468    </para>
    463469
Note: See TracChangeset for help on using the changeset viewer.