Changeset 0913f48 for general/genlib


Ignore:
Timestamp:
03/30/2012 07:22:43 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:
fcf1326d
Parents:
8500ee0
Message:

gdk-pixbuf 2.26.0, cogl, gobject-introspection, glib and vala instruction fixes

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

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r8500ee0 r0913f48  
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    6767    <para role="required"><xref linkend="libffi"/> and <xref linkend="python2"/>
    68     <!--<para role="required"><xref linkend="pkgconfig"/> -->
    6968    </para>
    7069
     
    148147    architecture dependent header file where programs can find it.</para>
    149148
    150     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    151     href="../../xincludes/gtk-doc-rebuild.xml"/>
    152 
    153149    <para><parameter>--with-pcre=system</parameter>: This parameter causes the
    154150    build to use a system-provided version of the
    155151    <application>PCRE</application> library instead of an internal
    156152    version.</para>
     153
     154    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     155    href="../../xincludes/gtk-doc-rebuild.xml"/>
    157156
    158157  </sect2>
     
    196195
    197196      <seglistitem>
    198         <seg>gdbus, gdbus-codegen, gio-querymodules,
    199         glib-compile-resources, glib-compile-schemas,
    200         glib-genmarshal, glib-gettextize, glib-mkenums,
    201         gobject-query, gresource, gsettings, gtester
    202         and gtester-report</seg>
    203         <seg>libgio-2.0.so, libglib-2.0.so, libgmodule-2.0.so,
    204         libgobject-2.0.so, libgthread-2.0.so and libgiofam.so</seg>
    205         <seg>/usr/{include/{gio-unix-2.0/gio,glib-2.0/{gio,glib,gobject}},
    206         lib/{gdbus-2.0/codegen,gio/modules,glib-2.0/include},share/
    207         {gdb/auto-load,glib-2.0/{gdb,gettext/po},gtk-doc/html/
    208         {gio,glib,gobject}}}</seg>
     197        <seg>
     198          gdbus, gdbus-codegen, gio-querymodules,
     199          glib-compile-resources, glib-compile-schemas,
     200          glib-genmarshal, glib-gettextize, glib-mkenums,
     201          gobject-query, gresource, gsettings, gtester
     202          and gtester-report
     203        </seg>
     204
     205        <seg>
     206          libgio-2.0.so, libglib-2.0.so, libgmodule-2.0.so,
     207          libgobject-2.0.so, libgthread-2.0.so and libgiofam.so
     208        </seg>
     209
     210        <seg>
     211          /usr/include/{gio-unix-2.0/gio,glib-2.0/{gio,glib,gobject}},
     212          /usr/lib/{gdbus-2.0/codegen,gio/modules,glib-2.0/include},
     213          /usr/share/glib-2.0/{gdb,gettext/po} and
     214          /usr/share/gtk-doc/html/{gio,glib,gobject}
     215        </seg>
    209216      </seglistitem>
    210217    </segmentedlist>
  • general/genlib/gobject-introspection.xml

    r8500ee0 r0913f48  
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required">
    64       <xref linkend="libffi"/>,
    65       <xref linkend="pkgconfig"/> and
    66       <xref linkend="python2"/>
    67     </para>
     63    <para role="required"><xref linkend="pkgconfig"/></para>
    6864
    6965    <bridgehead renderas="sect4">Optional</bridgehead>
     
    120116
    121117      <seglistitem>
    122 
    123118        <seg>
    124119          g-ir-annotation-tool, g-ir-compiler, g-ir-generate and g-ir-scanner
     
    129124        </seg>
    130125       
    131         <seg>/usr/include/gobject-introspection-1.0,
    132              /usr/lib/{girepository-1.0,gobject-introspection/giscanner},
    133              /usr/lib/share/{gir-1.0,gobject-introspection-1.0/tests,
    134             gtk-doc/html/gi}
     126        <seg>
     127          /usr/include/gobject-introspection-1.0,
     128          /usr/lib/{girepository-1.0,gobject-introspection/giscanner},
     129          /usr/share/{gir-1.0,gobject-introspection-1.0/tests} and
     130          /usr/share/gtk-doc/html/gi
    135131        </seg>
    136132      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.