Changeset 76df61c


Ignore:
Timestamp:
08/24/2014 05:24:05 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:
70ad094
Parents:
c7c1722
Message:

Update to libpng-1.6.13.
Update to icedtea-web-1.5.1, reorder some dependencies and add a desktop file. Replace Xulrunner-31.0 dependency by NPAPI-SDK-0.27.2, thanks to Armin K, from systemd branch for remembering (I had asked about this in one list some time ago, but forgot to check).
OpenJDK-1.7.0.65/IcedTea-2.5.1: fix man pages and add a desktop file.

LibreOffice-4.3.0: reorder some dependencies; add comment about the two SBUs and buildsizes, thanks to Christopher G, from systemd branch, for noticing.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libpng.xml

    rc7c1722 r76df61c  
    88           "&sourceforge-repo;/libpng/libpng-&libpng-version;.tar.xz">
    99  <!ENTITY libpng-download-ftp  " ">
    10   <!ENTITY libpng-md5sum        "ee752da8aa75076500e4cf31318e636e">
     10  <!ENTITY libpng-md5sum        "9822c25466f060142359f80ed142c9e5">
    1111  <!ENTITY libpng-size          "884 KB">
    1212  <!ENTITY libpng-buildsize     "12 MB (additional 1 MB for the tests)">
    1313  <!ENTITY libpng-time          "0.1 SBU (additional 0.3 SBU for the tests)">
    1414
    15   <!ENTITY apng-version "1.6.12">
     15  <!ENTITY apng-version "1.6.13">
    1616
    1717  <!ENTITY apng-patch
  • general/prog/openjdk.xml

    rc7c1722 r76df61c  
    390390chown -R root:root /opt/OpenJDK-&openjdk-version;</userinput></screen>
    391391
     392    <para>If desired, you may install a .desktop file corresponding to an entry in a desktop menu for <command>policytool</command>, as <systemitem class="username">root</systemitem> user:</para>
     393
     394<screen role="root"><userinput>cat &gt;&gt; /usr/share/applications/openjdk-7-policytool.desktop &lt;&lt; "EOF" &amp;&amp;
     395<literal>[Desktop Entry]
     396Name=OpenJDK Java 7 Policy Tool
     397Name[pt_BR]=OpenJDK Java 7 - Ferramenta de Pol&#237;tica
     398Comment=OpenJDK Java 7 Policy Tool
     399Comment[pt_BR]=OpenJDK Java 7 - Ferramenta de Pol&#237;tica
     400Exec=/opt/jdk/bin/policytool
     401Terminal=false
     402Type=Application
     403Icon=javaws
     404Categories=Settings;</literal>
     405EOF
     406
     407install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png &amp;&amp;</userinput></screen>
     408
    392409  </sect2>
    393410
     
    457474      user:</para>
    458475
    459 <screen role="root"><userinput>cat &gt; /etc/profile.d/openjdk.sh &lt;&lt; "EOF"
     476<screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/openjdk.sh &lt;&lt; "EOF"
    460477<literal># Begin /etc/profile.d/openjdk.sh
    461478
     
    491508    user:</para>
    492509
    493 <screen role="root"><userinput>cat &gt;&gt; /etc/man_db.conf &lt;&lt; "EOF" &amp;&amp;
    494 <literal>MANDATORY_MANPATH     /opt/jdk/man
     510<screen role="root"><userinput>cat >> /etc/profile.d/extrapaths.sh &lt;&lt; "EOF" &amp;&amp;
     511# Begin Java addition
     512<literal>pathappend /opt/jdk/man       MANPATH
     513# End Java addition</literal>
     514EOF
     515
     516
     517cat &gt;&gt; /etc/man_db.conf &lt;&lt; "EOF" &amp;&amp;
     518<literal># Begin Java addition
     519MANDATORY_MANPATH     /opt/jdk/man
    495520MANPATH_MAP           /opt/jdk/bin     /opt/jdk/man
    496 MANDB_MAP             /opt/jdk/man     /var/cache/man/jdk</literal>
     521MANDB_MAP             /opt/jdk/man     /var/cache/man/jdk
     522# End Java addition</literal>
    497523EOF
    498524
    499525mandb -c /opt/jdk/man</userinput></screen>
     526
     527    <para>To test the man pages are correctly installed, issue <command>source /etc/profile</command> and <command>man java</command> to display the respective man page.</para>
    500528
    501529    </sect3>
  • introduction/welcome/changelog.xml

    rc7c1722 r76df61c  
    4444
    4545-->
     46
    4647    <listitem>
    4748      <para>August 24th, 2014</para>
    4849      <itemizedlist>
     50       <listitem>
     51          <para>[fernando] - LibreOffice-4.3.0: reorder some dependencies;
     52          add comment about the two SBUs and buildsizes, thanks to Christopher
     53          G, from systemd branch, for noticing.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[fernando] - OpenJDK-1.7.0.65/IcedTea-2.5.1: fix man pages and
     57          add a desktop file.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[fernando] - Update to icedtea-web-1.5.1, reorder some
     61          dependencies and add a desktop file. Replace Xulrunner-31.0 dependency
     62          by NPAPI-SDK-0.27.2, thanks to Armin K, from systemd branch for
     63          remembering (I had asked about this in one list some time ago, but
     64          forgot to check). Fixes
     65          <ulink url="&blfs-ticket-root;5389">#5389</ulink>.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[fernando] - Update to libpng-1.6.13. Fixes
     69          <ulink url="&blfs-ticket-root;5418">#5418</ulink>.</para>
     70        </listitem>
    4971        <listitem>
    5072          <para>[ken] - Make TeX Live use system gc for asymptote.</para>
     
    5274      </itemizedlist>
    5375    </listitem>
    54 
    5576
    5677    <listitem>
  • packages.ent

    rc7c1722 r76df61c  
    164164<!ENTITY libjpeg-turbo-version        "1.3.1">
    165165<!ENTITY libmng-version               "2.0.2">
    166 <!ENTITY libpng-version               "1.6.12">
     166<!ENTITY libpng-version               "1.6.13">
    167167<!ENTITY librsvg-version              "2.40.3">   <!-- Normally even minors
    168168                                                       Required version in order to use
     
    565565<!ENTITY gnash-version                "0.8.10">
    566566<!ENTITY gimp-version                 "2.8.10">
    567 <!ENTITY icedtea-web-version          "1.5">
     567<!ENTITY icedtea-web-version          "1.5.1">
    568568<!ENTITY inkscape-version             "0.48.5">
    569569<!ENTITY pan-version                  "0.133">
  • xsoft/office/libreoffice.xml

    rc7c1722 r76df61c  
    2323  <!ENTITY libreoffice-translations-size          "121 MB">
    2424
     25  <!-- This package has some peculiarities, some discussed in the text.
     26  Two values for SBU and buildsize are given due to the large difference
     27  measured by editors, depending on architecture and sometimes installed
     28  dependencies (with-system... -->
     29
    2530  <!ENTITY libreoffice-buildsize          "8.23 GB (497 MB installed) - 9.6 GB (528 MB installed), with translations">
    2631  <!ENTITY libreoffice-time               "144 SBU - 165 SBU, with translations">
     32  <!-- This package has some peculiarities, some discussed in the text.
     33  Two values for SBU and buildsize are given due to the large difference
     34  measured by editors, depending on architecture and sometimes installed
     35  dependencies (with-system... -->
    2736]>
    2837
     
    158167
    159168    <para role="recommended">
    160       <xref linkend="libjpeg"/>,
    161       <xref linkend="glu"/>,
    162       <xref linkend="gtk2"/>,
    163169    <!--<xref linkend="boost"/>,-->
    164170      <xref linkend="clucene"/>,
     
    166172      <xref linkend="curl"/>,
    167173      <xref linkend="dbus-glib"/>,
     174      <xref linkend="libjpeg"/>,
     175      <xref linkend="glu"/>,
    168176      <xref linkend="graphite2"/>,
    169177      <xref linkend="gst-plugins-base"/> or
    170178      <xref linkend="gst10-plugins-base"/>,
     179      <xref linkend="gtk2"/>,
    171180      <xref linkend="harfbuzz"/>,
    172181      <xref linkend="icu"/>,
  • xsoft/other/icedtea-web.xml

    rc7c1722 r76df61c  
    77  <!ENTITY icedtea-web-download-http "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
    88  <!ENTITY icedtea-web-download-ftp  " ">
    9   <!ENTITY icedtea-web-md5sum        "a6199869763291879f3a7382b114974c">
    10   <!ENTITY icedtea-web-size          "1.5 MB">
     9  <!ENTITY icedtea-web-md5sum        "ee53fdd19456a59aa9d3a407d35a358c">
     10  <!ENTITY icedtea-web-size          "1.6 MB">
    1111  <!ENTITY icedtea-web-buildsize     "30 MB">
    12   <!ENTITY icedtea-web-time          "0.3 SBU">
     12  <!ENTITY icedtea-web-time          "0.2 SBU">
    1313]>
    1414
     
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required">
    64       <xref linkend="openjdk"/> and
    65       <xref linkend="xulrunner"/>
     64      <xref linkend="npapi-sdk"/>, and
     65      <xref linkend="openjdk"/> or
     66      <xref linkend="java"/> (remember to configure as described in the
     67      <xref linkend="openjdk"/> page),
    6668    </para>
    6769
     
    7274      <xref linkend="firefox"/>,
    7375      <xref linkend="midori"/>,
    74       <ulink url="http://www.chromium.org/getting-involved/download-chromium">Chromium</ulink>,
    75       <ulink url="http://www.opera.com">Opera</ulink>, and
    76       <xref linkend="seamonkey"/>
     76      <xref linkend="seamonkey"/>,
     77      <ulink url="http://www.chromium.org/getting-involved/download-chromium">Chromium</ulink>, and
     78      <ulink url="http://www.opera.com">Opera</ulink>
    7779    </para>
    7880
     
    8183      <xref linkend="libxslt"/>,
    8284      <xref linkend="mercurial"/>,
    83       <xref linkend="npapi-sdk"/>,
    8485      <ulink url="http://emma.sourceforge.net/">EMMA</ulink>, and
    8586      <ulink url="http://www.eclemma.org/jacoco/">JACOCO</ulink>
     
    110111mandb -c /opt/jdk/man</userinput></screen>
    111112
     113    <para>To test the man pages are correctly installed, issue <command>man policyeditor</command> to display the respective man page.</para>
     114
     115    <para>If desired, you may install a .desktop file corresponding to an entry in a desktop menu for <command>policyeditor</command>, as <systemitem class="username">root</systemitem> user:</para>
     116
     117<screen role="root"><userinput>install -v -Dm0644 itweb-settings.desktop /usr/share/applications/itweb-settings.desktop &amp;&amp;
     118install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png</userinput></screen>
     119
    112120  </sect2>
    113121
     
    151159
    152160      <seglistitem>
    153         <seg>itweb-settings and javaws</seg>
     161        <seg>itweb-settings, javaws and policyeditor</seg>
    154162        <seg>IcedTeaPlugin.so, about.jar, netx.jar, plugin.jar</seg>
    155163        <seg>${JAVA_HOME}/jre/share/icedtea-web</seg>
     
    179187          <indexterm zone="icedtea-web javaws-itweb">
    180188            <primary sortas="b-javaws">javaws</primary>
     189          </indexterm>
     190        </listitem>
     191      </varlistentry>
     192
     193      <varlistentry id="policyeditor-itweb">
     194        <term><command>policyeditor</command></term>
     195        <listitem>
     196          <para>view and modify security policy settings, including
     197          certificates, for javaws and the browser plugin.</para>
     198          <indexterm zone="icedtea-web policyeditor-itweb">
     199            <primary sortas="b-policyeditor">policyeditor</primary>
    181200          </indexterm>
    182201        </listitem>
Note: See TracChangeset for help on using the changeset viewer.