Changeset e180f193
- Timestamp:
- 11/20/2017 06:21:19 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6076396
- Parents:
- 28591b1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r28591b1 re180f193 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 8"> <!-- Always 2 digits -->3 <!ENTITY day "19"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 1 8th, &year;">9 <!ENTITY releasedate "November 19th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/graphlib/libtiff.xml
r28591b1 re180f193 10 10 "ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">--> 11 11 <!ENTITY libtiff-download-ftp " "> 12 <!ENTITY libtiff-md5sum " 2a7d1c1318416ddf36d5f6fa4600069b">13 <!ENTITY libtiff-size "2. 0MB">14 <!ENTITY libtiff-buildsize " 24MB (with tests)">15 <!ENTITY libtiff-time " 0.3SBU (with tests)">12 <!ENTITY libtiff-md5sum "54bad211279cc93eb4fca31ba9bfdc79"> 13 <!ENTITY libtiff-size "2.2 MB"> 14 <!ENTITY libtiff-buildsize "18 MB (with tests)"> 15 <!ENTITY libtiff-time "less than 0.1 SBU (with tests)"> 16 16 ]> 17 17 … … 86 86 <bridgehead renderas="sect3">LibTIFF Dependencies</bridgehead> 87 87 88 <bridgehead renderas="sect4">Recommended</bridgehead> 89 <para role="recommended"> 90 <xref linkend="cmake"/> 91 </para> 92 88 93 <bridgehead renderas="sect4">Optional</bridgehead> 89 94 <para role="optional"> … … 106 111 </para> 107 112 108 <screen><userinput>./configure --prefix=/usr --disable-static && 109 make</userinput></screen> 113 <screen><userinput>mkdir -p build && 114 cd build && 115 116 cmake -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libtiff-4.0.9 \ 117 -DCMAKE_INSTALL_PREFIX=/usr -G Ninja .. && 118 ninja</userinput></screen> 110 119 111 120 <para> 112 To test the results, issue: <command> make check</command>.121 To test the results, issue: <command>ninja test</command>. 113 122 </para> 114 123 … … 118 127 </para> 119 128 120 <screen role="root"><userinput>make install</userinput></screen> 121 </sect2> 122 123 <sect2 role="commands"> 124 <title>Command Explanations</title> 125 126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 127 href="../../xincludes/static-libraries.xml"/> 129 <screen role="root"><userinput>ninja install</userinput></screen> 128 130 129 131 </sect2> … … 139 141 <seglistitem> 140 142 <seg> 141 bmp2tiff, fax2ps, fax2tiff, gif2tiff, pal2rgb, ppm2tiff, ras2tiff,142 raw2tiff, rgb2ycbcr, thumbnail,tiff2bw, tiff2pdf, tiff2ps,143 fax2ps, fax2tiff, pal2rgb, ppm2tiff, 144 raw2tiff, tiff2bw, tiff2pdf, tiff2ps, 143 145 tiff2rgba, tiffcmp, tiffcp, tiffcrop, tiffdither, tiffdump, tiffgt, 144 146 tiffinfo, tiffmedian, tiffset and tiffsplit … … 158 160 <?dbhtml list-presentation="table"?> 159 161 160 <varlistentry id="bmp2tiff">162 <!-- <varlistentry id="bmp2tiff"> 161 163 <term><command>bmp2tiff</command></term> 162 164 <listitem> … … 169 171 </indexterm> 170 172 </listitem> 171 </varlistentry> 173 </varlistentry> --> 172 174 173 175 <varlistentry id="fax2ps"> … … 195 197 </varlistentry> 196 198 197 <varlistentry id="gif2tiff">199 <!-- <varlistentry id="gif2tiff"> 198 200 <term><command>gif2tiff</command></term> 199 201 <listitem> … … 205 207 </indexterm> 206 208 </listitem> 207 </varlistentry> 209 </varlistentry> --> 208 210 209 211 <varlistentry id="pal2rgb"> … … 232 234 </varlistentry> 233 235 234 <varlistentry id="ras2tiff">236 <!-- <varlistentry id="ras2tiff"> 235 237 <term><command>ras2tiff</command></term> 236 238 <listitem> … … 242 244 </indexterm> 243 245 </listitem> 244 </varlistentry> 246 </varlistentry> --> 245 247 246 248 <varlistentry id="raw2tiff"> … … 256 258 </varlistentry> 257 259 258 <varlistentry id="rgb2ycbcr">260 <!-- <varlistentry id="rgb2ycbcr"> 259 261 <term><command>rgb2ycbcr</command></term> 260 262 <listitem> … … 278 280 </indexterm> 279 281 </listitem> 280 </varlistentry> 282 </varlistentry> --> 281 283 282 284 <varlistentry id="tiff2bw"> -
introduction/welcome/changelog.xml
r28591b1 re180f193 43 43 --> 44 44 <listitem> 45 <para>November 19th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to tiff-4.0.9. Fixes 49 <ulink url="&blfs-ticket-root;10045">#10045</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>November 18th, 2017</para> 46 56 <itemizedlist> -
packages.ent
r28591b1 re180f193 211 211 <!ENTITY librsvg-version "2.40.19"> <!-- Normally even minors --> 212 212 <!ENTITY libraw-version "0.18.5"> 213 <!ENTITY libtiff-version "4.0. 8">213 <!ENTITY libtiff-version "4.0.9"> 214 214 <!ENTITY libwebp-version "0.6.0"> 215 215 <!ENTITY newt-version "0.52.20">
Note:
See TracChangeset
for help on using the changeset viewer.