mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to jasper-1.900.16.
Update to xapian-1.4.1. Update to libarchive-3.2.2. Update to ffmpeg-3.2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17923 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8edc347330
commit
c840bd3789
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "29"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "30"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "10"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2016">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "October 29th &year;">
|
||||
<!ENTITY releasedate "October 30th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY libarchive-download-http "http://www.libarchive.org/downloads/libarchive-&libarchive-version;.tar.gz">
|
||||
<!ENTITY libarchive-download-ftp " ">
|
||||
<!ENTITY libarchive-md5sum "afa257047d1941a565216edbf0171e72">
|
||||
<!ENTITY libarchive-md5sum "1ec00b7dcaf969dd2a5712f85f23c764">
|
||||
<!ENTITY libarchive-size "5.2 MB">
|
||||
<!ENTITY libarchive-buildsize "60 MB">
|
||||
<!ENTITY libarchive-time "0.5 SBU">
|
||||
<!ENTITY libarchive-buildsize "35 MB (add 25 MB for tests)">
|
||||
<!ENTITY libarchive-time "0.3 SBU (add 1.4 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="libarchive" xreflabel="libarchive-&libarchive-version;">
|
||||
|
@ -7,10 +7,10 @@
|
||||
<!ENTITY xapian-download-http
|
||||
"http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
|
||||
<!ENTITY xapian-download-ftp " ">
|
||||
<!ENTITY xapian-md5sum "5308261e78337604bd8f845dd6b4aafc">
|
||||
<!ENTITY xapian-size "2.5 MB">
|
||||
<!ENTITY xapian-buildsize "153 MB (additional 136 MB for tests)">
|
||||
<!ENTITY xapian-time "1.9 SBU (additional 16 SBU for tests)">
|
||||
<!ENTITY xapian-md5sum "0036ae0e1e1065ba1734790de69835b3">
|
||||
<!ENTITY xapian-size "2.7 MB">
|
||||
<!ENTITY xapian-buildsize "118 MB (additional 112 MB for tests)">
|
||||
<!ENTITY xapian-time "1.7 SBU (additional 16 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="xapian" xreflabel="xapian-&xapian-version;">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY jasper-download-http "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-&jasper-version;.tar.gz">
|
||||
<!ENTITY jasper-download-ftp " ">
|
||||
<!ENTITY jasper-md5sum "124a0d62df74d763af590fdcfb63afae">
|
||||
<!ENTITY jasper-size "1.1 MB">
|
||||
<!ENTITY jasper-buildsize "10.9 MB">
|
||||
<!ENTITY jasper-md5sum "d0401ced2f5cc7aa1629696c5cba5980">
|
||||
<!ENTITY jasper-size "1.6 MB">
|
||||
<!ENTITY jasper-buildsize "11.8 MB">
|
||||
<!ENTITY jasper-time "0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
--mandir=/usr/share/man &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a testsuite.</para>
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
|
@ -42,6 +42,28 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>October 30th, 2016</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to jasper-1.900.16. Fixes
|
||||
<ulink url="&blfs-ticket-root;8469">#8469</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xapian-1.4.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;8468">#8468</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libarchive-3.2.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;8467">#8467</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to ffmpeg-3.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;8458">#8458</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 29th, 2016</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,11 +6,11 @@
|
||||
|
||||
<!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
|
||||
<!ENTITY ffmpeg-download-ftp " ">
|
||||
<!ENTITY ffmpeg-md5sum "b54d3e3d2d14d64305b840bb3d287445">
|
||||
<!ENTITY ffmpeg-size "7.5 MB">
|
||||
<!ENTITY ffmpeg-buildsize "172 MB (add 2.7 GB for the FATE suite/tests
|
||||
<!ENTITY ffmpeg-md5sum "3c065fb5baae1aeb1494a09ac984b2de">
|
||||
<!ENTITY ffmpeg-size "7.6 MB">
|
||||
<!ENTITY ffmpeg-buildsize "142 MB (add 3.0 GB for the FATE suite/tests
|
||||
and 1.0 GB for the documentation)">
|
||||
<!ENTITY ffmpeg-time "4.1 SBU (add 0.6 SBU for docs and 4.7 SBU
|
||||
<!ENTITY ffmpeg-time "4.4 SBU (add 0.6 SBU for docs and 5.0 SBU
|
||||
to run the FATE suite after sample files are downloaded)">
|
||||
]>
|
||||
|
||||
@ -106,7 +106,6 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="faac"/>,
|
||||
<xref linkend="fontconfig"/>,
|
||||
<xref linkend="frei0r"/>,
|
||||
<xref linkend="libcdio"/> (to identify and play CDs),
|
||||
@ -283,7 +282,7 @@ find /usr/share/doc/ffmpeg-&ffmpeg-version;/api -type d -exec chmod -c 0755 \{}
|
||||
|
||||
<para>
|
||||
Next, FATE is executed, with the commands (you obtain a number of tests
|
||||
larger than 2500):
|
||||
larger than 3000):
|
||||
</para>
|
||||
|
||||
<screen><userinput>make fate THREADS=<replaceable>N</replaceable> SAMPLES=fate-suite/ | tee ../fate.log &&
|
||||
@ -291,7 +290,7 @@ grep ^TEST ../fate.log | wc -l</userinput></screen>
|
||||
|
||||
<para>
|
||||
where <replaceable>N</replaceable> is an integer,
|
||||
<replaceable>N</replaceable> ≤ number of threads in the system.
|
||||
<replaceable>N</replaceable> ≤ number of cores in the system.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -111,7 +111,7 @@
|
||||
<!ENTITY json-c-version "0.12.1">
|
||||
<!ENTITY json-glib-version "1.2.2">
|
||||
<!ENTITY keyutils-version "1.5.9">
|
||||
<!ENTITY libarchive-version "3.2.1">
|
||||
<!ENTITY libarchive-version "3.2.2">
|
||||
<!ENTITY libassuan-version "2.4.3">
|
||||
<!ENTITY libatasmart-version "0.19">
|
||||
<!ENTITY libatomic_ops-version "7.4.4">
|
||||
@ -166,7 +166,7 @@
|
||||
<!ENTITY wayland-version "1.12.0">
|
||||
<!ENTITY wayland-protocols-version "1.7">
|
||||
<!ENTITY wv-version "1.2.9">
|
||||
<!ENTITY xapian-version "1.4.0">
|
||||
<!ENTITY xapian-version "1.4.1">
|
||||
<!ENTITY yaml-version "0.1.6">
|
||||
|
||||
<!-- Chapter 10 -->
|
||||
@ -181,7 +181,7 @@
|
||||
<!ENTITY graphite2-version "1.3.8">
|
||||
<!ENTITY harfbuzz-version "1.3.2">
|
||||
<!ENTITY ijs-version "0.35">
|
||||
<!ENTITY jasper-version "1.900.5">
|
||||
<!ENTITY jasper-version "1.900.16">
|
||||
<!ENTITY lcms-version "1.19">
|
||||
<!ENTITY lcms2-version "2.8">
|
||||
<!ENTITY libexif-version "0.6.21">
|
||||
@ -797,7 +797,7 @@
|
||||
<!ENTITY pnmixer-version "0.5.1">
|
||||
|
||||
<!-- Chapter 48 -->
|
||||
<!ENTITY ffmpeg-version "3.1.4">
|
||||
<!ENTITY ffmpeg-version "3.2">
|
||||
<!ENTITY mplayer-version "1.3.0">
|
||||
<!ENTITY xine-ui-version "0.99.9">
|
||||
<!ENTITY transcode-version "1.1.7">
|
||||
|
Loading…
Reference in New Issue
Block a user