Changeset c840bd37


Ignore:
Timestamp:
10/30/2016 09:19:39 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ea7266a
Parents:
8edc3473
Message:

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8edc3473 rc840bd37  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 29th &year;">
     9<!ENTITY releasedate  "October 30th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libarchive.xml

    r8edc3473 rc840bd37  
    77  <!ENTITY libarchive-download-http "http://www.libarchive.org/downloads/libarchive-&libarchive-version;.tar.gz">
    88  <!ENTITY libarchive-download-ftp  " ">
    9   <!ENTITY libarchive-md5sum        "afa257047d1941a565216edbf0171e72">
     9  <!ENTITY libarchive-md5sum        "1ec00b7dcaf969dd2a5712f85f23c764">
    1010  <!ENTITY libarchive-size          "5.2 MB">
    11   <!ENTITY libarchive-buildsize     "60 MB">
    12   <!ENTITY libarchive-time          "0.5 SBU">
     11  <!ENTITY libarchive-buildsize     "35 MB (add 25 MB for tests)">
     12  <!ENTITY libarchive-time          "0.3 SBU (add 1.4 SBU for tests)">
    1313]>
    1414
  • general/genlib/xapian.xml

    r8edc3473 rc840bd37  
    88           "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
    99  <!ENTITY xapian-download-ftp  " ">
    10   <!ENTITY xapian-md5sum        "5308261e78337604bd8f845dd6b4aafc">
    11   <!ENTITY xapian-size          "2.5 MB">
    12   <!ENTITY xapian-buildsize     "153 MB (additional 136 MB for tests)">
    13   <!ENTITY xapian-time          "1.9 SBU (additional 16 SBU for tests)">
     10  <!ENTITY xapian-md5sum        "0036ae0e1e1065ba1734790de69835b3">
     11  <!ENTITY xapian-size          "2.7 MB">
     12  <!ENTITY xapian-buildsize     "118 MB (additional 112 MB for tests)">
     13  <!ENTITY xapian-time          "1.7 SBU (additional 16 SBU for tests)">
    1414]>
    1515
  • general/graphlib/jasper.xml

    r8edc3473 rc840bd37  
    77  <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-&jasper-version;.tar.gz">
    88  <!ENTITY jasper-download-ftp  " ">
    9   <!ENTITY jasper-md5sum        "124a0d62df74d763af590fdcfb63afae">
    10   <!ENTITY jasper-size          "1.1 MB">
    11   <!ENTITY jasper-buildsize     "10.9 MB">
     9  <!ENTITY jasper-md5sum        "d0401ced2f5cc7aa1629696c5cba5980">
     10  <!ENTITY jasper-size          "1.6 MB">
     11  <!ENTITY jasper-buildsize     "11.8 MB">
    1212  <!ENTITY jasper-time          "0.1 SBU">
    1313]>
     
    8484make</userinput></screen>
    8585
    86     <para>This package does not come with a testsuite.</para>
     86    <para>To test the results, issue:  <command>make check</command>.</para>
    8787
    8888    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    r8edc3473 rc840bd37  
    4444-->
    4545    <listitem>
     46      <para>October 30th, 2016</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to jasper-1.900.16. Fixes
     50          <ulink url="&blfs-ticket-root;8469">#8469</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to xapian-1.4.1. Fixes
     54          <ulink url="&blfs-ticket-root;8468">#8468</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to libarchive-3.2.2. Fixes
     58          <ulink url="&blfs-ticket-root;8467">#8467</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[bdubbs] - Update to ffmpeg-3.2. Fixes
     62          <ulink url="&blfs-ticket-root;8458">#8458</ulink>.</para>
     63        </listitem>
     64      </itemizedlist>
     65    </listitem>
     66
     67    <listitem>
    4668      <para>October 29th, 2016</para>
    4769      <itemizedlist>
  • multimedia/videoutils/ffmpeg.xml

    r8edc3473 rc840bd37  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.xz">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "b54d3e3d2d14d64305b840bb3d287445">
    10   <!ENTITY ffmpeg-size          "7.5 MB">
    11   <!ENTITY ffmpeg-buildsize     "172 MB (add 2.7 GB for the FATE suite/tests
     9  <!ENTITY ffmpeg-md5sum        "3c065fb5baae1aeb1494a09ac984b2de">
     10  <!ENTITY ffmpeg-size          "7.6 MB">
     11  <!ENTITY ffmpeg-buildsize     "142 MB (add 3.0 GB for the FATE suite/tests
    1212    and 1.0 GB for the documentation)">
    13   <!ENTITY ffmpeg-time          "4.1 SBU (add 0.6 SBU for docs and 4.7 SBU
     13  <!ENTITY ffmpeg-time          "4.4 SBU (add 0.6 SBU for docs and 5.0 SBU
    1414    to run the FATE suite after sample files are downloaded)">
    1515]>
     
    107107    <bridgehead renderas="sect4">Optional</bridgehead>
    108108    <para role="optional">
    109       <xref linkend="faac"/>,
    110109      <xref linkend="fontconfig"/>,
    111110      <xref linkend="frei0r"/>,
     
    284283    <para>
    285284      Next, FATE is executed, with the commands (you obtain a number of tests
    286       larger than 2500):
     285      larger than 3000):
    287286    </para>
    288287
     
    292291    <para>
    293292      where <replaceable>N</replaceable> is an integer,
    294       <replaceable>N</replaceable> &le; number of threads in the system.
     293      <replaceable>N</replaceable> &le; number of cores in the system.
    295294    </para>
    296295
  • packages.ent

    r8edc3473 rc840bd37  
    112112<!ENTITY json-glib-version            "1.2.2">
    113113<!ENTITY keyutils-version             "1.5.9">
    114 <!ENTITY libarchive-version           "3.2.1">
     114<!ENTITY libarchive-version           "3.2.2">
    115115<!ENTITY libassuan-version            "2.4.3">
    116116<!ENTITY libatasmart-version          "0.19">
     
    167167<!ENTITY wayland-protocols-version    "1.7">
    168168<!ENTITY wv-version                   "1.2.9">
    169 <!ENTITY xapian-version               "1.4.0">
     169<!ENTITY xapian-version               "1.4.1">
    170170<!ENTITY yaml-version                 "0.1.6">
    171171
     
    182182<!ENTITY harfbuzz-version             "1.3.2">
    183183<!ENTITY ijs-version                  "0.35">
    184 <!ENTITY jasper-version               "1.900.5">
     184<!ENTITY jasper-version               "1.900.16">
    185185<!ENTITY lcms-version                 "1.19">
    186186<!ENTITY lcms2-version                "2.8">
     
    798798
    799799<!-- Chapter 48 -->
    800 <!ENTITY ffmpeg-version               "3.1.4">
     800<!ENTITY ffmpeg-version               "3.2">
    801801<!ENTITY mplayer-version              "1.3.0">
    802802<!ENTITY xine-ui-version              "0.99.9">
Note: See TracChangeset for help on using the changeset viewer.