Changeset 14f0e13e


Ignore:
Timestamp:
01/01/2017 06:53:08 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, 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:
3690841
Parents:
6bb16f7
Message:

Update to jasper-2.0.10

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    r6bb16f7 r14f0e13e  
    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        "cebd4d423995521b6d65a19ac3851922">
     9  <!ENTITY jasper-md5sum        "06882adcf92524eb493f3cf0d3f62c9a">
    1010  <!ENTITY jasper-size          "1.6 MB">
    11   <!ENTITY jasper-buildsize     "20 MB (with tests)">
     11  <!ENTITY jasper-buildsize     "18 MB (with tests)">
    1212  <!ENTITY jasper-time          "0.3 SBU (with tests)">
    1313]>
     
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    7373    <para role="optional">
    74       <xref linkend="freeglut"/> (required for <command>jiv</command>, see
    75         Command Explanations below),
     74      <xref linkend="freeglut"/> (required for <command>jiv</command>),
    7675      <xref linkend="doxygen"/> (needed for generating html documentation), and
    7776      <xref linkend="texlive"/> (needed to regnerate the pdf documention)
     
    9291      -DCMAKE_BUILD_TYPE=Release     \
    9392      -DCMAKE_SKIP_INSTALL_RPATH=YES \
     93      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-&jasper-version; \
    9494      ..  &amp;&amp;
    9595make</userinput></screen>
     
    101101<screen role="root"><userinput>make install</userinput></screen>
    102102
    103     <para>If you wish to install the PDF files for the Reference Manual and a
    104     tutorial on the JPEG-2000 standard, run the following commands as the
    105     <systemitem class="username">root</systemitem> user:</para>
    106 
    107 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/jasper-&jasper-version;/html &amp;&amp;
    108 install -v -m644 ../doc/*.pdf /usr/share/doc/jasper-&jasper-version;</userinput></screen>
    109 
    110     <para>If <xref linkend="doxygen"/> was installed, the html documentation
    111     was automatically built. If desired, install these files as the <systemitem
    112     class="username">root</systemitem> user:</para>
    113 
    114 <screen role="root"><userinput>cp -Rv doc/html/* /usr/share/doc/jasper-&jasper-version;/html</userinput></screen>
    115 
    116103  </sect2>
    117104
    118105  <sect2 role="commands">
    119106    <title>Command Explanations</title>
    120 
    121     <para><option>-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU"</option>: This option
    122     is needed so the <command>jiv</command> program can be sucessfully built.
    123     If <xref linkend="freeglut"/> is installed, this option is required.</para>
    124107
    125108    <para><option>-DCMAKE_SKIP_INSTALL_RPATH=YES</option>: This option removes
  • introduction/welcome/changelog.xml

    r6bb16f7 r14f0e13e  
    4444-->
    4545
    46     <listitem revision="systemd">
     46    <listitem>
    4747      <para>January 1st, 2017</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to jasper-2.0.10. Fixes
     51          <ulink url="&blfs-ticket-root;8705">#8705</ulink>.</para>
     52        </listitem>
    4953        <listitem revision="systemd">
    5054          <para>[dj] - Remove unneeded dependency for systemd. Fixes
    5155          <ulink url="&blfs-ticket-root;8678">#8671#8678</ulink>.</para>
    5256        </listitem>
    53       </itemizedlist>
    54     </listitem>
    55 
    56     <listitem>
    57       <para>December 30th, 2016</para>
    58       <itemizedlist>
    5957        <listitem>
    6058          <para>[bdubbs] - Update to freetype-2.7.1. Fixes
     
    6967          <ulink url="&blfs-ticket-root;8701">#8701</ulink>.</para>
    7068        </listitem>
     69      </itemizedlist>
     70    </listitem>
     71
     72    <listitem>
     73      <para>December 30th, 2016</para>
     74      <itemizedlist>
    7175        <listitem>
    7276          <para>[bdubbs] - Update to qterminal-0.7.1 and qtermwidget-0.7.1.
  • packages.ent

    r6bb16f7 r14f0e13e  
    182182<!ENTITY harfbuzz-version             "1.3.4">
    183183<!ENTITY ijs-version                  "0.35">
    184 <!ENTITY jasper-version               "2.0.6">
     184<!ENTITY jasper-version               "2.0.10">
    185185<!ENTITY lcms-version                 "1.19">
    186186<!ENTITY lcms2-version                "2.8">
Note: See TracChangeset for help on using the changeset viewer.