Changeset 1604a5bd
- Timestamp:
- 04/15/2005 10:45:20 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ba59340
- Parents:
- 520d0fe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/lcms.xml
r520d0fe r1604a5bd 9 9 <!ENTITY lcms-md5sum "5a803460aeb10e762d97e11a37462a69"> 10 10 <!ENTITY lcms-size "654 KB"> 11 <!ENTITY lcms-buildsize " 28MB">12 <!ENTITY lcms-time "0. 20 SBU">11 <!ENTITY lcms-buildsize "18.4 MB"> 12 <!ENTITY lcms-time "0.34 SBU (includes building the Python module)"> 13 13 ]> 14 14 … … 20 20 <?dbhtml filename="lcms.html"?> 21 21 <title>lcms-&lcms-version;</title> 22 <indexterm zone="lcms"> 23 <primary sortas="a-Lcms">Lcms</primary></indexterm> 22 24 23 25 <sect2> … … 41 43 </sect3> 42 44 45 <sect3><title>Additional downloads</title> 46 <itemizedlist spacing='compact'> 47 <listitem><para>Required patch (if building the 48 <application>Python</application> module): <ulink 49 url="&patch-root;/lcms-&lcms-version;-gcc343-1.patch"/></para></listitem> 50 </itemizedlist> 51 </sect3> 52 43 53 <sect3><title><application>lcms</application> dependencies</title> 44 54 <sect4><title>Optional</title> … … 58 68 commands:</para> 59 69 60 <screen><userinput><command>./configure --prefix=/usr && 61 make && 62 make install</command></userinput></screen> 70 <screen><userinput><command>patch -Np1 -i ../lcms-&lcms-version;-gcc343-1.patch && 71 ./configure --prefix=/usr && 72 make</command></userinput></screen> 73 74 <para>Now, as the root user:</para> 75 76 <screen><userinput role='root'><command>make install && 77 install -v -m755 -d /usr/share/doc/lcms-&lcms-version; && 78 install -v -m644 doc/* /usr/share/doc/lcms-&lcms-version;</command></userinput></screen> 63 79 64 80 </sect2> … … 67 83 <title>Contents</title> 68 84 69 <para>The lcms package contains the 70 <filename class="libraryfile">liblcms</filename> libraries, 71 <command>icc2ps</command>, <command>icclink</command>, 72 <command>icctrans</command>, <command>wtpt</command> and optionally, 73 <command>tifficc</command>, <command>jpegicc</command> and the 74 <filename class="libraryfile">lcms</filename> Python module.</para> 85 <segmentedlist> 86 <segtitle>Installed Programs</segtitle> 87 <segtitle>Installed Libraries</segtitle> 88 <segtitle>Installed Directory</segtitle> 75 89 76 </sect2> 90 <seglistitem> 91 <seg>icc2ps, icclink, icctrans, wtpt and optionally, tifficc and jpegicc</seg> 92 <seg>liblcms.[so,a] and the optional _lcms.so Python module</seg> 93 <seg>/usr/share/doc/lcms-&lcms-version;</seg> 94 </seglistitem> 95 </segmentedlist> 77 96 78 <sect2><title>Description</title> 97 <variablelist> 98 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 99 <?dbfo list-presentation="list"?> 79 100 80 <sect3><title>liblcms library</title> 81 <para>The <filename class="libraryfile">liblcms</filename> libraries are used 82 by other programs to provide color management facilities.</para></sect3> 101 <varlistentry id="icc2ps"> 102 <term><command>icc2ps</command></term> 103 <listitem><para>generates PostScript <acronym>CRD</acronym> or 104 <acronym>CSA</acronym> from <acronym>ICC</acronym> profiles.</para> 105 <indexterm zone="lcms icc2ps"> 106 <primary sortas="b-icc2ps">icc2ps</primary> 107 </indexterm></listitem> 108 </varlistentry> 83 109 84 <sect3><title>icc2ps</title> 85 <para><command>icc2ps</command> generates PostScript 86 <acronym>CRD</acronym> or <acronym>CSA</acronym> from 87 <acronym>ICC</acronym> profiles.</para></sect3> 110 <varlistentry id="icclink"> 111 <term><command>icclink</command></term> 112 <listitem><para>links two or more profiles into a single device link 113 profile.</para> 114 <indexterm zone="lcms icclink"> 115 <primary sortas="b-icclink">icclink</primary> 116 </indexterm></listitem> 117 </varlistentry> 88 118 89 <sect3><title>icclink</title> 90 <para><command>icclink</command> links two or more profiles into a 91 single device link profile.</para></sect3> 119 <varlistentry id="icctrans"> 120 <term><command>icctrans</command></term> 121 <listitem><para>is a color space conversion calculator.</para> 122 <indexterm zone="lcms icctrans"> 123 <primary sortas="b-icctrans">icctrans</primary> 124 </indexterm></listitem> 125 </varlistentry> 92 126 93 <sect3><title>icctrans</title> 94 <para><command>icctrans</command> is a Color Space conversion 95 calculator.</para></sect3> 127 <varlistentry id="wtpt"> 128 <term><command>wtpt</command></term> 129 <listitem><para>shows media white of profiles, identifying black body 130 locus.</para> 131 <indexterm zone="lcms wtpt"> 132 <primary sortas="b-wtpt">wtpt</primary> 133 </indexterm></listitem> 134 </varlistentry> 96 135 97 <sect3><title>wtpt</title> 98 <para><command>wtpt</command> shows media white of profiles, identifying 99 black body locus.</para></sect3> 136 <varlistentry id="tifficc"> 137 <term><command>tifficc</command></term> 138 <listitem><para>is an <acronym>ICC</acronym> profile applier for 139 <acronym>TIFF</acronym> files.</para> 140 <indexterm zone="lcms tifficc"> 141 <primary sortas="b-tifficc">tifficc</primary> 142 </indexterm></listitem> 143 </varlistentry> 100 144 101 <sect3><title>tifficc</title> 102 <para><command>tifficc</command> is an <acronym>ICC</acronym> profile 103 applier for <acronym>TIFF</acronym> files.</para></sect3> 145 <varlistentry id="jpegicc"> 146 <term><command>jpegicc</command></term> 147 <listitem><para>is an <acronym>ICC</acronym> profile applier for 148 <acronym>JPEG</acronym> files.</para> 149 <indexterm zone="lcms jpegicc"> 150 <primary sortas="b-jpegicc">jpegicc</primary> 151 </indexterm></listitem> 152 </varlistentry> 104 153 105 <sect3><title>jpegicc</title> 106 <para><command>jpegicc</command> is an <acronym>ICC</acronym> profile 107 applier for <acronym>JPEG</acronym> files.</para></sect3> 154 <varlistentry id="liblcms"> 155 <term><filename class='libraryfile'>liblcms.[so,a]</filename></term> 156 <listitem><para>is used by the <application>lcms</application> programs as 157 well as other programs to provide color management facilities.</para> 158 <indexterm zone="lcms liblcms"> 159 <primary sortas="c-liblcms">liblcms.[so,a]</primary> 160 </indexterm></listitem> 161 </varlistentry> 162 </variablelist> 108 163 109 164 </sect2> -
introduction/welcome/changelog.xml
r520d0fe r1604a5bd 25 25 <listitem><para>April 15th, 2005 [randy]: Updated to libsoup-2.2.3 and 26 26 Samba-3.0.14a; added documentation installation commands to the LZO 27 instructions.</para></listitem> 27 instructions; added a patch to fix a build issue, added documentation 28 installation commands, updated build entities and added indexing tags to the 29 lcms instructions.</para></listitem> 28 30 29 31 <listitem><para>April 14th, 2005 [randy]: Updated to libxklavier-2.0 and
Note:
See TracChangeset
for help on using the changeset viewer.