Changeset 1accff3c


Ignore:
Timestamp:
10/14/2017 08:41:09 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
4d89757
Parents:
ac1fadc
Message:

Remove colord-1.2. Fixes #9642.

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

Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rac1fadc r1accff3c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 13th, &year;">
     9<!ENTITY releasedate  "October 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/colord.xml

    rac1fadc r1accff3c  
    55  %general-entities;
    66
    7   <!ENTITY colord-download-http
    8            "https://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
     7  <!ENTITY colord-download-http "https://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    98  <!ENTITY colord-download-ftp  " ">
    10   <!ENTITY colord-md5sum        "80b106ba18a43c7eeaf2d9a2b8c5725b">
     9  <!ENTITY colord-md5sum        "a8e7fcf0a45383ca7a65cef91ca5e019">
    1110  <!ENTITY colord-size          "1.2 MB">
    12   <!ENTITY colord-buildsize     "37 MB (without tests)">
    13   <!ENTITY colord-time          "0.4 SBU (without tests)">
     11  <!ENTITY colord-buildsize     "44 MB (with tests)">
     12  <!ENTITY colord-time          "0.7 SBU (with tests)">
    1413]>
    1514
    16 <sect1 id="colord" xreflabel="Colord-&colord-version;">
     15<sect1 id="colord" xreflabel="colord-&colord-version;" revision="systemd">
    1716  <?dbhtml filename="colord.html"?>
    1817
     
    2524
    2625  <indexterm zone="colord">
    27     <primary sortas="a-Colord">Colord</primary>
     26    <primary sortas="a-colord">Colord</primary>
    2827  </indexterm>
    2928
     
    3231
    3332    <para>
    34       <application>Colord</application> is a system activated daemon that
    35       maps devices to color profiles. It is used by
     33      <application>Colord</application> is a system service that makes it easy
     34      to manage, install, and generate color profiles. It is used mainly by
    3635      <application>GNOME Color Manager</application> for system integration
    37       and use when there are no users logged in.
     36      and use when no users are logged in.
    3837    </para>
    3938
     
    8483    </para>
    8584
    86     <bridgehead renderas="sect4">Required (for the tests)</bridgehead>
    87     <para role="required">
    88       <xref linkend="valgrind"/>
    89     </para>
    90 
    9185    <bridgehead renderas="sect4">Recommended</bridgehead>
    9286    <para role="recommended">
     
    9488      <xref linkend="libgudev"/>,
    9589      <xref linkend="libgusb"/>,
    96       <xref linkend="polkit"/>,<phrase revision="sysv"> and</phrase>
    97       <phrase revision="systemd"><xref linkend="systemd"/>, and</phrase>
     90      <xref linkend="polkit"/>,
     91      <xref linkend="systemd"/>, and
    9892      <xref linkend="vala"/>
    9993    </para>
     
    107101      <xref linkend="libxslt"/>,
    108102      <xref linkend="sane"/>,
    109       <ulink url="http://www.argyllcms.com/">ArgllCMS</ulink>, and
    110       <ulink url="http://bash-completion.alioth.debian.org/">Bash Completion</ulink>,
    111     </para>
    112 
    113     <para condition="html" role="usernotes">User Notes:
    114       <ulink url="&blfs-wiki;/colord"/>
     103      <ulink url="http://www.argyllcms.com/">ArgLLCMS</ulink>, and
     104      <ulink url="https://github.com/scop/bash-completion/">Bash Completion</ulink>
     105    </para>
     106
     107    <para condition="html" role="usernotes">
     108      User Notes: <ulink url="&blfs-wiki;/colord"/>
    115109    </para>
    116110  </sect2>
     
    118112  <sect2 role="installation">
    119113    <title>Installation of Colord</title>
    120 
    121     <para>
    122       There should be a dedicated user and group to take control
    123       of the <command>colord</command> daemon after it is started.
    124       Issue the following commands as the
     114   
     115    <warning>
     116      <para>
     117        This package will overwrite any previous version of Colord that you
     118        may have on your system. This package is a development version
     119        and is only intended to be used by gnome-color-manager at this time.
     120      </para>
     121    </warning>
     122
     123    <para>
     124      There should be a dedicated user and group to take control of the colord
     125      daemon after it has started. Issue the following commands as the
    125126      <systemitem class="username">root</systemitem> user:
    126127    </para>
     
    135136    </para>
    136137
    137 <screen revision="sysv"><userinput>./configure --prefix=/usr                \
    138             --sysconfdir=/etc            \
    139             --localstatedir=/var         \
    140             --with-daemon-user=colord    \
    141             --enable-vala                \
    142             --enable-systemd-login=no    \
    143             --disable-argyllcms-sensor   \
    144             --disable-bash-completion    \
    145             --disable-static             \
    146             --with-systemdsystemunitdir=no &amp;&amp;
    147 make</userinput></screen>
    148 
    149 <screen revision="systemd"><userinput>./configure --prefix=/usr                \
    150             --sysconfdir=/etc            \
    151             --localstatedir=/var         \
    152             --with-daemon-user=colord    \
    153             --enable-vala                \
    154             --disable-argyllcms-sensor   \
    155             --disable-bash-completion    \
     138<screen><userinput>./configure --prefix=/usr              \
     139            --sysconfdir=/etc          \
     140            --localstatedir=/var       \
     141            --with-daemon-user=colord  \
     142            --enable-vala              \
     143            --enable-daemon            \
     144            --enable-session-helper    \
     145            --enable-libcolordcompat   \
     146            --disable-rpath            \
     147            --disable-argyllcms-sensor \
     148            --disable-bash-completion  \
    156149            --disable-static &amp;&amp;
    157150make</userinput></screen>
     
    164157
    165158    <para>
    166       To test the results, issue: <command>make -k check</command>. For unknown
    167       reasons, some tests may fail. Note that the system-wide
    168       <application>D-Bus</application> daemon must be running or the tests
    169       will fail.
     159      To test the results, issue: <command>make -k check</command>.
     160      At least one test,
     161      <filename>./lib/colord/.libs/lt-cd-test-daemon</filename>, may fail.
     162      The test suite must be run after the package is installed, and the
     163      system-wide D-Bus Daemon must be running.
    170164    </para>
    171165
     
    176170
    177171    <para>
    178       <parameter>--with-daemon-user=colord</parameter>: This
    179       switch is used so the <command>colord</command> daemon
    180       will run as an unprivileged user instead of
     172      <parameter>--with-daemon-user=colord</parameter>: This switch is used
     173      so the colord daemon will run as an unprivileged user instead of the
    181174      <systemitem class="username">root</systemitem> user.
    182175    </para>
    183176
    184177    <para>
    185       <parameter>--enable-vala</parameter>: This switch enables
    186       building of the Vala bindings. Remove if you don't
    187       have <xref linkend="vala"/> installed.
    188     </para>
    189 
    190     <para revision="sysv">
    191       <parameter>--enable-systemd-login=no</parameter>: This parameter fixes
    192       building without <application>systemd</application>, which is not part
    193       of LFS/BLFS. If you use <application>systemd</application>,
    194       replace "no" by "yes".
    195     </para>
    196 
    197     <para>
    198       <parameter>--disable-argyllcms-sensor</parameter>: Disables <ulink
    199       url="http://www.argyllcms.com/">ArgllCMS</ulink> sensor driver.
    200     </para>
    201 
    202     <para>
    203       <parameter>--disable-bash-completion</parameter>: This switch
    204       disables <application>Bash Completion</application>
    205       support for <application>Colord</application> apps.
     178      <parameter>--enable-vala</parameter>: This switch enables building the
     179      <application>Vala</application> bindings. Remove if you don't have
     180      <xref linkend="vala"/> installed.
     181    </para>
     182
     183    <para>
     184      <parameter>--enable-daemon</parameter>: This switch enables building
     185      the <application>Colord</application> daemon.
     186    </para>
     187
     188    <para>
     189      <parameter>--enable-session-helper</parameter>: This switch enables
     190      building the session helper for <application>Colord</application>.
     191    </para>
     192
     193    <para>
     194      <parameter>--enable-libcolordcompat</parameter>: This switch enables
     195      building a compatibility library for older packages that use
     196      <application>Colord</application>.
     197    </para>
     198
     199    <para>
     200      <parameter>--disable-rpath</parameter>: This switch prevents the build
     201      process from hard-coding library paths into its executables.
     202    </para>
     203
     204    <para>
     205      <parameter>--disable-argyllcms-sensor</parameter>: This switch disables
     206      the ArgLLCMS sensor driver. Omit if you have
     207      <ulink url="http://www.argyllcms.com/">ArgLLCMS</ulink> installed
     208      and wish to use it.
     209    </para>
     210
     211    <para>
     212      <parameter>--disable-bash-completion</parameter>: This switch disables
     213      Bash Completion support for Colord applications.
    206214    </para>
    207215
     
    209217      href="../../xincludes/static-libraries.xml"/>
    210218
    211     <para revision="sysv">
    212       <parameter>--with-systemdsystemunitdir=no</parameter>: Disables
    213       attempting to build with systemd libraries.
    214     </para>
    215 
    216     <para>
    217       <option>--enable-gtk-doc</option>: Use this switch if
    218       <application>GTK-Doc</application> is installed and you wish to build
    219       and install the API documentation.
    220     </para>
     219    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     220    href="../../xincludes/gtk-doc-rebuild.xml"/>
    221221
    222222    <para>
     
    226226
    227227    <para>
    228       <option>--disable-udev</option>: Use this switch if you don't have GUdev
    229       installed.
     228      <option>--disable-udev</option>: Use this switch if you don't have
     229      <application>libgudev</application> installed.
    230230    </para>
    231231
    232232    <para>
    233233      <option>--disable-polkit</option>: Use this switch if you don't have
    234       <application>Polkit</application> installed.
     234      <application>polkit</application> installed.
    235235    </para>
    236236
     
    247247      <seglistitem>
    248248        <seg>
    249           cd-create-profile, cd-fix-profile, cd-iccdump, cd-it8, and colormgr
     249          cd-create-profile,
     250          cd-fix-profile,
     251          cd-iccdump,
     252          cd-it8, and
     253          colormgr
    250254        </seg>
    251255        <seg>
    252           libcolord.so, libcolordprivate.so, and libcolorhug.so
     256          libcolord.so,
     257          libcolordcompat.so,
     258          libcolordprivate.so, and
     259          libcolorhug.so
    253260        </seg>
    254261        <seg>
    255262          /usr/include/colord-1,
    256263          /usr/lib/colord-{plugins,sensors},
    257           /usr/share/color{,d},
     264          /usr/share/color{d},
    258265          /usr/share/gtk-doc/html/colord, and
    259266          /var/lib/colord
     
    267274      <?dbhtml list-presentation="table"?>
    268275
     276      <!-- If the program or library name conflicts (is the same) as the
     277      package name, add -prog or -lib to the varlistentry entity id
     278      and the 2nd entry of the indexterm zone entity -->
     279
    269280      <varlistentry id="cd-create-profile">
    270281        <term><command>cd-create-profile</command></term>
    271282        <listitem>
    272283          <para>
    273             is a Color Manager Profile Creation Tool.
     284            is the Color Manager Profile Creation Tool.
    274285          </para>
    275286          <indexterm zone="colord cd-create-profile">
     
    307318        <listitem>
    308319          <para>
    309             is a Color Manager Testing Tool.
     320            is the Color Manager Testing Tool.
    310321          </para>
    311322          <indexterm zone="colord cd-it8">
     
    319330        <listitem>
    320331          <para>
    321             is a text-mode program that allows you to interact with colord
    322             on the command line.
     332            is a text-mode program that allows you to interact with colord on
     333            the command line.
    323334          </para>
    324335          <indexterm zone="colord colormgr">
     
    328339      </varlistentry>
    329340
    330       <varlistentry id="libcolord">
     341      <varlistentry id="libcolord.so">
    331342        <term><filename class="libraryfile">libcolord.so</filename></term>
    332343        <listitem>
     
    334345            contains the <application>Colord</application> API functions.
    335346          </para>
    336           <indexterm zone="colord libcolord">
    337             <primary sortas="c-libcolord">libcolord.so</primary>
    338           </indexterm>
    339         </listitem>
    340       </varlistentry>
    341 
     347          <indexterm zone="colord libcolord.so">
     348            <primary sortas="c-libcolord.so">libcolord.so</primary>
     349          </indexterm>
     350        </listitem>
     351      </varlistentry>
     352
     353      <varlistentry id="libcolordcompat.so">
     354        <term><filename class="libraryfile">libcolordcompat.so</filename></term>
     355        <listitem>
     356          <para>
     357            contains legacy API functions for compatibility with older
     358            applications.
     359          </para>
     360          <indexterm zone="colord libcolordcompat.so">
     361            <primary sortas="c-libcolordcompat.so">libcolordcompat.so</primary>
     362          </indexterm>
     363        </listitem>
     364      </varlistentry>
     365
     366      <varlistentry id="libcolordprivate.so">
     367        <term><filename class="libraryfile">libcolordprivate.so</filename></term>
     368        <listitem>
     369          <para>
     370            contains internal API functions for the programs included with
     371            <application>Colord</application>.
     372          </para>
     373          <indexterm zone="colord libcolordprivate.so">
     374            <primary sortas="c-libcolordprivate.so">libcolordprivate.so</primary>
     375          </indexterm>
     376        </listitem>
     377      </varlistentry>
     378
     379      <varlistentry id="libcolorhug.so">
     380        <term><filename class="libraryfile">libcolorhug.so</filename></term>
     381        <listitem>
     382          <para>
     383            contains a simple display hardware colorimiter.
     384          </para>
     385          <indexterm zone="colord libcolorhug.so">
     386            <primary sortas="c-libcolorhug.so">libcolorhug.so</primary>
     387          </indexterm>
     388        </listitem>
     389      </varlistentry>
    342390    </variablelist>
    343 
    344391  </sect2>
    345 
    346392</sect1>
  • general/sysutils/sysutils.xml

    rac1fadc r1accff3c  
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bluez.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="colord.xml"/>
    27   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="colord1.xml"/>
    2827  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cpio.xml"/>
    2928
  • gnome/applications/gnome-color-manager.xml

    rac1fadc r1accff3c  
    7979    <para role="required">
    8080      <xref linkend="colord-gtk"/>,
    81       <xref linkend="colord1"/>,
     81      <xref linkend="colord"/>,
    8282      <xref linkend="gtk3"/>,
    8383      <xref linkend="itstool"/>,
  • introduction/welcome/changelog.xml

    rac1fadc r1accff3c  
    4343-->
    4444    <listitem>
     45      <para>October 14th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Remove colord-1.2. Fixes
     49          <ulink url="&blfs-ticket-root;9642">#9642</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 13th, 2017</para>
    4656      <itemizedlist>
  • packages.ent

    rac1fadc r1accff3c  
    254254<!ENTITY autofs-version               "5.1.3">
    255255<!ENTITY bluez-version                "5.47">
    256 <!ENTITY colord-version               "1.2.12">    <!-- Even minors only -->
    257 <!ENTITY colord1-version              "1.3.5">     <!-- See ticket #8061 -->
     256<!ENTITY colord-version               "1.3.5">
    258257<!ENTITY cpio-version                 "2.12">
    259258<!ENTITY cups-pk-helper-version       "0.2.6">
Note: See TracChangeset for help on using the changeset viewer.