Ignore:
Timestamp:
11/28/2016 08:15:44 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:
63ab44e
Parents:
9db77dd
Message:

Update to gtksourceview-3.22.2.
Update to ncftp-3.2.6.
Update to jasper-2.0.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    r9db77dd re37f388  
    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        "4619ec9860c10e557b3f192f5e76f596">
    10   <!ENTITY jasper-size          "1.7 MB">
    11   <!ENTITY jasper-buildsize     "14.6 MB (with tests)">
    12   <!ENTITY jasper-time          "0.4 SBU (with tests)">
     9  <!ENTITY jasper-md5sum        "ae52fd9d6419159c06fb2401dfec2a54">
     10  <!ENTITY jasper-size          "1.6 MB">
     11  <!ENTITY jasper-buildsize     "17 MB (with tests)">
     12  <!ENTITY jasper-time          "0.3 SBU (with tests)">
    1313]>
    1414
     
    6767    <bridgehead renderas="sect4">Optional</bridgehead>
    6868    <para role="optional">
    69       <xref linkend="freeglut"/> (required for <command>jiv</command>)
     69      <xref linkend="freeglut"/> (required for <command>jiv</command>),
     70      <xref linkend="doxygen"/> (needed for generating html documentation), and
     71      <xref linkend="doxygen"/> (needed to regnerate the pdf documention)
    7072    </para>
    7173
     
    7880    <title>Installation of JasPer</title>
    7981
    80 <screen><userinput>./configure --prefix=/usr    \
    81             --enable-shared  \
    82             --disable-static \
    83             --mandir=/usr/share/man &amp;&amp;
     82<screen><userinput>mkdir BUILD &amp;&amp;
     83cd    BUILD &amp;&amp;
     84
     85cmake -DCMAKE_INSTALL_PREFIX=/usr           \
     86      -DCMAKE_BUILD_TYPE=Release            \
     87      -DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU" \
     88      -DCMAKE_SKIP_INSTALL_RPATH=YES        \
     89      ..  &amp;&amp;
    8490make</userinput></screen>
    8591
    86     <para>To test the results, issue:  <command>make check</command>.</para>
     92    <para>To test the results, issue:  <command>make test</command>.</para>
    8793
    8894    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    94100    <systemitem class="username">root</systemitem> user:</para>
    95101
    96 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/jasper-&jasper-version; &amp;&amp;
    97 install -v -m644 doc/*.pdf /usr/share/doc/jasper-&jasper-version;</userinput></screen>
     102<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/jasper-&jasper-version;/html &amp;&amp;
     103install -v -m644 ../doc/*.pdf /usr/share/doc/jasper-&jasper-version;</userinput></screen>
     104
     105    <para>If <xref linkend="doxygen"/> was installed, the html documentation
     106    was automatically built. If desired, install these files as the <systemitem
     107    class="username">root</systemitem> user:</para>
     108
     109<screen role="root"><userinput>cp -Rv doc/html/* /usr/share/doc/jasper-&jasper-version;/jtml</userinput></screen>
    98110
    99111  </sect2>
     
    102114    <title>Command Explanations</title>
    103115
    104     <para><parameter>--enable-shared</parameter>: This switch
    105     causes the shared library to be built.</para>
    106 
    107     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    108       href="../../xincludes/static-libraries.xml"/>
    109 <!--
    110     <para><option>- -x-includes=DIR - -x-libraries=DIR</option>: These tell the
    111     <command>configure</command> script where to find <application>Xorg</application>
    112     if it is not in
    113     <filename class='directory'>/usr/X11</filename>,
    114     <filename class='directory'>/usr/X11R6</filename>, or
    115     <filename class='directory'>/usr</filename>.</para>
    116 -->
     116    <para><parameter>-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU"</parameter>: This
     117    option is needed so the <command>jiv</command> program can be sucessfully
     118    built.</para>
     119
     120    <para><parameter>-DCMAKE_SKIP_INSTALL_RPATH=YES</parameter>: This option removes
     121    embedded library search paths.</para>
     122
    117123  </sect2>
    118124
     
    126132
    127133      <seglistitem>
    128         <seg>imgcmp, imginfo, jasper, jiv, and tmrdemo</seg>
     134        <seg>imgcmp, imginfo, jasper, and jiv</seg>
    129135        <seg>libjasper.so</seg>
    130136        <seg>/usr/include/jasper and /usr/share/doc/jasper-&jasper-version;</seg>
     
    178184      </varlistentry>
    179185
    180       <varlistentry id="tmrdemo">
    181         <term><command>tmrdemo</command></term>
    182         <listitem>
    183           <para>is a timer demonstration program.</para>
    184           <indexterm zone="jasper tmrdemo">
    185             <primary sortas="b-tmrdemo">tmrdemo</primary>
    186           </indexterm>
    187         </listitem>
    188       </varlistentry>
    189 
    190186      <varlistentry id="jasper-lib">
    191187        <term><filename class='libraryfile'>libjasper.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.