Changeset 78b797d


Ignore:
Timestamp:
12/23/2014 03:37:25 AM (9 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.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, 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:
39159bf
Parents:
577eb27
Message:

inkscape-0.48.5: use sed by Armin to replace sed by Fernando based on patch by Armin, used to replace patch by Armin.
mplayer-2014-12-19: use semi-colon to separate the 'Optional Miscellaneous Dependencies' and clarify.
Update to ntp-4.2.8.
Update to libvdpau-0.9.
Update to libxklavier-5.4.
Update to libreoffice-4.3.5.2.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r577eb27 r78b797d  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to libreoffice-4.3.5.2. Fixes
     52          <ulink url="&blfs-ticket-root;5966">#5966</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to libxklavier-5.4. Fixes
     56          <ulink url="&blfs-ticket-root;5975">#5975</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to libvdpau-0.9. Fixes
     60          <ulink url="&blfs-ticket-root;5972">#5972</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - Update to ntp-4.2.8. Fixes
     64          <ulink url="&blfs-ticket-root;5971">#5971</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[fernando] - mplayer-2014-12-19: use semi-colon to separate
     68          the 'Optional Miscellaneous Dependencies' and clarify.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[fernando] - inkscape-0.48.5: use sed by Armin to replace sed
     72          by Fernando based on patch by Armin, used to replace patch
     73          by Armin.</para>
     74        </listitem>
     75        <listitem>
    5176          <para>[pierre] - Update to php-5.6.4. Fixes
    5277          <ulink url="&blfs-ticket-root;5963">#5963</ulink>.</para>
  • multimedia/videoutils/mplayer.xml

    r577eb27 r78b797d  
    241241      <xref linkend="fribidi"/>,
    242242      <xref linkend="gnutls"/>,
    243       <xref linkend="openssl"/>,
    244       <xref linkend="opus"/>, and
    245       <xref linkend="unrar"/>,
     243      <xref linkend="openssl"/>, and
     244      <xref linkend="opus"/>,
     245      <xref linkend="unrar"/>;
    246246      <xref linkend="libxslt"/>,
    247247      <xref linkend="DocBook"/> and
    248       <xref linkend="docbook-xsl"/> (all three required to build the HTML documentation), and
     248      <xref linkend="docbook-xsl"/> (all three required to build the HTML documentation); and
    249249      <ulink url="http://cihar.com/software/enca/">Enca</ulink>,
    250250      <ulink url="http://www.ladspa.org/">LADSPA</ulink>,
  • networking/netprogs/ntp.xml

    r577eb27 r78b797d  
    77  <!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
    88  <!ENTITY ntp-download-ftp  "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz">
    9   <!ENTITY ntp-md5sum        "00df80a84ec9528fcfb09498075525bc">
    10   <!ENTITY ntp-size          "4.1 MB">
    11   <!ENTITY ntp-buildsize     "48 MB">
    12   <!ENTITY ntp-time          "0.5 SBU">
     9  <!ENTITY ntp-md5sum        "6972a626be6150db8cfbd0b63d8719e7">
     10  <!ENTITY ntp-size          "6.5 MB">
     11  <!ENTITY ntp-buildsize     "59 MB">
     12  <!ENTITY ntp-time          "0.7 SBU">
    1313]>
    1414
     
    9191
    9292<screen><userinput>./configure --prefix=/usr         \
     93            --bindir=/usr/sbin    \
    9394            --sysconfdir=/etc     \
    9495            --enable-linuxcaps    \
    95             --with-binsubdir=sbin \
    96             --with-lineeditlibs=readline &amp;&amp;
     96            --with-lineeditlibs=readline \
     97            --docdir=/usr/share/doc/ntp-&ntp-version; &amp;&amp;
    9798make</userinput></screen>
    9899
     
    102103
    103104<screen role="root"><userinput>make install &amp;&amp;
    104 install -v -o ntp -g ntp -d /var/lib/ntp &amp;&amp;
    105 install -v -m755 -d /usr/share/doc/ntp-&ntp-version; &amp;&amp;
    106 cp -v -R html/* /usr/share/doc/ntp-&ntp-version;/</userinput></screen>
     105install -v -o ntp -g ntp -d /var/lib/ntp</userinput></screen>
    107106
    108107  </sect2>
     
    111110    <title>Command Explanations</title>
    112111
    113     <para><parameter>--with-binsubdir=sbin</parameter>: This parameter places
     112    <para><parameter>--bindir=/usr/sbin</parameter>: This parameter places
    114113    the administrative programs in <filename
    115114    class="directory">/usr/sbin</filename>.</para>
     
    171170EOF</userinput></screen>
    172171
     172      <para>For security reasons, you may wish to add some more lines,
     173      accordingto  e.g. <quote>Access Control Commands and Options</quote>, at
     174      <ulink
     175      url="http://www.eecis.udel.edu/~mills/ntp/html/accopt.html#restrict"/>.</para>
     176
     177<screen role="root"><userinput>cat &gt;&gt; /etc/ntp.conf &lt;&lt; "EOF"
     178<literal># Security session
     179restrict default limited kod nomodify notrap nopeer noquery
     180restrict -6 default limited kod nomodify notrap nopeer noquery
     181
     182restrict 127.0.0.1
     183restrict ::1</literal>
     184EOF</userinput></screen>
     185
    173186    </sect3>
    174187
     
    216229      <segtitle>Installed Programs</segtitle>
    217230      <segtitle>Installed Libraries</segtitle>
    218       <segtitle>Installed Directory</segtitle>
     231      <segtitle>Installed Directories</segtitle>
    219232
    220233      <seglistitem>
    221         <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
     234        <seg>calc_tickadj, ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq,
    222235        ntptime, ntptrace, sntp and tickadj</seg>
    223236        <seg>None</seg>
    224         <seg>/usr/share/doc/ntp-&ntp-version;</seg>
     237        <seg>/usr/share/ntp,
     238        /usr/share/doc/ntp-4.2.8 and
     239        /var/lib/ntp</seg>
    225240      </seglistitem>
    226241    </segmentedlist>
     
    230245      <?dbfo list-presentation="list"?>
    231246      <?dbhtml list-presentation="table"?>
     247
     248      <varlistentry id="calc_tickadj">
     249        <term><command>calc_tickadj</command></term>
     250        <listitem>
     251          <para>calculates optimal value for tick given ntp drift file.</para>
     252          <indexterm zone="ntp calc_tickadj">
     253            <primary sortas="b-calc_tickadj">calc_tickadj</primary>
     254          </indexterm>
     255        </listitem>
     256      </varlistentry>
    232257
    233258      <varlistentry id="ntp-keygen">
  • packages.ent

    r577eb27 r78b797d  
    345345<!ENTITY net-tools-version            "CVS_20101030">
    346346<!ENTITY nfs-utils-version            "1.3.1">
    347 <!ENTITY ntp-version                  "4.2.6p5">
     347<!ENTITY ntp-version                  "4.2.8">
    348348<!ENTITY rpcbind-version              "0.2.2">
    349349<!ENTITY rsync-version                "3.1.1">
     
    471471<!ENTITY keybinder2-version           "0.3.0">
    472472<!ENTITY libnotify-version            "0.7.6">
    473 <!ENTITY libxklavier-version          "5.3">
     473<!ENTITY libxklavier-version          "5.4">
    474474<!ENTITY pango-version                "1.36.8">
    475475<!ENTITY pangomm-version              "2.34.0">
     
    581581<!ENTITY gnucash-version              "2.4.11">
    582582
    583 <!ENTITY libreoffice-version          "4.3.4">
    584 <!ENTITY libreoffice-patch            ".1">
     583<!ENTITY libreoffice-version          "4.3.5">
     584<!ENTITY libreoffice-patch            ".2">
    585585<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    586586
     
    676676<!ENTITY libva-version                "1.4.1">
    677677<!ENTITY libva-intel-driver-version   "1.4.1">
    678 <!ENTITY libvdpau-version             "0.8">
     678<!ENTITY libvdpau-version             "0.9">
    679679<!ENTITY libvdpau-va-gl-version       "0.3.4">
    680680
  • x/installing/libvdpau.xml

    r577eb27 r78b797d  
    77  <!ENTITY libvdpau-download-http "http://people.freedesktop.org/~aplattner/vdpau/libvdpau-&libvdpau-version;.tar.gz">
    88  <!ENTITY libvdpau-download-ftp  " ">
    9   <!ENTITY libvdpau-md5sum        "acf68adc8b8ff4f72be6e8679abc284e">
    10   <!ENTITY libvdpau-size          "476 KB">
    11   <!ENTITY libvdpau-buildsize     "8.9 MB">
     9  <!ENTITY libvdpau-md5sum        "3a1f8f3ec6e6adcfbc6044c8f00d7d51">
     10  <!ENTITY libvdpau-size          "516 KB">
     11  <!ENTITY libvdpau-buildsize     "7.8 MB">
    1212  <!ENTITY libvdpau-time          "0.1 SBU">
    1313]>
     
    123123    </para>
    124124
    125 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     125<screen><userinput>./configure $XORG_CONFIG \
     126            --docdir=/usr/share/doc/libvdpau-&libvdpau-version; &amp;&amp;
    126127make</userinput></screen>
    127128
     
    154155        </seg>
    155156        <seg>
    156           /usr/include/libvdpau and
    157           /usr/lib/libvdpau
     157          $XORG_PREFIX/include/vdpau,
     158          $XORG_PREFIX/lib/vdpau and
     159          $XORG_PREFIX/share/doc/libvdpau-&libvdpau-version;
    158160        </seg>
    159161      </seglistitem>
  • x/lib/libxklavier.xml

    r577eb27 r78b797d  
    55  %general-entities;
    66
    7   <!ENTITY libxklavier-download-http
    8            "&gnome-download-http;/libxklavier/5.3/libxklavier-&libxklavier-version;.tar.xz">
    9   <!ENTITY libxklavier-download-ftp
    10            "&gnome-download-ftp;/libxklavier/5.3/libxklavier-&libxklavier-version;.tar.xz">
    11   <!ENTITY libxklavier-md5sum        "290ea2a8abc40f78a3a16bdae6f02808">
    12   <!ENTITY libxklavier-size          "312 KB">
    13   <!ENTITY libxklavier-buildsize     "5.5 MB">
     7<!--  <!ENTITY libxklavier-download-http "&gnome-download-http;/libxklavier/5.3/libxklavier-&libxklavier-version;.tar.xz">
     8  <!ENTITY libxklavier-download-ftp "&gnome-download-ftp;/libxklavier/5.3/libxklavier-&libxklavier-version;.tar.xz">-->
     9  <!ENTITY libxklavier-download-http "&fedora-http-repo;/libxklavier/libxklavier-5.4.tar.bz2/&libxklavier-md5sum;/libxklavier-5.4.tar.bz2">
     10  <!ENTITY libxklavier-download-ftp " ">
     11  <!ENTITY libxklavier-md5sum        "13af74dcb6011ecedf1e3ed122bd31fa">
     12  <!ENTITY libxklavier-size          "384 KB">
     13  <!ENTITY libxklavier-buildsize     "5.2 MB">
    1414  <!ENTITY libxklavier-time          "less than 0.1 SBU">
    1515]>
     
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    9191    <para role="optional">
    92       <xref linkend="gtk-doc"/>
     92      <xref linkend="gtk-doc"/> and
     93      <xref linkend="vala"/>
    9394    </para>
    9495
  • xsoft/office/libreoffice.xml

    r577eb27 r78b797d  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "98312fcb1e1ab37321f29f64f312160a">
     10  <!ENTITY libreoffice-core-md5sum        "86b47f5b6e4b816f54fa12eaf75dbd79">
    1111  <!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        "c323e5d646b3681c81fdd98510c2ae5a">
     14  <!ENTITY libreoffice-dict-md5sum        "e5a28bbd127951abafc0d43bcc2127a9">
    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        "71ed47d8148dd66275bd87699b31c242">
     18  <!ENTITY libreoffice-help-md5sum        "ae73ebf344f02c4d24b0c698e52fa587">
    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        "6e405e2b499ce28bce1e926bcb7268da">
     22  <!ENTITY libreoffice-translations-md5sum        "ffc4271845377c407db316f6adce084f">
    2323  <!ENTITY libreoffice-translations-size          "122 MB">
    2424
     
    2828  dependencies (with-system... -->
    2929
    30   <!ENTITY libreoffice-buildsize          "8.7 GB (548 MB installed), with translations">
    31   <!ENTITY libreoffice-time               "74 SBU (using parallelism=4), with translations">
     30  <!ENTITY libreoffice-buildsize          "8.2 GB (548 MB installed), with translations">
     31  <!ENTITY libreoffice-time               "63 SBU (using parallelism=4), with translations">
    3232
    3333  <!-- [bdubbs]  For version 4.3.2.2 Built on x86_64 using -\-with-parallelism=4 -->
  • xsoft/other/inkscape.xml

    r577eb27 r78b797d  
    139139autoreconf -vi &amp;&amp;
    140140
    141 sed -e '/unsigned GC_version/d' \
    142     -e '/int main(void)/ a\\t\t\tunsigned GC_version = GC_get_version();' \
    143     -i configure &amp;&amp;
     141sed -ri "s:.*(unsigned GC_version).*:\1 = GC_get_version()\;:" configure &amp;&amp;
    144142
    145143./configure --prefix=/usr &amp;&amp;
     
    166164
    167165    <para>
    168       <command>sed -e ... -i configure</command>:
     166      <command>sed -ri ... configure</command>:
    169167      This <command>sed</command> fixes building problems starting
    170168      with gc-7.4.2.
Note: See TracChangeset for help on using the changeset viewer.