Changeset 9a3e4ba


Ignore:
Timestamp:
02/24/2016 07:31:59 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
996dfc4a
Parents:
a91856d1
Message:

Merge changes from trunk to r17005.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17009 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
40 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra91856d1 r9a3e4ba  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 22nd, &year;">
     9<!ENTITY releasedate  "February 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • general/genlib/libgsf.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY libgsf-download-http "&gnome-download-http;/libgsf/1.14/libgsf-&libgsf-version;.tar.xz">
    88  <!ENTITY libgsf-download-ftp  "&gnome-download-ftp;/libgsf/1.14/libgsf-&libgsf-version;.tar.xz">
    9   <!ENTITY libgsf-md5sum        "a3e9622b31ab88422d519da72e6f0fa4">
     9  <!ENTITY libgsf-md5sum        "fcd6a9c2b1d939ca57823eb9c0bfa5cd">
    1010  <!ENTITY libgsf-size          "596 KB">
    1111  <!ENTITY libgsf-buildsize     "18 MB (with tests)">
  • general/genlib/libinput.xml

    ra91856d1 r9a3e4ba  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.1.7">
    8 
    97  <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    108  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "a501715a6135ac1f772bb5f3e3183481">
    12   <!ENTITY libinput-size          "808 KB">
    13   <!ENTITY libinput-buildsize     "32 MB">
    14   <!ENTITY libinput-time          "0.2 SBU">
     9  <!ENTITY libinput-md5sum        "3dda3e6dd7d0e865896dfe67f4fa0346">
     10  <!ENTITY libinput-size          "792 KB">
     11  <!ENTITY libinput-buildsize     "14 MB">
     12  <!ENTITY libinput-time          "0.1 SBU">
    1513]>
    1614
  • general/genlib/nspr.xml

    ra91856d1 r9a3e4ba  
    88<!--  <!ENTITY nspr-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">-->
    99  <!ENTITY nspr-download-ftp " ">
    10   <!ENTITY nspr-md5sum        "4f24b2fb88ca03b5d6d6931d6a67ef9a">
     10  <!ENTITY nspr-md5sum        "0de760c1e00a92e180e611cf06ce9589">
    1111  <!ENTITY nspr-size          "1.1 MB">
    1212  <!ENTITY nspr-buildsize     "12 MB">
  • general/genlib/wayland.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY wayland-download-http "http://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
    88  <!ENTITY wayland-download-ftp  " ">
    9   <!ENTITY wayland-md5sum        "5e141b3f2a7005d6c89d6f233c87c317">
    10   <!ENTITY wayland-size          "344 KB">
    11   <!ENTITY wayland-buildsize     "10.1 MB">
     9  <!ENTITY wayland-md5sum        "e7751c38807c231afaba9d6b68f2a2b7">
     10  <!ENTITY wayland-size          "361 KB">
     11  <!ENTITY wayland-buildsize     "7.4 MB (plus 3.7 MB if tests are run)">
    1212  <!ENTITY wayland-time          "0.1 SBU">
    1313]>
  • general/genutils/imagemagick.xml

    ra91856d1 r9a3e4ba  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "0">
     7  <!ENTITY imagemagick-patch-version "5">
    88
    99  <!ENTITY imagemagick-download-http " ">
    1010  <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    11   <!ENTITY imagemagick-md5sum        "87939f4f82d6f24a28d3106a58d523d8">
     11  <!ENTITY imagemagick-md5sum        "af1c85b8b8f817e919f9ca4408d86782">
    1212  <!ENTITY imagemagick-size          "8.4 MB">
    13   <!ENTITY imagemagick-buildsize     "192 MB, with typical dependencies (226 MB with the test suite, reputedly 450 MB with all dependencies)">
    14   <!ENTITY imagemagick-time          "2.2 SBU - typical build (additional 3.5 SBU to run the test suite and 3.4 SBU to run the validation suite)">
     13  <!ENTITY imagemagick-buildsize     "193 MB, with typical dependencies (222 MB with the test suite, reputedly 450 MB with all dependencies)">
     14  <!ENTITY imagemagick-time          "2.0 SBU - typical build (additional 1.6 SBU to run the test suite and 1.4 SBU to run the validation suite)">
    1515]>
    1616
     
    2727     Also, please look over the output from the configure command for any
    2828     additional dependencies that need to be listed, as ImageMagick is
    29      constantly adding additional features and dependencies. -->
     29     constantly adding additional features and dependencies.
     30
     31     For those of us who touch this infrequently:
     32     DPS/dpsXclient is from apple so not relevant to linux builds
     33     GVC is part of Graphviz and documented in the explanations
     34     LQR is Liquid Rescale  -->
    3035
    3136<sect1 id="imagemagick" xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
     
    5358    </para>
    5459
    55     &lfs78_checked;
     60<!--&lfs78_checked;-->
    5661
    5762    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    155160      <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>,
    156161      <ulink url="&gnome-download-http;/libgxps/">libgxps</ulink>,
     162      <ulink url="https://github.com/HOST-Oman/libraqm/">libraqm</ulink>,
    157163      <ulink url="http://liblqr.wikidot.com/en:download-page">Liquid Rescale</ulink>,
    158164      <ulink url="http://www.openexr.com/">OpenEXR</ulink>, and
     
    228234      "validation suite" validate.log</command>. Note that the EPS, PS, and PDF
    229235      tests require a working <application>Ghostscript</application>. One test
    230       needs <quote>Helvetica</quote> from <quote>Ghostscript Standard
    231       Fonts</quote>, which are optionally installed in <xref linkend="gs"/>.
     236      in 'make check' needs <quote>Helvetica</quote> from <quote>Ghostscript
     237      Standard Fonts</quote>, which are optionally installed in
     238      <xref linkend="gs"/> - that test, and one other, might fail, but all the
     239      validation can still pass.
    232240    </para>
    233241
  • general/graphlib/freetype2.xml

    ra91856d1 r9a3e4ba  
    138138    -i modules.cfg              &amp;&amp;
    139139
    140 sed -e 's:.*\(#.*SUBPIXEL.*\) .*:\1:' \
     140sed -r -e 's:.*(#.*SUBPIXEL.*) .*:\1:' \
    141141    -i include/freetype/config/ftoption.h  &amp;&amp;
    142142
  • general/graphlib/poppler.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "2fec3b2401a1722418b1f5bf64cd00cd">
    10   <!ENTITY poppler-size               "1.6 MB (additional 9 MB for the test suite)">
    11   <!ENTITY poppler-buildsize          "65 MB (with Qt4 and Qt5 libraries, and tests)">
    12   <!ENTITY poppler-time               "1.6 SBU (with Qt4 and Qt5 libraries, and tests)">
     9  <!ENTITY poppler-md5sum             "849a8bd6af5794efb961b70418414e5a">
     10  <!ENTITY poppler-size               "1.6 MB">
     11  <!ENTITY poppler-buildsize          "42 MB (with Qt4 and Qt5 libraries)">
     12  <!ENTITY poppler-time               "0.7 SBU (with Qt4 and Qt5 libraries)">
    1313
    1414
     
    4545    </para>
    4646
    47     &lfs78_checked;
     47<!--&lfs78_checked;-->
    4848
    4949    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    158158    <title>Installation of Poppler</title>
    159159
     160<!-- as of 0.41.0, nothing to be done for check
    160161    <para>
    161162      In order to optionally run the test suite, an additional download using
     
    165166<screen><userinput>rm -rf testfiles &amp;&amp;
    166167git clone git://git.freedesktop.org/git/poppler/test testfiles</userinput></screen>
     168-->
    167169
    168170    <note>
     
    188190make</userinput></screen>
    189191
    190     <para>
     192<!--<para>
    191193      To test the results, issue: <command>LC_ALL=en_US.UTF-8 make check</command>.
    192     </para>
     194    </para>-->
    193195
    194196    <para>
  • general/prog/git.xml

    ra91856d1 r9a3e4ba  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "0214e04f7041f835c5c38f2b78eccced">
    12   <!ENTITY git-size          "3.7 MB">
    13   <!ENTITY git-buildsize     "349 MB (add 28 MB for building documentation)">
    14   <!ENTITY git-time          "0.7 SBU (add 12 SBU for tests and 2.4 SBU for building documentation)">
     11  <!ENTITY git-md5sum        "eece7b1e87983271621a0cb6aab37a25">
     12  <!ENTITY git-size          "3.8 MB">
     13  <!ENTITY git-buildsize     "364 MB (including the pre-built documentation)">
     14  <!ENTITY git-time          "0.8 SBU (add 2.4 SBU for building documentation)">
     15  <!-- tests used to take 12 SBU, grep-2.23 causes them to fail after 4.0 SBU -->
    1516]>
    1617
     
    170171
    171172    <para>
    172       The test suite can be run in parallel mode. To run the test suite, issue:
    173       <command>make test</command>.
     173<!--  The test suite can be run in parallel mode. To run the test suite, issue: -->
     174      The test suite fails early, in 'blame respects encoding', because grep-2.23
     175      treats data in the locale tests as binary.  To run the tests up to that
     176      point issue:
     177      <command>make test</command>. -->
    174178    </para>
    175179
  • general/prog/lua.xml

    ra91856d1 r9a3e4ba  
    120120    <title>Installation of Lua</title>
    121121
    122     <para>
    123       Install <application>Lua</application> by running the following
    124       commands:
    125     </para>
    126 
    127 <screen><userinput>patch -Np1 -i ../lua-&lua-version;-shared_library-1.patch &amp;&amp;
    128 
    129 sed -i '/#define LUA_ROOT/s:/usr/local/:/usr/:' src/luaconf.h &amp;&amp;
    130 
    131 make linux</userinput></screen>
    132 
    133     <para>
    134       To test the results, issue: <command>make test</command>.
    135       <quote>This will run the interpreter and print its version.</quote>.
    136       More comprehensive tests can be performed if you downloaded the "Test
    137       suite" tarball. Those tests need to be executed after the package is
    138       installed, thus we defer to describe then below.
    139     </para>
    140 
    141     <para>
    142       Now, as the <systemitem class="username">root</systemitem> user:
    143     </para>
    144 
    145 <screen role="root"><userinput>make INSTALL_TOP=/usr TO_LIB="liblua.so liblua.so.5.3 liblua.so.&lua-version;" \
    146      INSTALL_DATA="cp -d" INSTALL_MAN=/usr/share/man/man1 install &amp;&amp;
    147 
    148 mkdir -pv /usr/share/doc/lua-&lua-version; &amp;&amp;
    149 cp -v doc/*.{html,css,gif,png} /usr/share/doc/lua-&lua-version;</userinput></screen>
    150 
    151122    <para>Some packages check for the <application>pkg-config</application> file
    152     for <application>Lua</application>. As the
    153     <systemitem class="username">root</systemitem> user:</para>
    154 
    155 <screen role="root"><userinput>cat &gt; /usr/lib/pkgconfig/lua.pc &lt;&lt; "EOF"
     123    for <application>Lua</application>, wich is created with:</para>
     124
     125<screen role="root"><userinput>cat &gt; lua.pc &lt;&lt; "EOF"
    156126<literal>V=5.3
    157127R=&lua-version;
     
    177147
    178148    <para>
     149      Install <application>Lua</application> by running the following
     150      commands:
     151    </para>
     152
     153<screen><userinput>patch -Np1 -i ../lua-&lua-version;-shared_library-1.patch &amp;&amp;
     154
     155sed -i '/#define LUA_ROOT/s:/usr/local/:/usr/:' src/luaconf.h &amp;&amp;
     156
     157make MYCFLAGS="-DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1" linux</userinput></screen>
     158
     159    <para>
     160      To test the results, issue: <command>make test</command>.
     161      <quote>This will run the interpreter and print its version.</quote>.
     162      More comprehensive tests can be performed if you downloaded the "Test
     163      suite" tarball. Those tests need to be executed after the package is
     164      installed, thus we defer to describe then below.
     165    </para>
     166
     167    <para>
     168      Now, as the <systemitem class="username">root</systemitem> user:
     169    </para>
     170
     171<screen role="root"><userinput>make INSTALL_TOP=/usr TO_LIB="liblua.so liblua.so.5.3 liblua.so.&lua-version;" \
     172     INSTALL_DATA="cp -d" INSTALL_MAN=/usr/share/man/man1 install &amp;&amp;
     173
     174mkdir -pv /usr/share/doc/lua-&lua-version; &amp;&amp;
     175cp -v doc/*.{html,css,gif,png} /usr/share/doc/lua-&lua-version; &amp;&amp;
     176
     177install -v -m644 -D lua.pc /usr/lib/pkgconfig/lua.pc</userinput></screen>
     178
     179    <para>
    179180      We are going to describe only the "Basic tests". Untar the tarball and
    180181      change to the
     
    194195      <command>sed -i ... src/luaconf.h</command>: This command changes
    195196      <application>Lua</application> search path to match the install paths.
     197    </para>
     198
     199    <para>
     200      <envar>MYCFLAGS="-DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1"</envar>: This
     201      environment variable includes compatibility layers with Lua 5.1 and 5.2
     202      in the build.
    196203    </para>
    197204
  • general/sysutils/sg3_utils.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY sg3_utils-download-http "http://sg.danny.cz/sg/p/sg3_utils-&sg3_utils-version;.tar.xz">
    88  <!ENTITY sg3_utils-download-ftp  " ">
    9   <!ENTITY sg3_utils-md5sum        "79c8e3c0b2e4bad7dcba3e1ab090f3b4">
    10   <!ENTITY sg3_utils-size          "736 KB">
    11   <!ENTITY sg3_utils-buildsize     "18 MB">
     9  <!ENTITY sg3_utils-md5sum        "913ac2c9069d2ba44e05565a445810ab">
     10  <!ENTITY sg3_utils-size          "752 KB">
     11  <!ENTITY sg3_utils-buildsize     "23 MB">
    1212  <!ENTITY sg3_utils-time          "0.2 SBU">
    1313]>
  • general/sysutils/usbutils.xml

    ra91856d1 r9a3e4ba  
    149149    </para>
    150150
    151 <screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/hwdata/usb.ids</userinput></screen>
     151<screen role="root"><userinput>wget http://www.linux-usb.org/usb.ids -O /usr/share/misc/usb.ids</userinput></screen>
    152152
    153153    <para>
  • gnome.ent

    ra91856d1 r9a3e4ba  
    1414<!ENTITY rest-version                 "0.7.93">
    1515<!ENTITY totem-pl-parser-version      "3.10.6">
    16 <!ENTITY vte-version                  "0.42.3">
     16<!ENTITY vte-version                  "0.42.4">
    1717<!ENTITY yelp-xsl-version             "3.18.1">
    1818<!ENTITY GConf-version                "3.2.6">
     
    6767<!ENTITY brasero-version              "3.12.0">
    6868<!ENTITY cheese-version               "3.16.1">
    69 <!ENTITY eog-version                  "3.14.3">
     69<!ENTITY eog-version                  "3.18.2">
    7070<!ENTITY epiphany-version             "3.14.2">
    7171<!ENTITY evince-version               "3.14.1">
  • gnome/applications/eog.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-minor14;/eog-&eog-version;.tar.xz">
    88  <!ENTITY eog-download-ftp  "&gnome-download-ftp;/eog/&gnome-minor14;/eog-&eog-version;.tar.xz">
    9   <!ENTITY eog-md5sum        "8d96195d1c6561da7546c4b3d8f50e1f">
     9  <!ENTITY eog-md5sum        "b498457854fb458909124b5a034a6cb0">
    1010  <!ENTITY eog-size          "4.2 MB">
    1111  <!ENTITY eog-buildsize     "60 MB">
  • gnome/platform/vte.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.42/vte-&vte-version;.tar.xz">
    88  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.42/vte-&vte-version;.tar.xz">
    9   <!ENTITY vte-md5sum        "b58927e7023dd0d3ca15685c177fee91">
     9  <!ENTITY vte-md5sum        "92f5f49f87a9157e298bba5be8ecf7a5">
    1010  <!ENTITY vte-size          "908 KB">
    11   <!ENTITY vte-buildsize     "20 MB (with tests)">
     11  <!ENTITY vte-buildsize     "21 MB (with tests)">
    1212  <!ENTITY vte-time          "0.4 SBU (with tests)">
    1313]>
  • introduction/welcome/changelog.xml

    ra91856d1 r9a3e4ba  
    4545-->
    4646    <listitem>
     47      <para>February 24th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[dj] - Some data in Certificates are UTF-8. Set LANG in
     51          make-ca.sh to a UTF-8 locale for grep-2.23 and later to work
     52          correctly - Merged from trunk r17005.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[dj] - fix libreoffice for glibc-2.23 - Merged from trunk
     56          r17004.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[dj] - Update to libgsf-1.14.36 - Merged from trunk
     60          r17002.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[dj] - Update to libinput-1.1.8 - Merged from trunk
     64          r17000.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[dj] - Update to ed-1.13 - Merged from trunk r17000.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[dj] - Update to sg3_utils-1.42 - Merged from trunk
     71          r17000.</para>
     72        </listitem>
     73        <listitem>
     74          <para>[dj] - Update to clutter-gst-3.0.16 - Merged from trunk
     75          r16997.</para>
     76        </listitem>
     77        <listitem>
     78          <para>[dj] - Update to lvm2-2.02.142 - Merged from trunk
     79          r16996.</para>
     80        </listitem>
     81        <listitem>
     82          <para>[dj] - Update to eog-3.18.2 - Merged from trunk r16995.</para>
     83        </listitem>
     84        <listitem>
     85          <para>[dj] - Update to x264-20160220-2245 - Merged from trunk
     86          r16994.</para>
     87        </listitem>
     88        <listitem>
     89          <para>[dj] - Libreoffice prefers gtk3, but also wants gtk2 - Merged
     90          from trunk r16988.</para>
     91        </listitem>
     92        <listitem>
     93          <para>[dj] - Update to ImageMagick-6.9.3-5 - Merged from trunk
     94          r16987.</para>
     95        </listitem>
     96        <listitem>
     97          <para>[dj] - Update to poppler-0.41.0 - Merged from trunk
     98          r16986.</para>
     99        </listitem>
     100        <listitem>
     101          <para>[dj] - Update to wayland-1.10.0 - Merged from trunk
     102          r16985.</para>
     103        </listitem>
     104        <listitem>
     105          <para>[dj] - Update to nspr-4.12 and nss-3.22.1 - Merged from trunk
     106          r16984.</para>
     107        </listitem>
     108        <listitem>
     109          <para>[dj] - Update to sqlite-autoconf-3111000 (3.11.0) - Merged
     110          from trunk r16982.</para>
     111        </listitem>
     112        <listitem>
     113          <para>[dj] - Updated to git-2.7.1 - Merged from trunk
     114          r16980.</para>
     115        </listitem>
     116        <listitem>
     117          <para>[dj] - Libreoffice - multiple languages need to be in quotes -
     118          Merged from trunk r16977.</para>
     119        </listitem>
     120        <listitem>
     121          <para>[dj] - Lua-5.3.2 and VLC-2.2.2 need to be compiled with
     122          Lua compat 5.1 - Merged from trunk r16972.</para>
     123        </listitem>
     124        <listitem>
     125          <para>[dj] - Fixed Lua instructions to enable building of the Lua 5.1
     126          compatibility functions - Merged from trunk r16969.</para>
     127        </listitem>
     128        <listitem>
     129          <para>[dj] - Update to thunderbird-38.6.0 - Merged from trunk
     130          r16968.</para>
     131        </listitem>
     132        <listitem>
     133          <para>[dj] - Updated to icewm-13.12 - Merged from trunk r16959.</para>
     134        </listitem>
     135        <listitem>
     136          <para>[dj] - Update to lmdb-0.9.18 - Merged from trunk r16956.</para>
     137        </listitem>
     138        <listitem>
     139          <para>[dj] - Update to cups-filters-1.8.2 - Merged from trunk
     140          r16954.</para>
     141        </listitem>
     142        <listitem>
     143          <para>[dj] - Update to vte-0.42.4 - Merged from trunk r16954.</para>
     144        </listitem>
     145        <listitem>
     146          <para>[fernando] - Update to postgresql-9.5.1 - Merged from trunk
     147          r16954.</para>
     148        </listitem>
     149        <listitem>
     150          <para>[fernando] - Update to nano-2.5.2 - Merged from trunk
     151          r16954.</para>
     152        </listitem>
     153        <listitem>
     154          <para>[fernando] - Update to firefox-44.0.2 - Merged from trunk
     155          r16954.</para>
     156        </listitem>
     157      </itemizedlist>
     158    </listitem>
     159
     160    <listitem>
    47161      <para>February 22nd, 2016</para>
    48162      <itemizedlist>
     
    51165        </listitem>
    52166        <listitem>
    53           <para>[renodr] - Fix changelog dates... we are in the year 2016, not 2015!</para>
    54         </listitem>
    55         <listitem>
    56           <para>[renodr] - Add which as a recommended dependency for Boost.</para>
     167          <para>[renodr] - Fix changelog dates... we are in the year 2016, not
     168          2015!</para>
     169        </listitem>
     170        <listitem>
     171          <para>[renodr] - Add which as a recommended dependency for
     172          Boost.</para>
    57173        </listitem>
    58174      </itemizedlist>
  • multimedia/libdriv/gst10-plugins-bad.xml

    ra91856d1 r9a3e4ba  
    126126      <xref linkend="valgrind"/>,
    127127      <xref linkend="xorg7-lib"/>,
     128      <xref linkend="wayland"/>,
    128129      <ulink url="http://www.speech.cs.cmu.edu/flite/">Flite</ulink>,
    129130      <ulink url="http://code.google.com/p/game-music-emu/">Game Music Emu</ulink>,
     
    137138      <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/">VO AAC</ulink>,
    138139      <ulink url="http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/">VO AMRWB</ulink>,
    139       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>, and
    140       <ulink url="http://sourceforge.net/projects/zbar/">ZBAR</ulink>
     140      and <ulink url="http://sourceforge.net/projects/zbar/">ZBAR</ulink>
    141141    </para>
    142142
  • multimedia/libdriv/v4l-utils.xml

    ra91856d1 r9a3e4ba  
    1414
    1515<sect1 id="v4l-utils" xreflabel="v4l-utils-&v4l-utils-version;">
    16   <?dbhtml filename="atk.html" ?>
     16  <?dbhtml filename="v4l-utils.html" ?>
    1717
    1818  <sect1info>
  • multimedia/libdriv/x264.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY x264-download-http "http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-&x264-version;-stable.tar.bz2 ">
    88  <!ENTITY x264-download-ftp  " ">
    9   <!ENTITY x264-md5sum        "64118402b0ea00109bd6460e27871430">
    10   <!ENTITY x264-size          "660 KB">
    11   <!ENTITY x264-buildsize     "9.2 MB">
     9  <!ENTITY x264-md5sum        "3373ea03b92ad51bdbb933f3d53205ad">
     10  <!ENTITY x264-size          "709 KB">
     11  <!ENTITY x264-buildsize     "9.8 MB">
    1212  <!ENTITY x264-time          "0.2 SBU">
    1313]>
     
    7676    <para role="recommended">
    7777      <xref linkend="yasm"/>
     78    </para>
     79
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional">
     82      <ulink url="https://github.com/FFMS/ffms2">ffms2</ulink>,
     83      <ulink url="https://github.com/gpac/gpac/releases/">gpac</ulink> or
     84      <ulink url="https://github.com/l-smash/l-smash">liblsmash</ulink>
    7885    </para>
    7986
  • multimedia/videoutils/vlc.xml

    ra91856d1 r9a3e4ba  
    221221
    222222    <para>
     223      If you wish to avoid thousands of annoying warnings, issue:
     224    </para>
     225
     226<screen><userinput>sed -i 's/ifndef __FAST_MATH__/if 0/g' configure.ac</userinput></screen>
     227
     228    <para>
    223229      Install <application>VLC</application> by running the following commands:
    224230    </para>
     
    242248
    243249sed -e '/seems to be moved/s/^/#/' \
    244     -i autotools/ltmain.sh libtool &amp;&amp;
    245 
    246 make</userinput></screen>
     250    -i autotools/ltmain.sh libtool &amp;&amp;</userinput></screen>
     251
     252    <para>
     253      In order to build with Lua 5.1 compatiblity, issue:
     254    </para>
     255
     256<screen><userinput>CFLAGS='-fPIC -O2 -Wall -Wextra -DLUA_COMPAT_5_1' make </userinput></screen>
    247257
    248258    <para>
  • packages.ent

    ra91856d1 r9a3e4ba  
    2626<!ENTITY mitkrb-version               "&mitkrb-major-version;">
    2727<!ENTITY nettle-version               "3.2">
    28 <!ENTITY nss-minor-version            "21">
    29 <!ENTITY nss-micro-version            "">
     28<!ENTITY nss-minor-version            "22">
    3029<!-- normal-->
    31 <!-- <!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;"> -->
    32 <!-- major and minor only -->
    33 <!ENTITY nss-version                  "3.&nss-minor-version;">
     30<!ENTITY nss-micro-version            "1">
     31<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
     32
     33<!-- major and minor only
     34<!ENTITY nss-version                  "3.&nss-minor-version;"> -->
    3435<!ENTITY openssh-version              "7.1p2">
    3536<!ENTITY openssl-version              "1.0.2f">
     
    4647<!ENTITY fuse-download-version        "2_9_5">
    4748<!ENTITY jfsutils-version             "1.1.15">
    48 <!ENTITY lvm2-version                 "2.02.140">
     49<!ENTITY lvm2-version                 "2.02.142">
    4950<!ENTITY mdadm-version                "3.4">
    5051<!ENTITY ntfs-3g-version              "2015.3.14">
     
    5758<!-- Chapter 6 -->
    5859<!ENTITY bluefish-version             "2.2.7">
    59 <!ENTITY ed-version                   "1.12">
     60<!ENTITY ed-version                   "1.13">
    6061<!ENTITY emacs-version                "24.5">
    6162<!ENTITY joe-version                  "4.1">
    62 <!ENTITY nano-version                 "2.5.1">
     63<!ENTITY nano-version                 "2.5.2">
    6364<!ENTITY vim-version                  "7.4">
    6465
     
    123124<!ENTITY libglade-version             "2.6.4">
    124125<!ENTITY libgpg-error-version         "1.21">
    125 <!ENTITY libgsf-version               "1.14.35">
     126<!ENTITY libgsf-version               "1.14.36">
    126127<!ENTITY libgudev-version             "230">
    127128<!ENTITY libgusb-version              "0.2.8">
     
    129130<!ENTITY libidn-version               "1.32">
    130131<!ENTITY libiodbc-version             "3.52.10">
    131 <!ENTITY libinput-version             "1.1.7">
     132<!ENTITY libinput-version             "1.1.8">
    132133<!ENTITY libksba-version              "1.3.3">
    133134<!ENTITY liblinear-version            "2.1">
     
    152153<!ENTITY mtdev-version                "1.1.5">
    153154<!ENTITY npth-version                 "1.2">
    154 <!ENTITY nspr-version                 "4.11">
     155<!ENTITY nspr-version                 "4.12">
    155156<!ENTITY openobex-version             "1.7.1">
    156157<!ENTITY pcre-version                 "8.38">
     
    162163<!ENTITY sbc-version                  "1.3">
    163164<!ENTITY talloc-version               "2.1.5">
    164 <!ENTITY wayland-version              "1.9.0">
     165<!ENTITY wayland-version              "1.10.0">
    165166<!ENTITY wv-version                   "1.2.9">
    166167<!ENTITY xapian-version               "1.2.22">
     
    198199<!ENTITY openjpeg2-version            "2.1.0">
    199200<!ENTITY pixman-version               "0.34.0">   <!-- Even minors only -->
    200 <!ENTITY poppler-version              "0.40.0">
     201<!ENTITY poppler-version              "0.41.0">
    201202<!ENTITY qpdf-version                 "6.0.0">
    202203
     
    254255<!ENTITY rasqal-version               "0.9.33">
    255256<!ENTITY redland-version              "1.0.17">
    256 <!ENTITY sg3_utils-version            "1.41">
     257<!ENTITY sg3_utils-version            "1.42">
    257258<!ENTITY strigi-version               "0.7.8">
    258259<!ENTITY sysstat-version              "11.2.0">
     
    285286<!ENTITY gc-version                   "7.4.2">
    286287<!ENTITY gdb-version                  "7.10.1">
    287 <!ENTITY git-version                  "2.7.0">
     288<!ENTITY git-version                  "2.7.1">
    288289<!ENTITY guile-version                "2.0.11">
    289290<!ENTITY librep-version               "0.92.5">
     
    458459<!-- Chapter 22 -->
    459460<!ENTITY db-version                   "6.1.26">
    460 <!ENTITY lmdb-version                 "0.9.17">
     461<!ENTITY lmdb-version                 "0.9.18">
    461462<!ENTITY mariadb-version              "10.1.11">
    462 <!ENTITY postgresql-version           "9.5.0">
    463 <!ENTITY sqlite-version               "3.10.2">
     463<!ENTITY postgresql-version           "9.5.1">
     464<!ENTITY sqlite-version               "3.11.0">
    464465
    465466<!-- Chapter 23 -->
     
    506507<!ENTITY colord-gtk-version           "0.1.26">
    507508<!ENTITY clutter-version              "1.24.2">
    508 <!ENTITY clutter-gst-version          "3.0.14">
     509<!ENTITY clutter-gst-version          "3.0.16">
    509510<!ENTITY clutter-gtk-version          "1.6.6">
    510511<!ENTITY fltk-version                 "1.3.3">
     
    540541<!-- Chapter 26 -->
    541542<!ENTITY fluxbox-version              "1.3.7">
    542 <!ENTITY icewm-version                "1.3.8">
     543<!ENTITY icewm-version                "1.3.12">
    543544<!ENTITY openbox-version              "3.6.1">
    544545<!ENTITY sawfish-version              "1.11">
     
    585586<!ENTITY polkit-kde-agent-version     "0.99.0">
    586587
     588<!-- KF5 and Plasma -->
     589<!ENTITY kf5-version           "5.18.0">
     590<!ENTITY kf5-short-version     "5.18">
     591<!ENTITY kf5-base              "5.18">
     592<!ENTITY kf5-download-http     "http://download.kde.org/stable/frameworks/&kf5-base;">
     593<!ENTITY kf5-download-ftp      "ftp://ftp.kde.org/pub/kde/stable/frameworks/&kf5-base;/">
     594
     595<!ENTITY kf5apps-version       "15.12.1">
     596<!ENTITY kf5apps-download-http "http://download.kde.org/stable/applications/&kf5apps-version;/src">
     597<!ENTITY kf5apps-download-ftp  "ftp://ftp.kde.org/pub/kde/stable/&kf5apps-version;/src">
     598
     599<!ENTITY plasma5-version       "5.5.4">
     600
    587601<!-- Part VIII -->
    588602<!ENTITY % gnome-entities SYSTEM      "gnome.ent">
     
    659673<!-- Chapter 44 -->
    660674<!ENTITY seamonkey-version            "2.39">
    661 <!ENTITY firefox-version              "44.0.1">
     675<!ENTITY firefox-version              "44.0.2">
    662676
    663677<!-- Chapter 45 -->
     
    676690<!ENTITY rox-filer-version            "2.11">
    677691<!ENTITY rxvt-unicode-version         "9.21">
    678 <!ENTITY thunderbird-version          "38.5.1">
     692<!ENTITY thunderbird-version          "38.6.0">
    679693<!ENTITY tigervnc-version             "1.6.0">
    680694<!ENTITY transmission-version         "2.84">
     
    754768<!ENTITY taglib-version               "1.10">
    755769<!ENTITY v4l-utils-version            "1.10.0">
    756 <!ENTITY x264-version                 "20150908-2245">
     770<!ENTITY x264-version                 "20160220-2245">
    757771<!ENTITY x265-version                 "1.9">
    758772<!ENTITY xine-lib-version             "1.2.6">
     
    789803<!-- Chapter 50 -->
    790804<!ENTITY cups-version                 "2.1.3">
    791 <!ENTITY cups-filters-version         "1.8.1">
     805<!ENTITY cups-filters-version         "1.8.2">
    792806<!ENTITY gs-version                   "9.18">
    793807<!ENTITY gutenprint-version           "5.2.11">
  • postlfs/editors/ed.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY ed-download-http "http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.lz">
    88  <!ENTITY ed-download-ftp  "ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.lz">
    9   <!ENTITY ed-md5sum        "67c96fc79c29e86fb8002759c4a20e16">
     9  <!ENTITY ed-md5sum        "1c789b7043b4d56169b8d2bdb249fe41">
    1010  <!ENTITY ed-size          "64 KB">
    1111  <!ENTITY ed-buildsize     "1.4 MB">
  • postlfs/editors/nano.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY nano-download-http "http://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    88  <!ENTITY nano-download-ftp  "ftp://ftp.gnu.org/gnu/nano/nano-&nano-version;.tar.gz">
    9   <!ENTITY nano-md5sum        "f25c7da9813ae5f1df7e5dd1072de4ce">
     9  <!ENTITY nano-md5sum        "036830de22b8a76a0e6f84c0cb36ff12">
    1010  <!ENTITY nano-size          "1.9 MB">
    1111  <!ENTITY nano-buildsize     "13 MB">
  • postlfs/filesystems/lvm2.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY lvm2-download-http " ">
    88  <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "f2191c4798c8927a6d31a96010b9f568">
     9  <!ENTITY lvm2-md5sum        "53dffb3ba964c0f0709f6e8922795bdd">
    1010  <!ENTITY lvm2-size          "1.8 MB">
    11   <!ENTITY lvm2-buildsize     "46 MB (during the test suite, transient files can grow up to around 500 MB)">
    12   <!ENTITY lvm2-time          "0.4 SBU (additional about 10 SBU to run the test suite with parallelism = 4)">
     11  <!ENTITY lvm2-buildsize     "26 MB (during tests, transient files can grow up to around 500 MB)">
     12  <!ENTITY lvm2-time          "0.4 SBU (additional 5.4 SBU for tests)">
    1313]>
    1414
     
    9191    </para>
    9292
    93     <note>
     93    <caution>
    9494      <para>
    95          Kernel versions in the 4.1 and 4.2 series have a broken RAID
    96          implementation. If you want to use RAID style LV's, you should
    97          install a kernel with a version number above 4.2.4. Note that several
    98          tests use RAID logical volumes, and can generate a <quote>kernel
    99          oops</quote> with faulty kernel versions, which usually renders the
    100          system unusable.
     95        Kernel versions between 4.1 and 4.4.1 have a broken RAID
     96        implementation. If you want to use RAID type LV's, you should install
     97        kernel version 4.4.2 or above. Note that several tests use RAID logical
     98        volumes, and can generate a <quote>kernel oops</quote> with the faulty
     99        kernel version, which usually renders the system unusable.
    101100      </para>
    102     </note>
     101    </caution>
    103102  </sect2>
    104103
  • postlfs/filesystems/mdadm.xml

    ra91856d1 r9a3e4ba  
    1010  <!ENTITY mdadm-size          "416 KB">
    1111  <!ENTITY mdadm-buildsize     "416 MB (12 MB with tests)">
    12   <!ENTITY mdadm-time          "0.1 SBU (23 SBU, with tests)">
     12  <!ENTITY mdadm-time          "0.1 SBU (tests take about an hour, only partially processor dependent)">
    1313  <!-- tests statistcs repeated from previous one, given by Pierre-->
    1414]>
     
    6060    <para condition="html" role="usernotes">User Notes:
    6161    <ulink url="&blfs-wiki;/mdadm"/></para>
    62     <note>
     62    <caution>
    6363      <para>
    64         Kernel versions in series 4.1 and 4.2 have a broken RAID
    65         implementation. Use a kernel with version above 4.2.4.
     64        Kernel versions in series 4.1 through 4.4.1 have a broken RAID
     65        implementation. Use a kernel with version at or above 4.4.2.
    6666      </para>
    67     </note>
     67    </caution>
    6868
    6969  </sect2>
     
    101101
    102102    <para>If you wish to run the tests, ensure that your kernel supports
    103     RAID and that a version of mdadm is not already running, and issue:
    104     <command>make test</command> and then, as the
    105     <systemitem class="username">root</systemitem> user:
    106     <command>./test --keep-going --logdir=tests-logs --save-logs</command>.
    107     Some tests fail for unknown reasons.</para>
     103    RAID and that a version of mdadm is not already running.  As many as 51 out
     104    of 123 tests may fail.</para>
     105
     106    <para>First fix the test script to avoid a bogus error message when
     107    tests fail and build the supporting programs:</para>
     108
     109<screen><userinput>sed -i 's# if.* == "1"#&amp; -a -e $targetdir/log#' test &amp;&amp;
     110make test</userinput></screen>
     111
     112    <para>Run the tests as the <systemitem class="username">root</systemitem> user:</para>
     113
     114<screen><userinput>./test --keep-going --logdir=test-logs --save-logs</userinput></screen>
    108115
    109116    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    129136
    130137    <para>
    131       <parameter>--logdir=tests-logs</parameter>: Defines that the directory
    132       where tests logs are saved.
     138      <parameter>--logdir=test-logs</parameter>: Defines that the directory
     139      where test logs are saved.
    133140    </para>
    134141
  • postlfs/security/cacerts.xml

    ra91856d1 r9a3e4ba  
    159159# Version 20120211
    160160
     161# Some data in the certs have UTF-8 characters
     162export LANG=en_US.utf8
     163
    161164certdata="certdata.txt"
    162165
  • postlfs/security/nss.xml

    ra91856d1 r9a3e4ba  
    55  %general-entities;
    66
    7 <!-- for when .0 is not part of the new tarball name -->
     7<!-- for when .0 is not part of the new tarball name, but always referneced -->
    88  <!ENTITY nss-url "ftp.mozilla.org/pub/mozilla.org/security/nss/releases">
    99
    10 <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
     10<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">
    1111<!ENTITY nss-download-ftp " ">
    1212<!-- <!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz"> -->
    13 <!-- no micro versions -->
    14 <!-- <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
    15 <!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz"> -->
    16 
    17   <!ENTITY nss-md5sum        "3c8b2ed880dd3a8d86c9e0151afe6eba">
     13<!-- no micro versions
     14<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz"> -->
     15<!--<!ENTITY nss-download-ftp "ftp://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">-->
     16
     17  <!ENTITY nss-md5sum        "66175367b13bbe41295d62fce4efb88b">
    1818  <!ENTITY nss-size          "6.7 MB">
    19   <!ENTITY nss-buildsize     "91 MB">
    20   <!ENTITY nss-time          "0.9 SBU">
     19  <!ENTITY nss-buildsize     "87 MB">
     20  <!ENTITY nss-time          "1.0 SBU">
    2121]>
    2222
  • postlfs/security/stunnel.xml

    ra91856d1 r9a3e4ba  
    208208      <systemitem class="username">root</systemitem> user:</para>
    209209
    210 <screen role="root"><userinput>cat &gt;/etc/stunnel/stunnel.conf &lt;&lt; "EOF" &amp;&amp;
     210<screen role="root"><userinput>cat &gt;/etc/stunnel/stunnel.conf &lt;&lt; "EOF"
    211211<literal>; File: /etc/stunnel/stunnel.conf
    212212
  • pst/printing/cups-filters.xml

    ra91856d1 r9a3e4ba  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "4c4a10b7cbc20f6f6ee5d05d7561399d">
     10  <!ENTITY cups-filters-md5sum        "a32a83aef1808e4ccabad96a593a9f89">
    1111  <!ENTITY cups-filters-size          "1.4 MB">
    1212  <!ENTITY cups-filters-buildsize     "50 MB (with tests)">
  • server/databases/lmdb.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY lmdb-download-http "https://github.com/LMDB/lmdb/archive/LMDB_&lmdb-version;.tar.gz">
    88  <!ENTITY lmdb-download-ftp  " ">
    9   <!ENTITY lmdb-md5sum        "8a5501c8b8535ddd6de67e95a8633aff">
     9  <!ENTITY lmdb-md5sum        "8b7eeb8a6c30b2763581de455d10441b">
    1010  <!ENTITY lmdb-size          "136 KB">
    11   <!ENTITY lmdb-buildsize     "7.2 MB">
     11  <!ENTITY lmdb-buildsize     "7.3 MB">
    1212  <!ENTITY lmdb-time          "less than 0.1 SBU">
    1313]>
     
    8989    </para>
    9090
    91 <screen><userinput>cd libraries/liblmdb                     &amp;&amp;
    92 sed -i 's|prefix)/man|mandir)|' Makefile &amp;&amp;
    93 make                                     &amp;&amp;
    94 sed -i 's| liblmdb.a||'         Makefile</userinput></screen>
     91<screen><userinput>
     92cd libraries/liblmdb &amp;&amp;
     93make                 &amp;&amp;
     94sed -i 's| liblmdb.a||' Makefile</userinput></screen>
    9595
    9696    <para>
     
    102102    </para>
    103103
    104 <screen role="root"><userinput>make prefix=/usr mandir=/usr/share/man install</userinput></screen>
     104<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
    105105
    106106  </sect2>
  • server/databases/postgresql.xml

    ra91856d1 r9a3e4ba  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "e58fffe9359e311ead94490a06b7147c">
     9  <!ENTITY postgresql-md5sum        "11e037afaa4bd0c90bb3c3d955e2b401">
    1010  <!ENTITY postgresql-size          "18 MB">
    11   <!ENTITY postgresql-buildsize     "233 MB (with tests)">
    12   <!ENTITY postgresql-time          "1.6 SBU (with tests)">
     11  <!ENTITY postgresql-buildsize     "234 MB (with tests)">
     12  <!ENTITY postgresql-time          "1.7 SBU (with tests)">
    1313]>
    1414
  • server/databases/sqlite.xml

    ra91856d1 r9a3e4ba  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3100200">
    8   <!ENTITY sqlite-doc-version   "3100200">
     7  <!ENTITY sqlite-dl-version    "3110000">
     8  <!ENTITY sqlite-doc-version   "3110000">
    99
    1010  <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1111  <!ENTITY sqlite-download-ftp  " ">
    12   <!ENTITY sqlite-md5sum        "adaa31593bb5605ec6d6f34f81b43008">
     12  <!ENTITY sqlite-md5sum        "a6cdc3e0a6e5087d620037ae0c48720d">
    1313  <!ENTITY sqlite-size          "2.3 MB">
    14   <!ENTITY sqlite-buildsize     "73 MB (with Optional Documentation)">
    15   <!ENTITY sqlite-time          "0.3 SBU">
     14  <!ENTITY sqlite-buildsize     "83 MB (with Optional Documentation)">
     15  <!ENTITY sqlite-time          "0.6 SBU">
    1616
    1717  <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
    18   <!ENTITY sqlite-docs-md5sum   "08f301085279c2e4451f7dd568342943">
     18  <!ENTITY sqlite-docs-md5sum   "4e881ce616b44dbb1f2f7fb554bbe0be">
    1919  <!ENTITY sqlite-docs-size     "5.2 MB">
    2020]>
  • x/installing/installing.xml

    ra91856d1 r9a3e4ba  
    2323  introduced a completely auto-tooled build for the X Window system. This
    2424  means that the packages build and install using the conventional
    25   <command>configure</command>, <command>make</command> and <command>make
     25  <command>configure</command>, <command>make</command>, and <command>make
    2626  install</command> commands, as opposed to a proprietary build system that
    2727  required hand editing of configuration parameters in a C-like syntax.</para>
  • x/installing/xinit.xml

    ra91856d1 r9a3e4ba  
    6161    <bridgehead renderas="sect3">xinit Dependencies</bridgehead>
    6262
     63    <bridgehead renderas="sect4">Required</bridgehead>
     64    <para role="required">
     65      <xref linkend="xorg7-lib"/>
     66    </para>
     67
    6368    <bridgehead renderas="sect4">Required (runtime only)</bridgehead>
    64     <para role="required"><xref linkend="twm"/>, <xref linkend="xclock"/>, and
    65     <xref linkend="xterm2"/></para>
     69    <para role="required">
     70      <xref linkend="twm"/>,
     71      <xref linkend="xclock"/>, and
     72      <xref linkend="xterm2"/>
     73    </para>
    6674
    6775    <para condition="html" role="usernotes">User Notes:
  • x/lib/clutter-gst.xml

    ra91856d1 r9a3e4ba  
    99  <!ENTITY clutter-gst-download-ftp
    1010           "&gnome-download-ftp;/clutter-gst/3.0/clutter-gst-&clutter-gst-version;.tar.xz">
    11   <!ENTITY clutter-gst-md5sum        "635df0aef328fdcb8b2b565525dec3be">
    12   <!ENTITY clutter-gst-size          "384 KB">
    13   <!ENTITY clutter-gst-buildsize     "8.2 MB">
    14   <!ENTITY clutter-gst-time          "0.2 SBU">
     11  <!ENTITY clutter-gst-md5sum        "ca24eb92a0d34fc9e66fd686a965d51c">
     12  <!ENTITY clutter-gst-size          "397 KB">
     13  <!ENTITY clutter-gst-buildsize     "10.1 MB">
     14  <!ENTITY clutter-gst-time          "0.1 SBU">
    1515]>
    1616
     
    9191    <bridgehead renderas="sect4">Optional</bridgehead>
    9292    <para role="optional">
     93      <ulink url="https://github.com/castano/cgc-opensrc">Cgc</ulink>,
    9394      <xref linkend="gtk-doc"/>
    9495    </para>
  • x/lib/libdrm.xml

    ra91856d1 r9a3e4ba  
    107107    </para>
    108108
    109 <screen><userinput>sed -e "/pthread-stubs/d" \
    110     -i configure.ac &amp;&amp;
    111 autoreconf -fiv     &amp;&amp;
     109<screen><userinput>sed -i "/pthread-stubs/d" configure.ac  &amp;&amp;
     110autoreconf -fiv                         &amp;&amp;
    112111
    113112./configure --prefix=/usr --enable-udev &amp;&amp;
    114 
    115113make</userinput></screen>
    116114
  • x/wm/icewm.xml

    ra91856d1 r9a3e4ba  
    55  %general-entities;
    66
    7   <!ENTITY icewm-download-http "&sourceforge-repo;/icewm/icewm-&icewm-version;.tar.gz">
     7  <!ENTITY icewm-download-http "https://github.com/bbidulock/icewm/releases/download/&icewm-version;/icewm-&icewm-version;.tar.bz2">
    88  <!ENTITY icewm-download-ftp  " ">
    99<!--
    1010  <!ENTITY icewm-download-ftp  "&gentoo-ftp-repo;/icewm-&icewm-version;.tar.gz">
    1111-->
    12   <!ENTITY icewm-md5sum        "6d61aced3bd20b9e7caeb7e8380368c8">
    13   <!ENTITY icewm-size          "888 KB">
    14   <!ENTITY icewm-buildsize     "33 MB">
    15   <!ENTITY icewm-time          "0.3 SBU">
     12  <!ENTITY icewm-md5sum        "3e3b8904d53998c0f46414722d86457c">
     13  <!ENTITY icewm-size          "1.2 MB">
     14  <!ENTITY icewm-buildsize     "58 MB">
     15  <!ENTITY icewm-time          "0.6 SBU">
    1616]>
    1717
     
    6868    </para>
    6969
     70    <bridgehead renderas="sect4">Optional</bridgehead>
     71    <para role="optional">
     72      <xref linkend="libsndfile"/> and
     73      <xref linkend="alsa-lib"/> (for the experimental icesound program)
     74    </para>
     75
    7076    <para condition="html" role="usernotes">User Notes:
    7177    <ulink url="&blfs-wiki;/icewm"/></para>
     
    7682    <title>Installation of IceWM</title>
    7783
    78     <note>
    79       <para>This version of <application>IceWM</application> is nominally a
    80       development release, but it provides a stable working environment and can
    81       be built without using obsolete libraries.</para>
    82     </note>
    83 
    8484    <para>Install <application>IceWM</application> by running the following
    8585    commands:</para>
    8686
    87 <screen><userinput>sed -i '/^LIBS/s/\(.*\)/\1 -lfontconfig/' src/Makefile.in &amp;&amp;
    88 ./configure --prefix=/usr &amp;&amp;
     87<screen><userinput>
     88./configure --prefix=/usr                     \
     89            --sysconfdir=/etc                 \
     90            --docdir=/usr/share/icewm-&icewm-version; &amp;&amp;
    8991make</userinput></screen>
    9092
     
    9496
    9597<screen role="root"><userinput>make install         &amp;&amp;
    96 make install-docs    &amp;&amp;
    97 make install-man     &amp;&amp;
    98 make install-desktop</userinput></screen>
     98rm /usr/share/xsessions/icewm.desktop</userinput></screen>
    9999
    100100  </sect2>
     
    104104
    105105    <para>
    106       <parameter>sed -i '/^LIBS/s/\(.*\)/\1 -lfontconfig/'
    107       src/Makefile.in</parameter>: this fixes the build with recent versions of
    108       <application>binutils</application>.
     106      <parameter>rm /usr/share/xsessions/icewm.desktop</parameter>: The package
     107      ships with both icewm,desktop and icewm-xsession.desktop. The former has
     108      apparently been used in the past, but it will hang if used with a modern
     109      desktop-manager such as <xref linkend="sddm"/>.
     110    </para>
     111
     112    <para>
     113      <option>--enable-guievents --with-icesound=ALSA</option>: these two switches
     114      permit <command>icesound</command> to be compiled.
    109115    </para>
    110116
     
    125131        and will be used if you have not copied them to <filename
    126132        class="directory">~/.icewm</filename>.
    127       </para>
     133       </para>
     134
    128135
    129136      <indexterm zone="icewm icewm-config">
     
    178185      changed preferences, but changes to the background only take effect when
    179186      <application>IceWM</application> is started.</para>
     187
     188      <para>At this point you can <emphasis>either</emphasis> modify the
     189      traditional menu files to suit your requirements, <emphasis>or</emphasis>
     190      use the newer <command>icewm-menu-fdo</command> described later.</para>
    180191
    181192      <para>The syntax of the menus is explained in the help files, which you
     
    217228      </itemizedlist>
    218229
    219       <para>It is unlikely that these examples meet your desires, but if you
    220       wish to use them run the following commands:</para>
    221 
    222 <screen role="nodump"><userinput>cat &gt; ~/.icewm/menu &lt;&lt; "EOF" &amp;&amp;
    223 <literal>prog Urxvt xterm urxvt
    224 prog GVolWheel /usr/share/pixmaps/gvolwheel/audio-volume-medium gvolwheel
    225 separator
    226 menufile General folder general
    227 menufile Multimedia folder multimedia
    228 menufile Tool_bar folder toolbar</literal>
    229 EOF
    230 cat &gt; ~/.icewm/general &lt;&lt; "EOF" &amp;&amp;
    231 <literal>prog Firefox firefox firefox
    232 prog Epiphany /usr/share/icons/gnome/16x16/apps/web-browser epiphany
    233 prog Midori /usr/share/icons/hicolor/24x24/apps/midori midori
    234 separator
    235 prog Gimp /usr/share/icons/hicolor/16x16/apps/gimp gimp
    236 separator
    237 prog Evince /usr/share/icons/hicolor/16x16/apps/evince evince
    238 prog Epdfview /usr/share/epdfview/pixmaps/icon_epdfview-48 epdfview</literal>
    239 EOF
    240 cat &gt; ~/.icewm/multimedia &lt;&lt; "EOF"
    241 <literal>prog Audacious /usr/share/icons/hicolor/48x48/apps/audacious audacious
    242 separator
    243 prog Parole /usr/share/icons/hicolor/16x16/apps/parole parole
    244 prog Totem /usr/share/icons/hicolor/16x16/apps/totem totem
    245 prog Vlc /usr/share/icons/hicolor/16x16/apps/vlc vlc
    246 prog Xine /usr/share/pixmaps/xine xine</literal>
    247 EOF</userinput></screen>
     230      <para>If you wish to use this traditional method, there are more examples in
     231        previous releases of this book (e.g. BLFS-7.8).
     232      </para>
     233
     234      <para><emphasis>Alternatively</emphasis>, you can create a menu which conforms
     235        to the FDO Desktop Menu Specifications, where programs can be found because
     236        they have a .desktop file in the XDG_DATA_HOME or XDG_DATA_DIR directories.
     237        Unlike most windowmanagers, <application>icewm</application> does not search
     238        for programs when the menu is invoked, so if you take this route you will
     239        need to rerun the following command after installing or removing programs:
     240      </para>
     241
     242<screen><userinput>icewm-menu-fdo >~/.icewm/menu</userinput></screen>
    248243
    249244      <para>If you wish to put icons on your desktop, you will need to install
     
    292287
    293288      <seglistitem>
    294         <seg>icehelp, icesh, icewm, icewm-session, icewm-set-gnomewm, icewmbg,
    295         icewmhint, icewmtray</seg>
     289        <seg>icehelp, icesh, icesound, icewm, icewm-menu-fdo, icewm-session,
     290        icewm-set-gnomewm, icewmbg, icewmhint, icewmtray</seg>
    296291        <seg>None</seg>
    297292        <seg>/usr/share/doc/icewm-&icewm-version;, /usr/share/icewm and ~/.icewm</seg>
     
    325320      </varlistentry>
    326321
     322      <varlistentry id="icesound">
     323        <term><command>icesound</command></term>
     324        <listitem>
     325          <para>plays audio files on GUI events raised by IceWM.</para>
     326          <indexterm zone="icewm icesound">
     327            <primary sortas="b-icesound">icesound</primary>
     328          </indexterm>
     329        </listitem>
     330      </varlistentry>
     331
    327332      <varlistentry id="icewm-prog">
    328333        <term><command>icewm</command></term>
     
    331336          <indexterm zone="icewm icewm-prog">
    332337            <primary sortas="b-icewm">icewm</primary>
     338          </indexterm>
     339        </listitem>
     340      </varlistentry>
     341
     342      <varlistentry id="icewm-menu-fdo">
     343        <term><command>icewm-menu-fdo</command></term>
     344        <listitem>
     345          <para>can create a file in a format suitable for an IceWM menu, which
     346          lists those programs currently installed in a layout conforming to the
     347          FDO Desktop Menu Specifications.</para>
     348          <indexterm zone="icewm icewm-menu-fdo">
     349            <primary sortas="b-icewm-menu-fdo">icewm-menu-fdo</primary>
    333350          </indexterm>
    334351        </listitem>
     
    349366        <term><command>icewm-set-gnomewm</command></term>
    350367        <listitem>
    351           <para>is a script to set the <application>GNOME</application> to
     368          <para>is a script to set the <application>GNOME</application>windowmanager to
    352369          <application>icewm</application> using <application>gconftool</application>.
    353370          </para>
  • xsoft/graphweb/firefox.xml

    ra91856d1 r9a3e4ba  
    99  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    1010  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "66d4810df0b5a6095e2276256bf17675">
     11  <!ENTITY firefox-md5sum        "9596accec2ce7031eaab5c33373a1af4">
    1212  <!ENTITY firefox-size          "174 MB">
    13   <!ENTITY firefox-buildsize     "4.4 GB (79 MB installed)">
     13  <!ENTITY firefox-buildsize     "4.4 GB (80 MB installed)">
    1414  <!ENTITY firefox-time          "10 SBU (with parallelism=4)">
    1515]>
  • xsoft/office/libreoffice.xml

    ra91856d1 r9a3e4ba  
    194194      <xref linkend="graphite2"/>,
    195195      <xref linkend="gst10-plugins-base"/>,
    196       <xref linkend="gtk2"/>,
     196      <xref linkend="gtk3"/> and
     197      <xref linkend="gtk2"/> (see <quote>Command Explanations</quote>),
    197198      <xref linkend="harfbuzz"/>,
    198199      <xref linkend="icu"/>,
     
    226227      <xref linkend="doxygen"/> (not relevant if using --disable-odk),
    227228      <xref linkend="gdb"/>,
    228       <xref linkend="gtk3"/> (see <quote>Command Explanations</quote>),
    229229      <xref linkend="kdelibs"/>,
    230230      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     
    393393
    394394sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    395 <!--
    396 sed -e "/ustrbuf/a #include &lt;algorithm&gt;" \
    397     -i svl/source/misc/gridprinter.cxx   &amp;&amp;-->
     395
     396sed -i "s#isnan#std::&amp;#g" xmloff/source/draw/ximp3dscene.cxx &amp;&amp;
    398397
    399398chmod -v +x bin/unpack-sources &amp;&amp;
     
    402401             --sysconfdir=/etc           \
    403402             --with-vendor=BLFS          \
    404              --with-lang=fr en-GB        \
     403             --with-lang='fr en-GB'      \
    405404             --with-help                 \
    406405             --with-myspell-dicts        \
     
    520519    <para>
    521520      <command>sed -e ...</command>: The first sed prevents compression of the
    522       manual pages, the second one prevents install from failing<!-- and the third
    523       one includes a missing header without which <command>make build</command>
    524       fails-->.
     521      manual pages, the second one prevents install from failing and the third
     522      one fixes a build failure caused by a <application>glibc-2.23</application>
     523      change.
    525524    </para>
    526525
     
    535534
    536535    <para>
    537       <parameter>--with-lang=fr en-GB</parameter>: This switch sets
     536      <parameter>--with-lang='fr en-GB'</parameter>: This switch sets
    538537      what languages to support. To list several languages, separate them with
    539538      a space. For all languages, use
     
    638637
    639638    <para>
     639      <option>--disable-firebird-sdbc</option>: By default, the ability to
     640      connect to a <application>firebird</application> database is enabled.
     641      This is regarded as 'experimental' and from time to time the unit test
     642      CppunitTest_dbaccess_firebird_test fails near the end of the build. If
     643      you need to connect to such a database, and the build fails for you,
     644      you will need to build <xref linkend="gdb"/> to help upstream debug it.
     645    </para>
     646
     647    <para>
    640648      <option>--disable-gstreamer-1-0</option>: Use this switch if you have not
    641649      installed <xref linkend="gst10-plugins-base"/>.
     650    </para>
     651
     652    <para>
     653      <option>--disable-gtk3</option>: Use this switch if you want to use only
     654      <application>GTK+-2</application> here, but have already installed
     655      <application>GTK+-3</application> which is used as the default if it is
     656      present. Note that a <application>GTK+-3</application> build still
     657      requires <application>GTK+-2</application> to build the gtk-plugin.
    642658    </para>
    643659
     
    651667      <application>LibreOffice</application> to use that rather than compile its
    652668      own copy, use the <option>--with-system-postgresql</option> switch.
    653     </para>
    654 
    655     <para>
    656       <option>--enable-gtk3</option>: Use this switch if you want to build the
    657       <application>GTK+ 3</application> integration module. This is
    658       experimental and may not work.
    659669    </para>
    660670
  • xsoft/other/thunderbird.xml

    ra91856d1 r9a3e4ba  
    88<!--  <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">-->
    99  <!ENTITY thunderbird-download-ftp " ">
    10   <!ENTITY thunderbird-md5sum            "44919e93fdd3d8e9ba99e62d1d7e1fd7">
     10  <!ENTITY thunderbird-md5sum            "110a1a31bb4fe7d50cfbfbfd65e5968b">
    1111  <!ENTITY thunderbird-size              "195 MB">
    12   <!ENTITY thunderbird-buildsize         "3.8 GB (72 MB installed)">
    13   <!ENTITY thunderbird-time              "9 SBU (with -j4, estimated 30 SBU with -j1)">
     12  <!ENTITY thunderbird-buildsize         "3.8 GB (73 MB installed)">
     13  <!ENTITY thunderbird-time              "9.3 SBU (with -j4, estimated 30 SBU with -j1)">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.