Changeset b6a2a0e
- Timestamp:
- 12/16/2011 07:54:18 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 3338ba43
- Parents:
- 19cb9ad
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r19cb9ad rb6a2a0e 4 4 --> 5 5 6 <!ENTITY day "1 3"> <!-- Always 2 digits -->6 <!ENTITY day "16"> <!-- Always 2 digits --> 7 7 <!ENTITY month "12"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2011"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "December 1 3th, &year;">12 <!ENTITY releasedate "December 16th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 199 199 <!ENTITY nspr-version "4.8.9"> 200 200 <!ENTITY libffi-version "3.0.10"> 201 <!ENTITY gobject-introspection-version "0.6.14"> 201 <!-- gobject-introspection-version-1.30.0+ is incompatible with PyGObject--> 202 <!ENTITY gobject-introspection-version "1.29.17"> 202 203 <!ENTITY gir-repository-version "0.6.5"> 203 204 <!ENTITY libical-version "0.43"> … … 295 296 <!ENTITY sysstat-version "10.0.2"> 296 297 <!ENTITY apache-ant-version "1.8.1"> 297 <!ENTITY dbus-version "1.4. 0">298 <!ENTITY dbus-version "1.4.16"> 298 299 <!ENTITY hal-version "0.5.14"> 299 300 <!ENTITY udev-version "Installed LFS Version"> -
general/genlib/gobject-introspection.xml
r19cb9ad rb6a2a0e 5 5 %general-entities; 6 6 7 <!ENTITY gobject-introspection-download-http "&gnome-download-http;/gobject-introspection/0.6/gobject-introspection-&gobject-introspection-version;.tar.bz2"> 8 <!ENTITY gobject-introspection-download-ftp "&gnome-download-ftp;/gobject-introspection/0.6/gobject-introspection-&gobject-introspection-version;.tar.bz2"> 9 <!ENTITY gobject-introspection-md5sum "7ea9be9a347b5c408fd3c3907803de9b"> 10 <!ENTITY gobject-introspection-size "745 KB"> 11 <!ENTITY gobject-introspection-buildsize "20 MB"> 12 <!ENTITY gobject-introspection-time "0.4 SBU"> 7 <!-- Note gobject-introspection-1.30+ is incompatible with other BLFS packages--> 8 9 <!ENTITY gobject-introspection-download-http "&gnome-download-http;/gobject-introspection/1.29/gobject-introspection-&gobject-introspection-version;.tar.xz"> 10 <!ENTITY gobject-introspection-download-ftp "&gnome-download-ftp;/gobject-introspection/1.29/gobject-introspection-&gobject-introspection-version;.tar.xz"> 11 <!ENTITY gobject-introspection-md5sum "c4b040aca6fcb29a65cd17830cc2ba82"> 12 <!ENTITY gobject-introspection-size "1 MB"> 13 <!ENTITY gobject-introspection-buildsize "33 MB"> 14 <!ENTITY gobject-introspection-time "0.6 SBU"> 13 15 ]> 14 16 … … 34 36 format.</para> 35 37 36 &lfs 65_checked;38 &lfs70_checked; 37 39 38 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 59 61 60 62 <bridgehead renderas="sect4">Required</bridgehead> 61 <para role="required"><xref linkend="glib2"/>, 62 <xref linkend="libffi"/> or <xref linkend="gcc"/> (build Java so that 63 <filename class='libraryfile'>libffi</filename> is built), and 64 <xref linkend="python"/></para> 63 <para role="required"> 64 <xref linkend="glib2"/>, 65 <xref linkend="libffi"/> or <xref linkend="gcc"/> (build Java so that 66 <filename class='libraryfile'>libffi</filename> is built), and 67 <xref linkend="python"/> 68 </para> 65 69 66 70 <bridgehead renderas="sect4">Optional</bridgehead> 67 <para role="optional"><xref linkend="cairo"/> (Required for the tests) and 68 <xref linkend="gtk-doc"/></para> 71 <para role="optional"> 72 <xref linkend="cairo"/> (Required for the tests) and 73 <xref linkend="gtk-doc"/> 74 </para> 69 75 70 76 <para condition="html" role="usernotes">User Notes: … … 76 82 <title>Installation of gobject-introspection</title> 77 83 78 <note>79 <para>If you have Python-2.7 installed, issue the following command to80 prevent a build failure:</para>81 <screen><userinput>sed -i 's/Importer:/Importer(None, None):/' \82 giscanner/{sourcescanner,xmlwriter}.py</userinput></screen>83 </note>84 85 84 <para>Install <application>gobject-introspection</application> by running 86 85 the following commands:</para> 87 86 88 <screen><userinput>./configure --prefix=/usr \ 89 --disable-tests && 87 <screen><userinput>./configure --prefix=/usr --disable-tests && 90 88 make</userinput></screen> 91 89 … … 119 117 120 118 <seglistitem> 121 <seg>g-ir-compiler and g-ir-generate</seg> 119 120 <seg>g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool, g-ir-generate, 121 and g-ir-scanner</seg> 122 122 123 <seg>_giscanner.{so,a} and libgirepository-1.0.{so,a}</seg> 123 <seg>/usr/{include/gobject-introspection-1.0,lib/{girepository-1.0, 124 gobject-introspection/giscanner},share/{gir-1.0, 125 gobject-introspection-1.0}}</seg> 124 125 <seg>/usr/include/gobject-introspection-1.0, 126 /usr/lib/{girepository-1.0,gobject-introspection}, 127 /usr/lib/share/{gir-1.0,gobject-introspection-1.0} 128 </seg> 126 129 </seglistitem> 127 130 </segmentedlist> -
general/sysutils/dbus.xml
r19cb9ad rb6a2a0e 8 8 <!--<!ENTITY dbus-download-ftp "&gentoo-ftp-repo;/dbus-&dbus-version;.tar.gz">--> 9 9 <!ENTITY dbus-download-ftp " "> 10 <!ENTITY dbus-md5sum " f59618b18d2fb2bd1fce9e1c5a2a3282">11 <!ENTITY dbus-size "1. 7MB">12 <!ENTITY dbus-buildsize " 43 MB">13 <!ENTITY dbus-time "0. 4SBU">10 <!ENTITY dbus-md5sum "44a2a10678e7e50460879c3eb4453a65"> 11 <!ENTITY dbus-size "1.8 MB"> 12 <!ENTITY dbus-buildsize "83 MB"> 13 <!ENTITY dbus-time "0.5 SBU"> 14 14 ]> 15 15 … … 41 41 daemon).</para> 42 42 43 &lfs70_ built;43 &lfs70_checked; 44 44 45 45 <bridgehead renderas="sect3">Package Information</bridgehead> … … 68 68 69 69 <bridgehead renderas="sect4">Required</bridgehead> 70 <para role="required"><xref linkend="expat"/> (preferred) or <!-- both 71 <xref linkend="pkgconfig"/> and --> <xref linkend="libxml2"/></para> 70 <para role="required"> 71 <xref linkend="expat"/> (preferred) or 72 <xref linkend="libxml2"/> 73 </para> 72 74 73 75 <bridgehead renderas="sect4">Optional</bridgehead> 74 <para role="optional"><xref linkend="xorg7-lib"/> and 75 <xref linkend="doxygen"/> (to generate the API documentation)</para> 76 <para role="optional"> 77 <xref linkend="xorg7-lib"/>, 78 <xref linkend="dbus-glib"/> (to run tests), and 79 <xref linkend="doxygen"/> (to generate the API documentation) 80 </para> 76 81 77 82 <para>Note that the <command>configure</command> script will look for … … 105 110 system user and group to handle the system message bus activity:</para> 106 111 107 <screen role="root"><userinput>groupadd - fg 18 messagebus &&112 <screen role="root"><userinput>groupadd -g 18 messagebus && 108 113 useradd -c "D-BUS Message Daemon User" -d /dev/null \ 109 -u 18 -g messagebus -s /bin/false messagebus || [ $? == 9 ]</userinput></screen> 110 111 <para>This package's test suite cannot be run without passing additional 112 parameters to <command>configure</command> and exposing additional 113 functionality in the binaries. These interfaces are not intended to be 114 used in a production build of <application>D-BUS</application>, so it 115 will have to be built twice in this situation. If you would like to run 116 the unit tests, issue the following commands:</para> 117 118 <screen><userinput>./configure --enable-tests --enable-asserts && 119 make && 120 make check && 121 make distclean</userinput></screen> 122 123 <para>Note there has been a report that the tests may fail if running 124 inside a Midnight Commander shell.</para> 114 -u 18 -g messagebus -s /bin/false messagebus</userinput></screen> 125 115 126 116 <para>Install <application>D-BUS</application> by running the following … … 129 119 to the <command>configure</command> command shown below):</para> 130 120 131 <screen><userinput>./configure --prefix=/usr \132 --sysconfdir=/etc \121 <screen><userinput>./configure --prefix=/usr \ 122 --sysconfdir=/etc \ 133 123 --libexecdir=/usr/lib/dbus-1.0 \ 134 124 --localstatedir=/var && 135 125 make</userinput></screen> 136 126 137 <!-- D-Bus 1.2.24. Doxygen _still_ broken --> 138 139 <para>The <option>--enable-doxygen-docs</option> parameter does not work 127 <!-- 128 <para>The <option>- -enable-doxygen-docs</option> parameter does not work 140 129 properly. If you have <application>Doxygen</application> installed and you 141 130 wish to build the API documentation, issue 142 131 <command>doxygen</command>.</para> 132 --> 133 <para>See below for test instructions.</para> 143 134 144 135 <para>Now, as the <systemitem class="username">root</systemitem> … … 146 137 147 138 <screen role="root"><userinput>make install && 148 install -v -m755 -d /usr/share/doc/dbus-&dbus-version; && 149 install -v -m644 doc/{TODO,*.{dtd,html,xml,xsl,txt,c}} \ 150 /usr/share/doc/dbus-&dbus-version;</userinput></screen> 151 152 <para>If you built the API documentation, install it by issuing the 153 following commands as the <systemitem class="username">root</systemitem> 154 user:</para> 155 156 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-&dbus-version;/api \ 157 /usr/share/man/man3dbus && 158 install -v -m644 doc/api/html/* \ 159 /usr/share/doc/dbus-&dbus-version;/api && 160 install -v -m644 doc/api/man/man3dbus/* \ 161 /usr/share/man/man3dbus</userinput></screen> 139 mv -v /usr/share/doc/dbus /usr/share/doc/dbus-&dbus-version;</userinput></screen> 140 141 <para>The dbus tests cannot be run until after <xref linkend="dbus-glib"/> 142 has been installed. The tests require passing additional parameters to 143 <command>configure</command> and exposing additional functionality in the 144 binaries. These interfaces are not intended to be used in a production 145 build of <application>D-BUS</application>. If you would like to run the 146 unit tests, issue the following commands:</para> 147 148 149 <screen><userinput>make distclean && 150 ./configure --enable-tests --enable-asserts && 151 make && 152 make check && 153 make distclean</userinput></screen> 154 155 <para>Note there has been a report that the tests may fail if running 156 inside a Midnight Commander shell.</para> 162 157 163 158 </sect2> -
introduction/welcome/changelog.xml
r19cb9ad rb6a2a0e 43 43 --> 44 44 <listitem> 45 <para>December 16th, 2011</para> 46 <itemizedlist> 47 <!--<listitem> 48 <para>[bdubbs] - Updated to dbus-1.4.16</para> 49 </listitem>--> 50 <listitem> 51 <para>[bdubbs] - Updated to gobject-introspection-1.29.17</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 45 57 <para>December 13th, 2011</para> 46 58 <itemizedlist> -
x/lib/qt.xml
r19cb9ad rb6a2a0e 33 33 <application>C++</application> GUI library. This is useful for creating 34 34 graphical applications or executing graphical applications that are 35 dynamically linked to the <application>Qt</application> library. One of 36 the major users of <application>Qt</application> is 37 <application>KDE</application>.</para> 35 dynamically linked to the <application>Qt</application> library. Two of 36 the major users of <application>Qt</application> are 37 <application>KDE</application> and its foolow on project, 38 <application>Trinity</application>.</para> 38 39 39 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 59 60 </itemizedlist> 60 61 62 63 64 65 61 66 <bridgehead renderas="sect3">Qt Dependencies</bridgehead> 62 67
Note:
See TracChangeset
for help on using the changeset viewer.