Changeset 352f326 for general/graphlib


Ignore:
Timestamp:
02/19/2012 01:29:04 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
372da32
Parents:
4d40768
Message:

tiff-4.0.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff.xml

    r4d40768 r352f326  
    55  %general-entities;
    66
    7   <!ENTITY libtiff-download-http "http://download.osgeo.org/libtiff/tiff-&libtiff-version;.tar.gz">
    8   <!ENTITY libtiff-download-ftp  "ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">
    9   <!ENTITY libtiff-md5sum        "456ad12e7c492b275a0d047f2ba89904">
     7  <!ENTITY libtiff-download-http
     8  "http://download.osgeo.org/libtiff/tiff-&libtiff-version;.tar.gz">
     9  <!ENTITY libtiff-download-ftp
     10  "ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">
     11  <!ENTITY libtiff-md5sum        "fae149cc9da35c598d8be897826dfc63">
    1012  <!ENTITY libtiff-size          "1.9 MB">
    1113  <!ENTITY libtiff-buildsize     "31 MB">
     
    5860      </listitem>
    5961    </itemizedlist>
    60 
    61     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>Required patch: <ulink
    65         url="&patch-root;/tiff-&libtiff-version;-fixes-2.patch"/></para>
    66       </listitem>
    67     </itemizedlist> -->
    6862
    6963    <bridgehead renderas="sect3">LibTIFF Dependencies</bridgehead>
     
    7569    <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink></para>
    7670
    77     <!-- <para>Note that if you installed the optional MesaGLUT package with the
    78     <xref linkend="mesalib"/> package during an <application>Xorg7</application>
    79     installation, a GLUT library is already installed and you don't need
    80     <application>freeglut</application>.</para> -->
    81 
    8271    <para condition="html" role="usernotes">User Notes:
    8372    <ulink url="&blfs-wiki;/libtiff"/></para>
    84 
    8573  </sect2>
    8674
     
    9179    commands:</para>
    9280
    93 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     81<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9482make</userinput></screen>
    9583
    9684    <para>To test the results, issue: <command>make check</command>.</para>
    9785
    98     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     86    <para>Now, as the <systemitem class="username">root</systemitem>
     87    user:</para>
    9988
    10089<screen role="root"><userinput>make install</userinput></screen>
    101 
    10290  </sect2>
    10391
     
    10795    <para><option>--disable-static</option>: This switch prevents the
    10896    static library from being built.</para>
    109 
    11097  </sect2>
    11198
     
    121108        <seg>bmp2tiff, fax2ps, fax2tiff, gif2tiff, pal2rgb, ppm2tiff, ras2tiff,
    122109        raw2tiff, rgb2ycbcr, thumbnail, tiff2bw, tiff2pdf, tiff2ps, tiff2rgba,
    123         tiffcmp, tiffcp, tiffdither, tiffdump, tiffgt, tiffinfo, tiffmedian, tiffset,
    124         and tiffsplit</seg>
    125         <seg>libtiff.{so,a} and libtiffxx.{so,a}</seg>
     110        tiffcmp, tiffcp, tiffcrop, tiffdither, tiffdump, tiffinfo, tiffmedian,
     111        tiffset, and tiffsplit</seg>
     112        <seg>libtiff.so and libtiffxx.so</seg>
    126113        <seg>/usr/share/doc/tiff-&libtiff-version;</seg>
    127114      </seglistitem>
     
    177164        <term><command>pal2rgb</command></term>
    178165        <listitem>
    179           <para>converts a palette color TIFF image to a full color image.</para>
     166          <para>converts a palette color TIFF image to a full color
     167          image.</para>
    180168          <indexterm zone="libtiff pal2rgb">
    181169            <primary sortas="b-pal2rgb">pal2rgb</primary>
     
    295283      </varlistentry>
    296284
     285      <varlistentry id="tiffcrop">
     286        <term><command>tiffcrop</command></term>
     287        <listitem>
     288          <para> selects, copies, crops, converts, extracts, and/or processes
     289          one or more TIFF files. .</para>
     290          <indexterm zone="libtiff tiffcrop">
     291            <primary sortas="b-tiffcrop">tiffcrop</primary>
     292          </indexterm>
     293        </listitem>
     294      </varlistentry>
     295
    297296      <varlistentry id="tiffdither">
    298297        <term><command>tiffdither</command></term>
     
    315314      </varlistentry>
    316315
    317       <varlistentry id="tiffgt">
    318         <term><command>tiffgt</command></term>
    319         <listitem>
    320           <para>displays an image stored in a TIFF file in
    321           an <application>X</application> window.</para>
    322           <indexterm zone="libtiff tiffgt">
    323             <primary sortas="b-tiffgt">tiffgt</primary>
    324           </indexterm>
    325         </listitem>
    326       </varlistentry>
    327 
    328316      <varlistentry id="tiffinfo">
    329317        <term><command>tiffinfo</command></term>
     
    367355
    368356      <varlistentry id="libtiff-lib">
    369         <term><filename class='libraryfile'>libtiff.{so,a}</filename></term>
     357        <term><filename class='libraryfile'>libtiff.so</filename></term>
    370358        <listitem>
    371359          <para>contains the API functions used by the
     
    373361          programs to read and write TIFF files.</para>
    374362          <indexterm zone="libtiff libtiff-lib">
    375             <primary sortas="c-libtiff">libtiff.{so,a}</primary>
     363            <primary sortas="c-libtiff">libtiff.so</primary>
    376364          </indexterm>
    377365        </listitem>
     
    379367
    380368      <varlistentry id="libtiffxx">
    381         <term><filename class='libraryfile'>libtiffxx.{so,a}</filename></term>
     369        <term><filename class='libraryfile'>libtiffxx.so</filename></term>
    382370        <listitem>
    383371          <para>contains the C++ API functions used
    384372          by programs to read and write TIFF files.</para>
    385373          <indexterm zone="libtiff libtiffxx">
    386             <primary sortas="c-libtiffxx">libtiffxx.{so,a}</primary>
    387           </indexterm>
    388         </listitem>
    389       </varlistentry>
    390 
     374            <primary sortas="c-libtiffxx">libtiffxx.so</primary>
     375          </indexterm>
     376        </listitem>
     377      </varlistentry>
    391378    </variablelist>
    392 
    393379  </sect2>
    394 
    395380</sect1>
Note: See TracChangeset for help on using the changeset viewer.