Changeset 4c2be438 for general/genlib


Ignore:
Timestamp:
05/01/2012 12:35:38 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
68d01360
Parents:
4db1ba6
Message:

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

Location:
general/genlib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/json-glib.xml

    r4db1ba6 r4c2be438  
    6565    </para>
    6666
     67    <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
     68    <para role="optional">
     69      <xref linkend="gobject-introspection"/>
     70    </para>
     71
    6772    <bridgehead renderas="sect4">Optional</bridgehead>
    6873    <para role="optional">
    69       <xref linkend="gobject-introspection"/>
    70       (Required if building GNOME) and
    7174      <xref linkend="gtk-doc"/>
    7275    </para>
  • general/genlib/libunique.xml

    r4db1ba6 r4c2be438  
    55  %general-entities;
    66
    7   <!ENTITY libunique-download-http "&gnome-download-http;/libunique/3.0/libunique-&libunique-version;.tar.bz2">
    8   <!ENTITY libunique-download-ftp  "&gnome-download-ftp;/libunique/3.0/libunique-&libunique-version;.tar.bz2">
    9   <!ENTITY libunique-md5sum        "89c3f88c9bfc35b3f13fa2b7bda0c354">
    10   <!ENTITY libunique-size          "335 KB">
    11   <!ENTITY libunique-buildsize     "4.9 MB">
    12   <!ENTITY libunique-time          "0.1 SBU">
     7  <!ENTITY libunique-download-http "&gnome-download-http;/libunique/3.0/libunique-&libunique-version;.tar.xz">
     8  <!ENTITY libunique-download-ftp  "&gnome-download-ftp;/libunique/3.0/libunique-&libunique-version;.tar.xz">
     9  <!ENTITY libunique-md5sum        "a52dfbd0fee80f645b74227ade4f01ee">
     10  <!ENTITY libunique-size          "288 KB">
     11  <!ENTITY libunique-buildsize     "5.2 MB">
     12  <!ENTITY libunique-time          "0.2 SBU">
    1313]>
    1414
     
    3333    library for writing single instance applications.</para>
    3434
    35     &lfs70_built;
     35    &lfs70_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para role="required"><xref linkend="gtk3"/></para>
     62    <para role="required">
     63      <xref linkend="gtk3"/>
     64    </para>
     65
     66    <bridgehead renderas="sect4">Recommended</bridgehead>
     67    <para role="recommended">
     68      <xref linkend="gobject-introspection"/>
     69    </para>
    6370
    6471    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para role="optional"><xref linkend="dbus-glib"/>,
    66     <xref linkend="gobject-introspection"/>, and
    67     <xref linkend="gtk-doc"/></para>
     72    <para role="optional">
     73      <xref linkend="gtk-doc"/>
     74    </para>
    6875
    6976    <para condition="html" role="usernotes">User Notes:
     
    7683    <para>Install <application>libunique</application> by running the following
    7784    commands:</para>
    78 <!--
    79 <screen><userinput>sed -i '/DG_DISABLE_DEPRECATED/d' unique/Makefile.in &amp;&amp;
    80 ./configure \-\-prefix=/usr \-\-disable-static &amp;&amp;
    81 sed -i 's#  -Werror ##' unique/dbus/Makefile &amp;&amp;-->
     85
    8286<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8387make</userinput></screen>
     
    9397  <sect2 role="commands">
    9498    <title>Command Explanations</title>
    95     <!--
    96     <para><command>sed -i '/DG_DISABLE_DEPRECATED/d' ...</command>:
    97     <application>Libunique</application> uses functions that are deprecated in
    98     the current version of <application>Glib</application>. This sed allows it
    99     to compile using those deprecated functions.</para>
    100 
    101     <para><command>sed -i 's#  -Werror ##' ...</command>: This sed disables
    102     treating warnings as errors in the Makefile that deals with dbus.</para>
    103     -->
    10499
    105100    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106101    href="../../xincludes/gtk-doc-rebuild.xml"/>
     102
    107103  </sect2>
    108104
     
    111107
    112108    <segmentedlist>
    113       <segtitle>Installed Programs</segtitle>
    114109      <segtitle>Installed Library</segtitle>
    115110      <segtitle>Installed Directories</segtitle>
    116111
    117112      <seglistitem>
    118         <seg>None</seg>
    119         <seg>libunique-3.0.so</seg>
    120         <seg>/usr/{include/unique-3.0/unique,share/gtk-doc/html/unique-3.0}</seg>
     113        <seg>
     114          libunique-3.0.so
     115        </seg>
     116        <seg>
     117          /usr/include/unique-3.0 and /usr/share/gtk-doc/html/unique-3.0
     118        </seg>
    121119      </seglistitem>
    122120    </segmentedlist>
     
    137135        </listitem>
    138136      </varlistentry>
     137
    139138    </variablelist>
     139
    140140  </sect2>
     141
    141142</sect1>
  • general/genlib/telepathy-glib.xml

    r4db1ba6 r4c2be438  
    7575      <xref linkend="gobject-introspection"/> and
    7676      <xref linkend="vala"/>
    77       (Required if building GNOME)
    7877    </para>
    7978
  • general/genlib/telepathy-logger.xml

    r4db1ba6 r4c2be438  
    7272    <para role="recommended">
    7373      <xref linkend="gobject-introspection"/>
    74       (Required if building GNOME)
    7574    </para>
    7675
Note: See TracChangeset for help on using the changeset viewer.