Changeset 50d2046


Ignore:
Timestamp:
03/17/2008 03:09:51 PM (16 years ago)
Author:
Alexander E. Patrakov <alexander@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
0a2792d
Parents:
ab94a1f
Message:

Updated MCS due to the old version being no longer available for download
and moved it to General Libraries. Added Mowgli as a dependency.

Audacious (the only package that uses MCS) works and can store its
configuration in plain files and kconfig. GConf is not tested.

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

Files:
1 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    rab94a1f r50d2046  
    44-->
    55
    6 <!ENTITY day          "16">                   <!-- Always 2 digits -->
     6<!ENTITY day          "17">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    131131<!ENTITY libgcrypt-version            "1.2.4">
    132132<!ENTITY libksba-version              "1.0.2">
     133<!ENTITY Mowgli-version               "0.6.1">
     134<!ENTITY mcs-version                  "0.7.0">
    133135
    134136<!-- Obsolete
     
    197199<!ENTITY dbus-version                 "1.0.2">
    198200<!ENTITY hal-version                  "0.5.9.1">
    199 <!ENTITY mcs-version                  "0.4.1">
    200201
    201202<!-- Chapter 12 -->
  • general/genlib/genlib.xml

    rab94a1f r50d2046  
    7878  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgcrypt.xml"/>
    7979  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libksba.xml"/>
     80  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mowgli.xml"/>
     81  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mcs.xml"/>
    8082
    8183  <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ispell.xml"/> -->
  • general/genlib/mcs.xml

    rab94a1f r50d2046  
    55  %general-entities;
    66
    7   <!ENTITY mcs-download-http "http://sacredspiral.co.uk/~nenolod/mcs/mcs-&mcs-version;.tgz">
     7  <!ENTITY mcs-download-http "http://distfiles.atheme.org/libmcs-&mcs-version;.tgz">
    88  <!ENTITY mcs-download-ftp  " ">
    9   <!ENTITY mcs-md5sum        "d09b42e9d51ea32c6326f0bbcad86c9e">
    10   <!ENTITY mcs-size          "62 KB">
    11   <!ENTITY mcs-buildsize     "1.1 MB">
     9  <!ENTITY mcs-md5sum        "0f0c779609b3481a79937c2e86660a99">
     10  <!ENTITY mcs-size          "103 KB">
     11  <!ENTITY mcs-buildsize     "1.3 MB">
    1212  <!ENTITY mcs-time          "less than 0.1 SBU">
    1313]>
     
    6262    <bridgehead renderas="sect3">mcs Dependencies</bridgehead>
    6363
     64    <bridgehead renderas="sect4">Required</bridgehead>
     65    <para role="required"><xref linkend="Mowgli"/></para>
     66
    6467    <bridgehead renderas="sect4">Optional</bridgehead>
    6568    <para role="optional"><xref linkend="GConf"/> and
     
    7780    running the following commands:</para>
    7881
    79 <screen><userinput>sed -i 's|libmcs|../../&amp;|' src/backends/kconfig/kconfig.cc &amp;&amp;
    80 
    81 ./configure --prefix=/usr &amp;&amp;
     82<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8283make</userinput></screen>
    8384
     
    9495    <title>Command Explanations</title>
    9596
    96     <para><option>--enable-gconf</option>: Use this option if you have
    97     <application>GConf</application> installed and wish to build the
    98     <application>GConf</application> backend.</para>
    99 
    100     <para><option>--enable-kconfig</option>: Use this option if you have
    101     <application>kdelibs</application> installed and wish to build the
    102     <application>KConfig</application> backend. If KDE and/or
    103     <application>Qt</application> are not installed in
    104     <filename class='directory'>/usr</filename>, you must pass additional
    105     parameters to the <command>configure</command> script to identify the
    106     location of the libraries and interface headers (e.g.,
    107     <option>LDFLAGS=-L/opt/kde/lib</option>
    108     <option>CXXFLAGS="-I/opt/kde/include -I/opt/qt/include"</option>. It is
    109     not necessary to identify the location of the
    110     <application>Qt</application> libraries.</para>
     97    <para><option>--with-qt-path=/usr/share/qt</option>: If you have
     98    <xref linkend="kdelibs"/> installed, you must pass
     99    additional parameters to the <command>configure</command> script to
     100    identify the location of Qt and, possibly, KDE libraries and interface
     101    headers.</para>
    111102
    112103    <para>For additional information about the various storage backends
     
    120111
    121112    <para>There are various ways to configure <application>mcs</application>
    122     to use a specific backend on a site-wide or individual user basis. See
    123     section 2 of the <filename>README</filename> file in the source tree for
    124     details.</para>
     113    to use a specific backend on a site-wide or individual user basis. If the
     114    default file-based storage backend is suitable, no configuration steps are
     115    required.See section 2 of the <filename>README</filename> file in the
     116    source tree for details. </para>
    125117
    126118  </sect2>
  • general/sysutils/sysutils.xml

    rab94a1f r50d2046  
    3535  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="dbus.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hal.xml"/>
    37   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mcs.xml"/>
    3837
    3938</chapter>
  • introduction/welcome/changelog.xml

    rab94a1f r50d2046  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>March 17th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[alexander] - Updated MCS to version 0.7.0.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[alexander] - Added Mowgli-0.6.1.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4355
    4456    <listitem>
Note: See TracChangeset for help on using the changeset viewer.