• Update to babl-0.1.14. Fix library name.

• Gimp-2.8.14: fix build.
• Update to harfbuzz-1.1.0.
• Update to nmap-7.00. Builds with -j8.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16677 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-11-20 18:17:07 +00:00
parent 791e3e7d32
commit b1478b3595
7 changed files with 66 additions and 41 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "19"> <!-- Always 2 digits -->
<!ENTITY day "20"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "November 19th &year;">
<!ENTITY releasedate "November 20th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -9,10 +9,10 @@
<!ENTITY babl-download-ftp " ">
<!-- <!ENTITY babl-download-ftp
"ftp://ftp.gimp.org/pub/babl/0.1/babl-&babl-version;.tar.bz2">-->
<!ENTITY babl-md5sum "50c8d12cdf5b3991590fa6cba16218a0">
<!ENTITY babl-size "628 KB">
<!ENTITY babl-buildsize "12 MB">
<!ENTITY babl-time "0.2 SBU">
<!ENTITY babl-md5sum "b64a3b2cef5b0bb62caff0afdd32bdb8">
<!ENTITY babl-size "704 KB">
<!ENTITY babl-buildsize "15 MB (with tests)">
<!ENTITY babl-time "0.2 SBU (with tests)">
]>
<sect1 id="babl" xreflabel="babl-&babl-version;">
@ -104,6 +104,7 @@ make</userinput></screen>
</para>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/gtk-doc/html/babl/graphics &amp;&amp;
install -v -m644 docs/*.{css,html} /usr/share/gtk-doc/html/babl &amp;&amp;
install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/graphics</userinput></screen>
@ -139,10 +140,9 @@ install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/gra
<seglistitem>
<seg>None</seg>
<seg>libbabl.so and libraries in /usr/lib/babl-0.1</seg>
<seg>libbabl-0.1.so and libraries in /usr/lib/babl-0.1</seg>
<seg>
/usr/include/babl-0.1,
/usr/lib/babl-0.1 and
/usr/{include,lib}/babl-0.1 and
/usr/share/gtk-doc/html/babl
</seg>
</seglistitem>
@ -154,13 +154,13 @@ install -v -m644 docs/graphics/*.{html,png,svg} /usr/share/gtk-doc/html/babl/gra
<?dbhtml list-presentation="table"?>
<varlistentry id="libbabl">
<term><filename class='libraryfile'>libbabl.so</filename></term>
<term><filename class='libraryfile'>libbabl-0.1.so</filename></term>
<listitem>
<para>
contains functions to access BablFishes to convert between formats.
</para>
<indexterm zone="babl libbabl">
<primary sortas="c-libbabl">libbabl.so</primary>
<primary sortas="c-libbabl">libbabl-0.1.so</primary>
</indexterm>
</listitem>
</varlistentry>

View File

@ -7,10 +7,10 @@
<!ENTITY harfbuzz-download-http
"http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
<!ENTITY harfbuzz-download-ftp " ">
<!ENTITY harfbuzz-md5sum "2256fd144c936936db9c92e77510a011">
<!ENTITY harfbuzz-md5sum "1223cefac2bc77298ff5c7422bb148d5">
<!ENTITY harfbuzz-size "1.2 MB">
<!ENTITY harfbuzz-buildsize "32 MB (with tests)">
<!ENTITY harfbuzz-time "0.3 SBU (with tests)">
<!ENTITY harfbuzz-buildsize "54 MB (with tests)">
<!ENTITY harfbuzz-time "0.4 SBU (with tests)">
]>
<sect1 id="harfbuzz" xreflabel="Harfbuzz-&harfbuzz-version;">
@ -116,13 +116,6 @@
<screen><userinput>./configure --prefix=/usr --with-gobject &amp;&amp;
make</userinput></screen>
<para>
If you wish to execute the test suite, fix one test that fails:
</para>
<screen><userinput>sed -e 's/2048/4352/' \
-i test/shaping/tests/fuzzed.tests</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>

View File

@ -44,14 +44,31 @@
-->
<listitem>
<para>November 20th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to nmap-7.00. Fixes
<ulink url="&blfs-ticket-root;7149">#7149</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to harfbuzz-1.1.0. Fixes
<ulink url="&blfs-ticket-root;7148">#7148</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to babl-0.1.14. Fixes
<ulink url="&blfs-ticket-root;7146">#7146</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>November 19th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to xmlto-0.0.28. Links problem not solved.
Two (test?) files installed in the ~/Desktop directory, as before.
Fixes
<ulink url="&blfs-ticket-root;7145">#7145</ulink>.</para>
Fixes <ulink url="&blfs-ticket-root;7145">#7145</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to wireshark-2.0.0. Many simplifications in

View File

@ -7,10 +7,10 @@
<!ENTITY nmap-download-http "http://nmap.org/dist/nmap-&nmap-version;.tar.bz2">
<!-- <!ENTITY nmap-download-ftp "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">-->
<!ENTITY nmap-download-ftp " ">
<!ENTITY nmap-md5sum "edfe81f6763223c0a29bfa15a8526e2a">
<!ENTITY nmap-size "7.5 MB">
<!ENTITY nmap-buildsize "133 MB (additional 1 MB for the tests)">
<!ENTITY nmap-time "1.3 SBU (additional 0.1 SBU for the tests)">
<!ENTITY nmap-md5sum "6cdf5d03cc3294b99d69dfca83f2f2ee">
<!ENTITY nmap-size "8.6 MB">
<!ENTITY nmap-buildsize "160 MB (with tests)">
<!ENTITY nmap-time "0.8 SBU (with tests)">
]>
<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
@ -95,17 +95,11 @@
<sect2 role="installation">
<title>Installation of Nmap</title>
<note>
<para>
This package does not support parallel build.
</para>
</note>
<para>Install <application>Nmap</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --with-liblua=included &amp;&amp;
make -j1</userinput></screen>
make</userinput></screen>
<para>If you wish to run the test suite, run the following command:</para>
@ -139,8 +133,8 @@ make -j1</userinput></screen>
<seglistitem>
<seg>
ncat, ndiff, nmap, nmapfe, nmap-update, nping, uninstall_zenmap,
xnmap and zenmap
ncat, ndiff, nmap, nmapfe, nmap-update, nping, uninstall_ndiff,
uninstall_zenmap, xnmap and zenmap
</seg>
<!-- <seg>/usr/lib/python&python2-version;/site-packages/</seg>-->
<seg>
@ -148,7 +142,7 @@ make -j1</userinput></screen>
</seg>
<seg>
/usr/lib/python&python2-majorver;/site-packages/{radialnet,zenmapCore,zenmapGUI},
/usr/share/ncat, /usr/share/nmap and /usr/share/zenmap
and /usr/share/{ncat,nmap,zenmap}
</seg>
</seglistitem>
</segmentedlist>
@ -224,6 +218,18 @@ make -j1</userinput></screen>
</listitem>
</varlistentry>
<varlistentry id="uninstall_ndiff">
<term><command>uninstall_ndiff</command></term>
<listitem>
<para>
is a Python script to uninstall <command>ndiff</command>.
</para>
<indexterm zone="nmap uninstall_ndiff">
<primary sortas="b-uninstall_ndiff">uninstall_ndiff</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="uninstall_zenmap">
<term><command>uninstall_zenmap</command></term>
<listitem>

View File

@ -156,7 +156,7 @@
<!-- Chapter 10 -->
<!ENTITY aalib-version "1.4rc5">
<!ENTITY babl-version "0.1.12">
<!ENTITY babl-version "0.1.14">
<!ENTITY exiv2-version "0.25">
<!ENTITY freetype2-version "2.6.1">
<!ENTITY fontconfig-version "2.11.1"> <!-- stable lt .90 micro version -->
@ -164,7 +164,7 @@
<!ENTITY gegl-version "0.2.0">
<!ENTITY giflib-version "5.1.1">
<!ENTITY graphite2-version "1.3.3">
<!ENTITY harfbuzz-version "1.0.6">
<!ENTITY harfbuzz-version "1.1.0">
<!ENTITY ijs-version "0.35">
<!ENTITY jasper-version "1.900.1">
<!ENTITY lcms-version "1.19">
@ -372,7 +372,7 @@
<!ENTITY bind-version "9.10.3">
<!ENTITY mod_dnssd-version "0.6">
<!ENTITY NetworkManager-version "1.0.6">
<!ENTITY nmap-version "6.47">
<!ENTITY nmap-version "7.00">
<!ENTITY traceroute-version "2.0.21">
<!ENTITY whois-version "5.2.10">
<!ENTITY wicd-version "1.7.3">

View File

@ -182,7 +182,11 @@
the following commands:
</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --without-gvfs &amp;&amp;
<screen><userinput>LDFLAGS="$LDFLAGS -lm" \
./configure --prefix=/usr \
-sysconfdir=/etc \
--without-gvfs &amp;&amp;
make</userinput></screen>
<para>
@ -256,6 +260,11 @@ chown -R root:root /usr/share/gimp/2.0/help</userinput></screen>
<sect2 role="commands" id="gimp-cmd-explanations">
<title>Command Explanations</title>
<para>
<envar>LDFLAGS="$LDFLAGS -lm" ...</envar>: help the linker to find some
symbols.
</para>
<para>
<envar>ALL_LINGUAS=&quot;ca da de el en en_GB ...&quot;</envar>: by
default, the help files will be rendered in all the available languages.