Changeset 4e143323
- Timestamp:
- 08/28/2012 02:56:09 PM (12 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:
- 80de4f5
- Parents:
- 55ff8f4b
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r55ff8f4b r4e143323 4 4 --> 5 5 6 <!ENTITY day "2 7"> <!-- Always 2 digits -->6 <!ENTITY day "28"> <!-- Always 2 digits --> 7 7 <!ENTITY month "08"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2012"> … … 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "August 2 7th, &year;">12 <!ENTITY releasedate "August 28th, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 237 237 238 238 <!ENTITY enchant-version "1.6.0"> 239 <!ENTITY exempi-version "2. 1.1">239 <!ENTITY exempi-version "2.2.0"> 240 240 <!ENTITY expat-version "2.1.0"> 241 241 <!ENTITY gamin-version "0.1.10"> … … 258 258 <!ENTITY libassuan-version "2.0.3"> 259 259 <!ENTITY libatasmart-version "0.19"> 260 <!ENTITY libatomic_ops-version "7.2 ">260 <!ENTITY libatomic_ops-version "7.2d"> 261 261 <!ENTITY libcroco-version "0.6.5"> 262 262 <!ENTITY libdaemon-version "0.14"> … … 395 395 <!ENTITY mc-version "4.8.3"> 396 396 <!ENTITY obex-data-server-version "0.4.6"> 397 <!ENTITY obexd-version "0.4 6">397 <!ENTITY obexd-version "0.47"> 398 398 <!ENTITY parted-version "3.1"> 399 399 <!ENTITY pciutils-version "3.1.10"> … … 430 430 <!ENTITY expect-version "5.45"> 431 431 <!ENTITY gcc-version "4.7.0"> 432 <!ENTITY gc-version "7.2 c">432 <!ENTITY gc-version "7.2d"> 433 433 <!ENTITY gdb-version "7.4.1"> 434 434 <!ENTITY git-version "1.7.11.3"> … … 690 690 <!ENTITY printproto-version "1.0.5"> 691 691 <!ENTITY libXp-version "1.0.1"> 692 <!ENTITY xorg-server-version "1.12. 3">692 <!ENTITY xorg-server-version "1.12.4"> 693 693 <!ENTITY twm-version "1.0.7"> 694 694 <!ENTITY xterm-version "279"> -
general/genlib/exempi.xml
r55ff8f4b r4e143323 5 5 %general-entities; 6 6 7 <!ENTITY exempi-download-http "http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar. gz">7 <!ENTITY exempi-download-http "http://libopenraw.freedesktop.org/download/exempi-&exempi-version;.tar.bz2"> 8 8 <!ENTITY exempi-download-ftp " "> 9 <!ENTITY exempi-md5sum " 62ecb5a01387b9f940a5429b3df67e65">9 <!ENTITY exempi-md5sum "f46d96975613593ee17aaf48cd350228"> 10 10 <!ENTITY exempi-size "3.3 MB"> 11 <!ENTITY exempi-buildsize "1 84MB">11 <!ENTITY exempi-buildsize "140 MB"> 12 12 <!ENTITY exempi-time "1.0 SBU"> 13 13 ]> 14 14 15 <sect1 id="exempi" xreflabel=" exempi-&exempi-version;">15 <sect1 id="exempi" xreflabel="Exempi-&exempi-version;"> 16 16 <?dbhtml filename="exempi.html"?> 17 17 … … 21 21 </sect1info> 22 22 23 <title> exempi-&exempi-version;</title>23 <title>Exempi-&exempi-version;</title> 24 24 25 25 <indexterm zone="exempi"> 26 <primary sortas="a- exempi">exempi</primary>26 <primary sortas="a-Exempi">Exempi</primary> 27 27 </indexterm> 28 28 29 29 <sect2 role="package"> 30 <title>Introduction to exempi</title>30 <title>Introduction to Exempi</title> 31 31 32 32 <para><application>Exempi</application> is an implementation of XMP (Adobe's 33 33 Extensible Metadata Platform).</para> 34 34 35 &lfs7 0_built;35 &lfs72_checked; 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> … … 57 57 </itemizedlist> 58 58 59 <bridgehead renderas="sect3"> exempi Dependencies</bridgehead>59 <bridgehead renderas="sect3">Exempi Dependencies</bridgehead> 60 60 61 61 <bridgehead renderas="sect4">Required</bridgehead> 62 <para role="required"><xref linkend="boost"/></para> 62 <para role="required"> 63 <xref linkend="boost"/> 64 </para> 63 65 64 66 <para condition="html" role="usernotes">User Notes: … … 68 70 69 71 <sect2 role="installation"> 70 <title>Installation of exempi</title>72 <title>Installation of Exempi</title> 71 73 72 <para>Install <application> exempi</application> by running the following74 <para>Install <application>Exempi</application> by running the following 73 75 commands:</para> 74 76 75 <screen><userinput>./configure --prefix=/usr &&77 <screen><userinput>./configure --prefix=/usr --disable-static && 76 78 make</userinput></screen> 77 79 … … 87 89 <title>Command Explanations</title> 88 90 89 < para><option>--enable-static=no</option>: This switch prevents the static90 libraries being installed.</para>91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 92 href="../../xincludes/static-libraries.xml"/> 91 93 92 94 </sect2> … … 96 98 97 99 <segmentedlist> 98 <segtitle>Installed Program s</segtitle>100 <segtitle>Installed Program</segtitle> 99 101 <segtitle>Installed Library</segtitle> 100 102 <segtitle>Installed Directory</segtitle> 101 103 102 104 <seglistitem> 103 <seg> None</seg>104 <seg>libexempi. {so,a}</seg>105 <seg>/usr/include/exempi-2.0 /exempi</seg>105 <seg>exempi</seg> 106 <seg>libexempi.so</seg> 107 <seg>/usr/include/exempi-2.0</seg> 106 108 </seglistitem> 107 109 </segmentedlist> … … 113 115 114 116 <varlistentry id="libexempi"> 115 <term><filename class= 'libraryfile'>libexempi.{so,a}</filename></term>117 <term><filename class="libraryfile">libexempi.so</filename></term> 116 118 <listitem> 117 <para>is a library to parse XMP metadata.</para>119 <para>is a library used to parse XMP metadata.</para> 118 120 <indexterm zone="exempi libexempi"> 119 <primary sortas="c-libexempi">libexempi. {so,a}</primary>121 <primary sortas="c-libexempi">libexempi.so</primary> 120 122 </indexterm> 121 123 </listitem> -
general/genlib/libatomic_ops.xml
r55ff8f4b r4e143323 8 8 "http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-&libatomic_ops-version;.tar.gz"> 9 9 <!ENTITY libatomic_ops-download-ftp " "> 10 <!ENTITY libatomic_ops-md5sum " 890acdc83a7cd10e2e9536062d3741c8">10 <!ENTITY libatomic_ops-md5sum "e6997db4875909e11b514cd5c3caa3cf"> 11 11 <!ENTITY libatomic_ops-size "228 KB"> 12 <!ENTITY libatomic_ops-buildsize " 4.5MB">12 <!ENTITY libatomic_ops-buildsize "5.0 MB"> 13 13 <!ENTITY libatomic_ops-time "0.1 SBU"> 14 14 ]> … … 40 40 </para> 41 41 42 &lfs7 1_checked;42 &lfs72_checked; 43 43 44 44 <bridgehead renderas="sect3">Package Information</bridgehead> … … 82 82 sed -i 's#pkgdata#doc#' doc/Makefile.am && 83 83 autoreconf -i && 84 ./configure --prefix=/usr --disable-static \ 85 --docdir=/usr/share/doc/libatomic_ops-&libatomic_ops-version; && 84 ./configure --prefix=/usr \ 85 --docdir=/usr/share/doc/libatomic_ops-&libatomic_ops-version; \ 86 --disable-static && 86 87 make</userinput></screen> 87 88 88 <para>The checks for this package will fail until after 89 installation.</para> 89 <para> 90 To check the results, issue 91 <command>LD_LIBRARY_PATH=../src/.libs make check</command>. 92 </para> 90 93 91 94 <para> … … 94 97 95 98 <screen role="root"><userinput>make install</userinput></screen> 96 97 <para>To check the results, issue <command>make check</command>.</para>98 99 99 100 </sect2> … … 116 117 href="../../xincludes/static-libraries.xml"/> 117 118 118 <para>119 <option>--docdir=/usr/share/doc/libatomic_ops-&libatomic_ops-version;</option>:120 This option installs the documentation in a versioned directory.121 </para>122 119 </sect2> 123 120 … … 131 128 <seglistitem> 132 129 <seg> 133 libatomic_ops.so and 134 libatomic_ops_gpl.so 130 libatomic_ops.so and libatomic_ops_gpl.so 135 131 </seg> 136 <seg>/usr/include/libatomic_ops</seg> 132 <seg> 133 /usr/include/libatomic_ops 134 </seg> 137 135 </seglistitem> 138 136 </segmentedlist> … … 144 142 145 143 <varlistentry id="libatomic_ops-lib"> 146 <term><filename class='libraryfile'>libatomic_ops {,_gpl}.so</filename></term>144 <term><filename class='libraryfile'>libatomic_ops.so</filename></term> 147 145 <listitem> 148 <para>contain functions for atomic memory operations.</para>146 <para>contains functions for atomic memory operations.</para> 149 147 <indexterm zone="libatomic_ops libatomic_ops-lib"> 150 148 <primary sortas="c-libatomic_ops">libatomic_ops.so</primary> … … 152 150 </listitem> 153 151 </varlistentry> 152 154 153 </variablelist> 154 155 155 </sect2> 156 156 157 </sect1> -
general/genlib/libical.xml
r55ff8f4b r4e143323 33 33 iCalendar protocols and data formats.</para> 34 34 35 &lfs7 0_checked;35 &lfs72_checked; 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> -
general/prog/gc.xml
r55ff8f4b r4e143323 6 6 7 7 <!ENTITY gc-download-http 8 "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-&gc-version;.tar.gz">8 "http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-&gc-version;.tar.gz"> 9 9 <!ENTITY gc-download-ftp " "> 10 <!ENTITY gc-md5sum " edd99c64174a1f3b10a474b3e4c74634">11 <!ENTITY gc-size "1. 2MB">12 <!ENTITY gc-buildsize "1 2MB">13 <!ENTITY gc-time "0. 3SBU">10 <!ENTITY gc-md5sum "91340b28c61753a789eb6077675d87d2"> 11 <!ENTITY gc-size "1.3 MB"> 12 <!ENTITY gc-buildsize "13 MB"> 13 <!ENTITY gc-time "0.2 SBU"> 14 14 ]> 15 15 … … 116 116 </para> 117 117 118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"119 href="../../xincludes/static-libraries.xml"/>120 121 118 <para> 122 119 <parameter>--enable-cplusplus</parameter>: This parameter enables the 123 120 building and installing the C++ library along with the standard C library. 124 121 </para> 122 123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 124 href="../../xincludes/static-libraries.xml"/> 125 125 126 </sect2> 126 127 … … 134 135 <seglistitem> 135 136 <seg> 136 libcord.so, 137 libgc.so and 137 libcord.so, libgc.so and 138 138 libgccpp.so 139 139 </seg> … … 174 174 </listitem> 175 175 </varlistentry> 176 176 177 </variablelist> 178 177 179 </sect2> 180 178 181 </sect1> -
general/sysutils/obexd.xml
r55ff8f4b r4e143323 7 7 <!ENTITY obexd-download-http "http://www.kernel.org/pub/linux/bluetooth/obexd-&obexd-version;.tar.xz"> 8 8 <!ENTITY obexd-download-ftp "ftp://ftp.kernel.org/pub/linux/bluetooth/obexd-&obexd-version;.tar.xz"> 9 <!ENTITY obexd-md5sum " df277cc02770b5ba388c5bbc7bbd6034">10 <!ENTITY obexd-size "3 36KB">11 <!ENTITY obexd-buildsize "5. 0MB">9 <!ENTITY obexd-md5sum "8f5810e39403b0825abbce3527eea077"> 10 <!ENTITY obexd-size "340 KB"> 11 <!ENTITY obexd-buildsize "5.5 MB"> 12 12 <!ENTITY obexd-time "0.2 SBU"> 13 13 ]> … … 36 36 </para> 37 37 38 &lfs7 1_checked;38 &lfs72_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> -
introduction/welcome/changelog.xml
r55ff8f4b r4e143323 45 45 --> 46 46 <listitem> 47 <para>August 28th, 2012</para> 48 <itemizedlist> 49 <listitem> 50 <para>[krejzi] - Exempi 2.2.0.</para> 51 </listitem> 52 <listitem> 53 <para>[krejzi] - GC 7.2d.</para> 54 </listitem> 55 <listitem> 56 <para>[krejzi] - libatomic_ops 7.2d.</para> 57 </listitem> 58 <listitem> 59 <para>[krejzi] - Obexd 0.47.</para> 60 </listitem> 61 <listitem> 62 <para>[krejzi] - Xorg Server 1.12.4.</para> 63 </listitem> 64 </itemizedlist> 65 </listitem> 66 67 <listitem> 47 68 <para>August 27th, 2012</para> 48 69 <itemizedlist> -
x/installing/x7driver.xml
r55ff8f4b r4e143323 436 436 </para> 437 437 438 &lfs7 1_checked;438 &lfs72_checked; 439 439 440 440 <bridgehead renderas="sect4">Package Information</bridgehead> … … 921 921 </para> 922 922 923 &lfs7 1_checked;923 &lfs72_checked; 924 924 925 925 <note> … … 1091 1091 </para> 1092 1092 1093 &lfs7 1_checked;1093 &lfs72_checked; 1094 1094 1095 1095 <bridgehead renderas="sect4">Package Information</bridgehead> … … 1216 1216 </para> 1217 1217 1218 &lfs7 1_checked;1218 &lfs72_checked; 1219 1219 1220 1220 <bridgehead renderas="sect4">Package Information</bridgehead> … … 2513 2513 </para> 2514 2514 2515 &lfs7 1_checked;2515 &lfs72_checked; 2516 2516 2517 2517 <bridgehead renderas="sect4">Package Information</bridgehead> … … 2655 2655 </para> 2656 2656 2657 &lfs7 1_checked;2657 &lfs72_checked; 2658 2658 2659 2659 <bridgehead renderas="sect4">Package Information</bridgehead> -
x/installing/xorg-server.xml
r55ff8f4b r4e143323 7 7 <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2"> 8 8 <!ENTITY xorg-server-download-ftp "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2"> 9 <!ENTITY xorg-server-md5sum " 65a53b11bc01dcc97ee9b201dc620c32">9 <!ENTITY xorg-server-md5sum "f87d830aa69885275e26dd6327d76a44"> 10 10 <!ENTITY xorg-server-size "5.3 MB"> 11 11 <!ENTITY xorg-server-buildsize "430 MB"> … … 76 76 <bridgehead renderas="sect4">Required</bridgehead> 77 77 <para role="required"> 78 <xref linkend="mesalib"/>, 78 79 <xref linkend="openssl"/>, 79 80 <xref linkend="pixman"/>,
Note:
See TracChangeset
for help on using the changeset viewer.