Changeset 6549833
- Timestamp:
- 03/27/2005 03:33:50 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:
- 524ce73
- Parents:
- daaaf87
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdaaaf87 r6549833 1 <!ENTITY day "2 6">1 <!ENTITY day "27"> 2 2 <!ENTITY month "03"> 3 3 <!ENTITY year "2005"> -
general/genlib/glib.xml
rdaaaf87 r6549833 9 9 <!ENTITY GLib-md5sum "6fe30dad87c77b91b632def29dd69ef9"> 10 10 <!ENTITY GLib-size "412 KB"> 11 <!ENTITY GLib-buildsize " 7MB">12 <!ENTITY GLib-time "0. 26SBU">11 <!ENTITY GLib-buildsize "6.4 MB"> 12 <!ENTITY GLib-time "0.19 SBU"> 13 13 ]> 14 14 … … 20 20 <?dbhtml filename="glib.html"?> 21 21 <title>GLib-&GLib-version;</title> 22 <indexterm zone="GLib"> 23 <primary sortas="a-GLib-1">GLib-1</primary></indexterm> 22 24 23 25 <sect2> … … 45 47 <sect3><title>Additional downloads</title> 46 48 <itemizedlist spacing='compact'> 47 <listitem><para>Required Patch (when using 48 <application>GCC</application>-3.4.x): <ulink 49 <listitem><para>Required Patch: <ulink 49 50 url="&patch-root;/glib-&GLib-version;-gcc34-1.patch"/></para></listitem> 50 51 </itemizedlist></sect3> … … 60 61 <screen><userinput><command>patch -Np1 -i ../glib-&GLib-version;-gcc34-1.patch && 61 62 ./configure --prefix=/usr && 62 make && 63 make install && 63 make</command></userinput></screen> 64 65 <para>Now, as the root user:</para> 66 67 <screen><userinput role='root'><command>make install && 64 68 chmod -v 755 /usr/lib/libgmodule-1.2.so.0.0.10</command></userinput></screen> 65 69 … … 69 73 <title>Contents</title> 70 74 71 <para>The <application>glib</application> package contains 72 <filename>libglib-1.2</filename> libraries.</para> 75 <segmentedlist> 76 <segtitle>Installed Programs</segtitle> 77 <segtitle>Installed Libraries</segtitle> 78 <segtitle>Installed Directories</segtitle> 73 79 74 </sect2> 80 <seglistitem> 81 <seg>glib-config</seg> 82 <seg>libglib.[so,a], libgmodule.[so,a] and libgthread.[so,a]</seg> 83 <seg>/usr/include/glib-1.2 and /usr/lib/glib</seg> 84 </seglistitem> 85 </segmentedlist> 75 86 76 <sect2><title>Description</title> 87 <variablelist> 88 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 89 <?dbfo list-presentation="list"?> 77 90 78 <sect3><title>GLib libraries</title> 79 <para><application>GLib</application> libraries contain a low-level core 80 library for the <application><acronym>GIMP</acronym></application> 81 Toolkit.</para></sect3> 91 <varlistentry id="glib-config"> 92 <term><command>glib-config</command></term> 93 <listitem><para>is a tool that is used by <command>configure</command> scripts 94 to determine the compiler and linker flags that should be used to compile and 95 link programs that use <application>GLib</application>.</para> 96 <indexterm zone="GLib glib-config"> 97 <primary sortas="b-glib-config">glib-config</primary> 98 </indexterm></listitem> 99 </varlistentry> 100 101 <varlistentry id="libglib"> 102 <term><filename class='libraryfile'>libglib.[so,a]</filename></term> 103 <listitem><para>libraries contain a low-level core library for the 104 <application><acronym>GIMP</acronym></application> Toolkit.</para> 105 <indexterm zone="GLib libglib"> 106 <primary sortas="c-libglib">libglib.[so,a]</primary> 107 </indexterm></listitem> 108 </varlistentry> 109 </variablelist> 82 110 83 111 </sect2> -
general/prog/doxygen.xml
rdaaaf87 r6549833 9 9 <!ENTITY doxygen-md5sum "b0ea863bb3ccc757264f784a36519ddb"> 10 10 <!ENTITY doxygen-size "2.7 MB"> 11 <!ENTITY doxygen-buildsize " 48.2 MB">12 <!ENTITY doxygen-time "1. 77 SBU (includes building documentation)">11 <!ENTITY doxygen-buildsize "39.7 MB (additional 8.5 MB to build and install docs and <command>doxywizard</command>)"> 12 <!ENTITY doxygen-time "1.26 SBU (additional 0.50 SBU to build docs and <command>doxywizard</command>)"> 13 13 ]> 14 14 … … 90 90 <screen><userinput role='root'><command>make docs && 91 91 make pdf && 92 install - d -m755 /usr/share/doc/doxygen/src &&93 install - m644 src/translator{,_adapter,_en}.h \92 install -v -d -m755 /usr/share/doc/doxygen/src && 93 install -v -m644 src/translator{,_adapter,_en}.h \ 94 94 /usr/share/doc/doxygen/src && 95 install - m644 VERSION /usr/share/doc/doxygen &&95 install -v -m644 VERSION /usr/share/doc/doxygen && 96 96 make install_docs</command></userinput></screen> 97 97 … … 134 134 <segmentedlist> 135 135 <segtitle>Installed Programs</segtitle> 136 <segtitle>Installed Libraries</segtitle> 136 137 <segtitle>Installed Directory</segtitle> 138 137 139 <seglistitem> 138 140 <seg>doxygen, doxytag and doxywizard</seg> 141 <seg>None</seg> 139 142 <seg>/usr/share/doc/doxygen</seg> 140 143 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.