Changeset 2a879b7c
- Timestamp:
- 06/12/2015 12:24:25 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 287a07e
- Parents:
- b75604f9
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb75604f9 r2a879b7c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "11"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 1 0th &year;">9 <!ENTITY releasedate "June 11th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genutils/graphviz.xml
rb75604f9 r2a879b7c 442 442 </varlistentry> 443 443 444 <varlistentry id="gxl2gv"> 445 <term><command>gxl2gv</command></term> 446 <listitem> 447 <para> 448 converts between graphs represented in GXL and in 449 the GV language. 450 </para> 451 <indexterm zone="graphviz gxl2gv"> 452 <primary sortas="b-gxl2gv">gxl2gv</primary> 444 <varlistentry id="graphml2gv"> 445 <term><command>graphml2gv</command></term> 446 <listitem> 447 <para> 448 converts a graph specified in the GRAPHML format to a graph in 449 the GV (formerly DOT) format. 450 </para> 451 <indexterm zone="graphviz graphml2gv"> 452 <primary sortas="b-graphml2gv">graphml2gv</primary> 453 </indexterm> 454 </listitem> 455 </varlistentry> 456 457 <varlistentry id="gv2gml"> 458 <term><command>gv2gml</command></term> 459 <listitem> 460 <para> 461 converts a graph specified in the GV format to a graph in the GML format. 462 </para> 463 <indexterm zone="graphviz gv2gml"> 464 <primary sortas="b-gv2gml">gv2gml</primary> 465 </indexterm> 466 </listitem> 467 </varlistentry> 468 469 <varlistentry id="gv2gxl"> 470 <term><command>gv2gxl</command></term> 471 <listitem> 472 <para> 473 converts a graph specified in the GV format to a graph in the GXL format. 474 </para> 475 <indexterm zone="graphviz gv2gxl"> 476 <primary sortas="b-gv2gxl">gv2gxl</primary> 453 477 </indexterm> 454 478 </listitem> … … 507 531 <indexterm zone="graphviz gvmap"> 508 532 <primary sortas="b-gvmap">gvmap</primary> 533 </indexterm> 534 </listitem> 535 </varlistentry> 536 537 <varlistentry id="gvmap.sh"> 538 <term><command>gvmap.sh</command></term> 539 <listitem> 540 <para> 541 is a pipeline for running gvmap. 542 </para> 543 <indexterm zone="graphviz gvmap.sh"> 544 <primary sortas="b-gvmap.sh">gvmap.sh</primary> 509 545 </indexterm> 510 546 </listitem> … … 558 594 </varlistentry> 559 595 596 <varlistentry id="gxl2gv"> 597 <term><command>gxl2gv</command></term> 598 <listitem> 599 <para> 600 converts between graphs represented in GXL and in 601 the GV language. 602 </para> 603 <indexterm zone="graphviz gxl2gv"> 604 <primary sortas="b-gxl2gv">gxl2gv</primary> 605 </indexterm> 606 </listitem> 607 </varlistentry> 608 560 609 <varlistentry id="lefty"> 561 610 <term><command>lefty</command></term> -
general/graphlib/libraw.xml
rb75604f9 r2a879b7c 147 147 <sect2 role="content"> 148 148 <title>Contents</title> 149 150 <note> 151 <para> 152 All the installed programs are examples of libraw use. 153 </para> 154 </note> 149 155 150 156 <segmentedlist> … … 168 174 </seglistitem> 169 175 </segmentedlist> 170 <!-- 176 171 177 <variablelist> 172 178 <bridgehead renderas="sect3">Short Descriptions</bridgehead> … … 174 180 <?dbhtml list-presentation="table"?> 175 181 176 <varlistentry id="libraw-lib"> 182 <varlistentry id="_4channels"> 183 <term><command>4channels</command></term> 184 <listitem> 185 <para> 186 generates 4 TIFF file from RAW data, one file per channel. 187 </para> 188 <indexterm zone="libraw _4channels"> 189 <primary sortas="b-_4channels">4channels</primary> 190 </indexterm> 191 </listitem> 192 </varlistentry> 193 194 <varlistentry id="dcraw_half"> 195 <term><command>dcraw_half</command></term> 196 <listitem> 197 <para> 198 emulates "dcraw -h" (see <ulink 199 url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html"> 200 DCRAW manpage</ulink>). 201 </para> 202 <indexterm zone="libraw dcraw_half"> 203 <primary sortas="b-dcraw_half">dcraw_half</primary> 204 </indexterm> 205 </listitem> 206 </varlistentry> 207 208 <varlistentry id="mem_image"> 209 <term><command>mem_image</command></term> 210 <listitem> 211 <para> 212 emulates "dcraw [-4] [-6] [-e]" (see <ulink 213 url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html"> 214 DCRAW manpage</ulink>). 215 </para> 216 <indexterm zone="libraw mem_image"> 217 <primary sortas="b-mem_image">mem_image</primary> 218 </indexterm> 219 </listitem> 220 </varlistentry> 221 222 <varlistentry id="postprocessing_benchmark"> 223 <term><command>postprocessing_benchmark</command></term> 224 <listitem> 225 <para> 226 creates eight different renderings from 1 source file. 227 The 1st and 4th one should be identical. 228 </para> 229 <indexterm zone="libraw postprocessing_benchmark"> 230 <primary sortas="b-postprocessing_benchmark"> 231 postprocessing_benchmark</primary> 232 </indexterm> 233 </listitem> 234 </varlistentry> 235 236 <varlistentry id="simple_dcraw"> 237 <term><command>simple_dcraw</command></term> 238 <listitem> 239 <para> 240 emulates call to "dcraw [-D] [-T] [-v] [-e] [-4]" (see <ulink 241 url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html"> 242 DCRAW manpage</ulink>). 243 </para> 244 <indexterm zone="libraw simple_dcraw"> 245 <primary sortas="b-simple_dcraw">simple_dcraw</primary> 246 </indexterm> 247 </listitem> 248 </varlistentry> 249 250 <varlistentry id="dcraw_emu"> 251 <term><command>dcraw_emu</command></term> 252 <listitem> 253 <para> 254 is an almost complete dcraw emulator (see <ulink 255 url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html"> 256 DCRAW manpage</ulink>). 257 </para> 258 <indexterm zone="libraw dcraw_emu"> 259 <primary sortas="b-dcraw_emu">dcraw_emu</primary> 260 </indexterm> 261 </listitem> 262 </varlistentry> 263 264 <varlistentry id="half_mt"> 265 <term><command>half_mt</command></term> 266 <listitem> 267 <para> 268 emulates call to "dcraw -h [-w] [-a] [-v]" (see <ulink 269 url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html"> 270 DCRAW manpage</ulink>). 271 </para> 272 <indexterm zone="libraw half_mt"> 273 <primary sortas="b-half_mt">half_mt</primary> 274 </indexterm> 275 </listitem> 276 </varlistentry> 277 278 <varlistentry id="multirender_test"> 279 <term><command>multirender_test</command></term> 280 <listitem> 281 <para> 282 creates eight different renderings from one source file. 283 The 1st and 4th one should be identical. 284 </para> 285 <indexterm zone="libraw multirender_test"> 286 <primary sortas="b-multirender_test">multirender_test</primary> 287 </indexterm> 288 </listitem> 289 </varlistentry> 290 291 <varlistentry id="raw-identify"> 292 <term><command>raw-identify</command></term> 293 <listitem> 294 <para> 295 emulates call to "dcraw -i [-v]" (see <ulink 296 url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html"> 297 DCRAW manpage</ulink>). 298 </para> 299 <indexterm zone="libraw raw-identify"> 300 <primary sortas="b-raw-identify">half_mt</primary> 301 </indexterm> 302 </listitem> 303 </varlistentry> 304 305 <varlistentry id="unprocessed_raw"> 306 <term><command>unprocessed_raw</command></term> 307 <listitem> 308 <para> 309 generates unprocessed raw image: with masked pixels and without 310 black subtraction. 311 </para> 312 <indexterm zone="libraw unprocessed_raw"> 313 <primary sortas="b-unprocessed_raw">unprocessed_raw</primary> 314 </indexterm> 315 </listitem> 316 </varlistentry> 317 318 <!-- <varlistentry id="libraw-lib"> 177 319 <term><filename class='libraryfile'>libraw.so</filename></term> 178 320 <listitem> … … 185 327 </indexterm> 186 328 </listitem> 187 </varlistentry> 329 </varlistentry> --> 188 330 189 331 </variablelist> 190 --> 332 191 333 </sect2> 192 334 -
general/graphlib/libtiff.xml
rb75604f9 r2a879b7c 147 147 bmp2tiff, fax2ps, fax2tiff, gif2tiff, pal2rgb, ppm2tiff, ras2tiff, 148 148 raw2tiff, rgb2ycbcr, thumbnail, tiff2bw, tiff2pdf, tiff2ps, 149 tiff2rgba, tiffcmp, tiffcp, tiffcrop, tiffdither, tiffdump, tiffgt 149 tiff2rgba, tiffcmp, tiffcp, tiffcrop, tiffdither, tiffdump, tiffgt, 150 150 tiffinfo, tiffmedian, tiffset and tiffsplit 151 151 </seg> -
general/graphlib/qpdf.xml
rb75604f9 r2a879b7c 176 176 </varlistentry> 177 177 178 <varlistentry id="zlib-flate"> 179 <term><command>zlib-flate</command></term> 180 <listitem> 181 <para> 182 is a raw zlib compression program. 183 </para> 184 <indexterm zone="qpdf zlib-flate"> 185 <primary sortas="b-qpdf">zlib-flate</primary> 186 </indexterm> 187 </listitem> 188 </varlistentry> 189 178 190 <varlistentry id="libqpdf"> 179 191 <term><filename class="libraryfile">libqpdf.so</filename></term> -
introduction/welcome/changelog.xml
rb75604f9 r2a879b7c 44 44 45 45 --> 46 47 <listitem> 48 <para>June 11th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Add/update some short descriptions. 52 Thanks to Denis Mugnier for the patch. Fixes 53 <ulink url="&blfs-ticket-root;6594">#6594</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 46 57 47 58 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.