Changeset 3338ba43
- Timestamp:
- 12/17/2011 05:23:23 AM (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:
- 6103e59
- Parents:
- b6a2a0e
- Files:
-
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb6a2a0e r3338ba43 57 57 <!-- End LFS versions --> 58 58 59 <!ENTITY blfs-bootscripts-version "2011121 3">59 <!ENTITY blfs-bootscripts-version "20111216"> 60 60 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 61 61 … … 162 162 <!ENTITY GLib-version "1.2.10"> 163 163 <!ENTITY glib2-version "2.30.1"> 164 <!ENTITY dbus-glib-version "0.98"> 164 165 <!ENTITY glibmm-version "2.24.2"> 165 166 <!ENTITY libidl-version "0.8.14"> … … 181 182 <!ENTITY libatomic_ops-version "1.2"> 182 183 <!ENTITY libdrm-version "2.4.27"> 183 <!ENTITY dbus-glib-version "0.88">184 <!ENTITY dbus-python-version "0.83.2">185 184 <!ENTITY dbus-qt3-version "0.62"> 186 185 <!ENTITY eggdbus-version "0.6"> … … 199 198 <!ENTITY nspr-version "4.8.9"> 200 199 <!ENTITY libffi-version "3.0.10"> 201 <!-- gobject-introspection-version-1.30.0+ is incompatible with PyGObject--> 202 <!ENTITY gobject-introspection-version "1.29.17"> 200 <!ENTITY gobject-introspection-version "1.30.0"> 203 201 <!ENTITY gir-repository-version "0.6.5"> 204 202 <!ENTITY libical-version "0.43"> … … 343 341 <!ENTITY python3-version "3.2.2"> 344 342 <!ENTITY python3-majorver "3.2"> 343 <!ENTITY dbus-python-version "0.84.0"> 345 344 <!ENTITY ruby-version "1.9.2-p290"> 346 345 <!ENTITY tcl-version "8.5.10"> … … 412 411 <!ENTITY pyxml-version "0.8.4"> 413 412 <!ENTITY pycairo-version "1.8.8"> 414 <!ENTITY pygobject-version "2.21.3"> 413 <!ENTITY py2cairo-version "1.10.0"> 414 <!ENTITY pygobject-version "3.0.3"> 415 415 <!ENTITY pygtk-version "2.17.0"> 416 416 <!ENTITY pygtksourceview-version "2.10.1"> -
general/genlib/genlib.xml
rb6a2a0e r3338ba43 74 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libatomic_ops.xml"/> 75 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/> 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-bindings.xml"/>77 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pth.xml"/> 78 77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libassuan.xml"/> -
general/genlib/gobject-introspection.xml
rb6a2a0e r3338ba43 7 7 <!-- Note gobject-introspection-1.30+ is incompatible with other BLFS packages--> 8 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">9 <!ENTITY gobject-introspection-download-http "&gnome-download-http;/gobject-introspection/1.30/gobject-introspection-&gobject-introspection-version;.tar.xz"> 10 <!ENTITY gobject-introspection-download-ftp "&gnome-download-ftp;/gobject-introspection/1.30/gobject-introspection-&gobject-introspection-version;.tar.xz"> 11 <!ENTITY gobject-introspection-md5sum "4e5f8d02890aa1f2459b9890e0a45486"> 12 12 <!ENTITY gobject-introspection-size "1 MB"> 13 <!ENTITY gobject-introspection-buildsize "3 3MB">13 <!ENTITY gobject-introspection-buildsize "34 MB"> 14 14 <!ENTITY gobject-introspection-time "0.6 SBU"> 15 15 ]> -
general/prog/python-modules.xml
rb6a2a0e r3338ba43 19 19 <!ENTITY pycairo-time "0.1 SBU"> 20 20 21 <!ENTITY pygobject-download-http "&gnome-download-http;/pygobject/2.21/pygobject-&pygobject-version;.tar.bz2"> 22 <!ENTITY pygobject-download-ftp "&gnome-download-ftp;/pygobject/2.21/pygobject-&pygobject-version;.tar.bz2"> 23 <!ENTITY pygobject-md5sum "6449457fba101ae875c8e30691535046"> 24 <!ENTITY pygobject-size "667 KB"> 25 <!ENTITY pygobject-buildsize "17 MB"> 21 <!ENTITY py2cairo-download-http "http://cairographics.org/releases/pycairo-&py2cairo-version;.tar.xz"> 22 <!ENTITY py2cairo-download-ftp " "> 23 <!ENTITY py2cairo-md5sum "20337132c4ab06c1146ad384d55372c5"> 24 <!ENTITY py2cairo-size "400 KB"> 25 <!ENTITY py2cairo-buildsize "3.6 MB"> 26 <!ENTITY py2cairo-time "less than 0.1 SBU"> 27 28 <!ENTITY pygobject-download-http "&gnome-download-http;/pygobject/3.0/pygobject-&pygobject-version;.tar.xz"> 29 <!ENTITY pygobject-download-ftp "&gnome-download-ftp;/pygobject/3.0/pygobject-&pygobject-version;.tar.xz"> 30 <!ENTITY pygobject-md5sum "d17e2565e139d647e8ee50fd1126aa9e"> 31 <!ENTITY pygobject-size "540 KB"> 32 <!ENTITY pygobject-buildsize "16 MB"> 26 33 <!ENTITY pygobject-time "0.2 SBU"> 27 34 … … 89 96 <listitem> 90 97 <para><xref linkend="pyxml"/></para> 98 </listitem> 99 <listitem> 100 <para><xref linkend="py2cairo"/></para> 91 101 </listitem> 92 102 <listitem> … … 251 261 <!-- End PyXML --> 252 262 263 <!-- Begin Py2cairo --> 264 <sect2 id="py2cairo" xreflabel="Py2cairo-&py2cairo-version;"> 265 266 <title>Py2cairo-&py2cairo-version;</title> 267 268 <indexterm zone="py2cairo"> 269 <primary sortas="a-Py2cairo">Py2cairo</primary> 270 </indexterm> 271 272 <sect3 role="package"> 273 <title>Introduction to Py2cairo Module</title> 274 275 <para>Py2cairo provides <application>Python2</application> bindings to 276 <application>Cairo</application>.</para> 277 278 &lfs70_checked; 279 280 <bridgehead renderas="sect4">Package Information</bridgehead> 281 <itemizedlist spacing="compact"> 282 <listitem> 283 <para>Download (HTTP): <ulink url="&py2cairo-download-http;"/></para> 284 </listitem> 285 <listitem> 286 <para>Download (FTP): <ulink url="&py2cairo-download-ftp;"/></para> 287 </listitem> 288 <listitem> 289 <para>Download MD5 sum: &py2cairo-md5sum;</para> 290 </listitem> 291 <listitem> 292 <para>Download size: &py2cairo-size;</para> 293 </listitem> 294 <listitem> 295 <para>Estimated disk space required: &py2cairo-buildsize;</para> 296 </listitem> 297 <listitem> 298 <para>Estimated build time: &py2cairo-time;</para> 299 </listitem> 300 </itemizedlist> 301 302 <bridgehead renderas="sect4">Py2cairo Dependencies</bridgehead> 303 304 <bridgehead renderas="sect5">Required</bridgehead> 305 <para role="required"> 306 <xref linkend="python"/> and 307 <xref linkend="cairo"/> 308 </para> 309 310 <bridgehead renderas="sect5">Optional</bridgehead> 311 <para role="optional"> 312 <ulink url="http://pytest.org">pytest</ulink> 313 </para> 314 315 <para condition="html" role="usernotes">User Notes: 316 <ulink url="&blfs-wiki;/pycairo"/></para> 317 318 </sect3> 319 320 <sect3 role="installation"> 321 <title>Installation of Py2cairo</title> 322 323 <para>Install <application>Py2cairo</application> by running the following 324 commands:</para> 325 326 <screen><userinput>./configure --prefix=/usr && 327 make</userinput></screen> 328 329 <para>The test suite requires the optional <application>pytest</application> 330 package. If installed, it is run by changing to the 331 <filename class='directory'>test</filename> directory and running 332 <userinput>py.test</userinput>.</para> 333 334 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 335 336 <screen role="root"><userinput>make install</userinput></screen> 337 338 </sect3> 339 340 <sect3 role="content"> 341 <title>Contents</title> 342 343 <segmentedlist> 344 <segtitle>Installed Programs</segtitle> 345 <segtitle>Installed Libraries</segtitle> 346 <segtitle>Installed Directory</segtitle> 347 348 <seglistitem> 349 <seg>None</seg> 350 <seg>_cairo.so</seg> 351 <seg>/usr/include/pycairo and 352 /usr/lib/python2.7/site-packages/cairo</seg> 353 </seglistitem> 354 </segmentedlist> 355 356 </sect3> 357 358 </sect2> 359 360 <!-- End Py2cairo --> 253 361 <!-- Begin Pycairo --> 254 362 <sect2 id="pycairo" xreflabel="Pycairo-&pycairo-version;"> … … 353 461 GObject class from <application>GLib</application>.</para> 354 462 463 &lfs70_checked; 464 355 465 <bridgehead renderas="sect4">Package Information</bridgehead> 356 466 <itemizedlist spacing="compact"> … … 378 488 379 489 <bridgehead renderas="sect5">Required</bridgehead> 380 <para role="required"><xref linkend="python"/> and 381 <xref linkend="glib2"/></para> 490 <para role="required"> 491 <xref linkend="python"/> and 492 <xref linkend="glib2"/> 493 </para> 382 494 383 495 <bridgehead renderas="sect5">Optional</bridgehead> 384 <para role="optional"><xref linkend="gobject-introspection"/> and 385 <xref linkend="libxslt"/> (to Build Documentation)</para> 496 <para role="optional"> 497 <xref linkend="gobject-introspection"/> and 498 <xref linkend="libxslt"/> (to Build Documentation) 499 </para> 386 500 387 501 <para condition="html" role="usernotes">User Notes: … … 426 540 <seglistitem> 427 541 <seg>pygobject-codegen-2.0</seg> 428 <seg>libpyglib-2.0-python.so, _gio.so, unix.so, _glib.so, and 429 _gobject.so</seg> 430 <seg>/usr/{include/pygtk-2.0, 431 lib/python&python2-majorver;/site-packages/gtk-2.0/{gio,glib,gobject}, 432 share/{gtk-doc/html/pygobject,pygobject/{2.0/{codegen,defs}, 433 xsl}}}</seg> 542 543 <seg>libpyglib-gi-2.0-python.so, 544 _gio.so, 545 _gi_cairo.so 546 _gobject.so</seg> 547 548 <seg>/usr/include/pygobject-3.0 and 549 /usr/lib/python2.7 550 </seg> 434 551 </seglistitem> 435 552 </segmentedlist> -
general/sysutils/dbus-bindings.xml
rb6a2a0e r3338ba43 7 7 <!ENTITY dbus-glib-download-http "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz"> 8 8 <!ENTITY dbus-glib-download-ftp " "> 9 <!ENTITY dbus-glib-md5sum " 7c04ba01df6130c2c4e62f73bea0d0d5">10 <!ENTITY dbus-glib-size " 688KB">11 <!ENTITY dbus-glib-buildsize "1 0 MB (17 MB total if docs are installed)">12 <!ENTITY dbus-glib-time "0. 2SBU">9 <!ENTITY dbus-glib-md5sum "3f7f117dc7c8d899d9acfdcbf9253fb8"> 10 <!ENTITY dbus-glib-size "712 KB"> 11 <!ENTITY dbus-glib-buildsize "11 MB"> 12 <!ENTITY dbus-glib-time "0.1 SBU"> 13 13 14 14 <!ENTITY dbus-python-download-http "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz"> 15 15 <!ENTITY dbus-python-download-ftp " "> 16 <!ENTITY dbus-python-md5sum " 4ebcaa905bdcb4132b915196b0a3691b">17 <!ENTITY dbus-python-size "5 39KB">18 <!ENTITY dbus-python-buildsize " 12 MB (includes installing all the documentation)">16 <!ENTITY dbus-python-md5sum "fe69a2613e824463e74f10913708c88a"> 17 <!ENTITY dbus-python-size "556 KB"> 18 <!ENTITY dbus-python-buildsize "5.5 MB"> 19 19 <!ENTITY dbus-python-time "0.2 SBU"> 20 20 … … 63 63 <application>Python</application>, <application>Qt3</application>, and 64 64 <application>GObject</application> Bindings are included on this page. Other 65 language bindings will be added soon. Until then, seethe <ulink65 language bindings are available at the <ulink 66 66 url="http://www.freedesktop.org/wiki/Software/DBusBindings">D-Bus 67 67 Bindings</ulink> page for information.</para> … … 84 84 </sect2> 85 85 86 <!-- Below is 111 lines to cut and paste to create a new binding -->87 86 <!-- Begin D-Bus GLib Bindings --> 88 87 <sect2 id="dbus-glib" xreflabel="D-Bus GLib Bindings-&dbus-glib-version;"> … … 96 95 <title>Introduction to D-Bus GLib Bindings</title> 97 96 98 &lfs 65_checked;97 &lfs70_checked; 99 98 100 99 <bridgehead renderas="sect4">Package Information</bridgehead> … … 123 122 124 123 <bridgehead renderas="sect5">Required</bridgehead> 125 <para role="required"><xref linkend="dbus"/>, 126 <xref linkend="glib2"/>, and 127 <xref linkend="expat"/></para> 124 <para role="required"> 125 <xref linkend="dbus"/>, 126 <xref linkend="glib2"/>, and 127 <xref linkend="expat"/> 128 </para> 128 129 129 130 <bridgehead renderas="sect5">Optional to Build the API Documentation</bridgehead> 130 <para role="optional"><xref linkend="doxygen"/></para> 131 <para role="optional"> 132 <xref linkend="doxygen"/> 133 </para> 131 134 132 135 <para condition="html" role="usernotes">User Notes: … … 146 149 make</userinput></screen> 147 150 148 <para>The <option>--enable-doxygen-docs</option> parameter does not work149 properly. If you have <application>Doxygen</application> installed and you150 wish to build the API documentation, issue151 <command>doxygen</command>.</para>152 153 151 <para>To test the results, issue: <command>make check</command>. Note that 154 152 more comprehensive tests can be run by following the same method used in … … 159 157 160 158 <screen role="root"><userinput>make install</userinput></screen> 161 162 <para>If you built the API documentation, install it by issuing the163 following commands as the <systemitem class="username">root</systemitem>164 user:</para>165 166 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/dbus-glib-&dbus-glib-version;/api \167 /usr/share/man/man3dbus &&168 install -v -m644 doc/api/html/* \169 /usr/share/doc/dbus-glib-&dbus-glib-version;/api &&170 install -v -m644 doc/api/man/man3dbus/* \171 /usr/share/man/man3dbus</userinput></screen>172 159 173 160 </sect3> … … 237 224 <title>D-Bus Python Bindings</title> 238 225 226 &lfs70_checked; 227 239 228 <indexterm zone="dbus-python"> 240 229 <primary sortas="a-dbus-python">D-Bus Python Bindings</primary> … … 269 258 270 259 <bridgehead renderas="sect5">Required</bridgehead> 271 <para role="required"><xref linkend="python"/> and 272 <xref linkend="dbus-glib"/></para> 260 <para role="required"> 261 <xref linkend="python"/> and 262 <xref linkend="dbus-glib"/> 263 </para> 273 264 274 265 <bridgehead renderas="sect5">Optional</bridgehead> 275 <para role="optional"><xref linkend="pygobject"/> (required to run the 276 test suite)</para> 266 <para role="optional"> 267 <xref linkend="pygobject"/> (required to run the test suite) 268 </para> 277 269 278 270 <bridgehead renderas="sect5">Optional 279 271 (Required to build the API and HTML Documentation)</bridgehead> 280 <para role="optional"><ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> 281 and <ulink url="http://docutils.sourceforge.net/">Docutils</ulink></para> 272 <para role="optional"> 273 <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and 274 <ulink url="http://docutils.sourceforge.net/">Docutils</ulink> 275 </para> 282 276 283 277 <para condition="html" role="usernotes">User Notes: -
general/sysutils/sysutils.xml
rb6a2a0e r3338ba43 36 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apache-ant.xml"/> 37 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus.xml"/> 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dbus-bindings.xml"/> 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hal.xml"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/> -
introduction/welcome/changelog.xml
rb6a2a0e r3338ba43 45 45 <para>December 16th, 2011</para> 46 46 <itemizedlist> 47 < !--<listitem>47 <listitem> 48 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> 49 </listitem> 50 <listitem> 51 <para>[bdubbs] - Updated to dbus-python-0.84.0</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Updated to dbus-glib-0.98</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Updated to pyGobject-3.0.3</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Updated to gobject-introspection-1.30.0</para> 61 </listitem> 62 <listitem> 63 <para>[bdubbs] - Added py2cairo-1.10.0.</para> 52 64 </listitem> 53 65 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.