Changeset 10f9bb45
- Timestamp:
- 12/31/2015 10:11:48 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 252e5bf
- Parents:
- 13d0d6f0
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r13d0d6f0 r10f9bb45 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "3 0"> <!-- Always 2 digits -->3 <!ENTITY day "31"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 3 0th&year;">9 <!ENTITY releasedate "December 31st &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/gobject-introspection.xml
r13d0d6f0 r10f9bb45 76 76 <bridgehead renderas="sect4">Required</bridgehead> 77 77 <para role="required"> 78 <xref linkend="glib2"/> 78 <xref linkend="glib2"/> and 79 <xref linkend="python2"/> 79 80 </para> 80 81 -
general/genutils/iso-codes.xml
r13d0d6f0 r10f9bb45 10 10 <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz"> 11 11 <!ENTITY iso-codes-download-ftp " "> 12 <!ENTITY iso-codes-md5sum " f16ea4bf101c226d6c8a253d39a9d23b">13 <!ENTITY iso-codes-size "3. 6MB">14 <!ENTITY iso-codes-buildsize "11 0MB (with tests)">12 <!ENTITY iso-codes-md5sum "129f822fd64c9bf80931cccc269ccb95"> 13 <!ENTITY iso-codes-size "3.7 MB"> 14 <!ENTITY iso-codes-buildsize "111 MB (with tests)"> 15 15 <!ENTITY iso-codes-time "0.2 SBU (with tests)"> 16 16 ]> -
general/genutils/unixodbc.xml
r13d0d6f0 r10f9bb45 5 5 %general-entities; 6 6 7 <!ENTITY unixodbc-download-http "http://www.unixodbc.org/unixODBC-&unixodbc-version;.tar.gz"> 8 <!ENTITY unixodbc-download-ftp "&gentoo-ftp-repo;/unixODBC-&unixodbc-version;.tar.gz"> 9 <!ENTITY unixodbc-md5sum "5e4528851eda5d3d4aed249b669bd05b"> 7 <!-- <!ENTITY unixodbc-download-http "http://www.unixodbc.org/unixODBC-&unixodbc-version;.tar.gz"> 8 <!ENTITY unixodbc-download-ftp "&gentoo-ftp-repo;/unixODBC-&unixodbc-version;.tar.gz">--> 9 <!ENTITY unixodbc-download-http " "> 10 <!ENTITY unixodbc-download-ftp "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-&unixodbc-version;.tar.gz"> 11 <!ENTITY unixodbc-md5sum "bd25d261ca1808c947cb687e2034be81"> 10 12 <!ENTITY unixodbc-size "1.8 MB"> 11 <!ENTITY unixodbc-buildsize "3 3MB">13 <!ENTITY unixodbc-buildsize "34 MB"> 12 14 <!ENTITY unixodbc-time "0.4 SBU"> 13 15 ]> -
general/prog/swig.xml
r13d0d6f0 r10f9bb45 7 7 <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz"> 8 8 <!ENTITY swig-download-ftp " "> 9 <!ENTITY swig-md5sum " 7fff46c84b8c630ede5b0f0827e3d90a">10 <!ENTITY swig-size " 5.7MB">11 <!ENTITY swig-buildsize " 88MB (1.1 GB with tests)">12 <!ENTITY swig-time "0.4 SBU (6. 4 SBU withtests, using -j4)">9 <!ENTITY swig-md5sum "c96a1d5ecb13d38604d7e92148c73c97"> 10 <!ENTITY swig-size "7.6 MB"> 11 <!ENTITY swig-buildsize "93 MB (1.1 GB with tests)"> 12 <!ENTITY swig-time "0.4 SBU (6.2 SBU for the tests, using -j4)"> 13 13 ]> 14 14 … … 184 184 </seg> 185 185 <seg> 186 /usr/share/ swig/&swig-version; and187 /usr/share/ doc/swig-&swig-version;186 /usr/share/doc/swig-&swig-version; and 187 /usr/share/swig/&swig-version; 188 188 </seg> 189 189 </seglistitem> -
introduction/welcome/changelog.xml
r13d0d6f0 r10f9bb45 44 44 45 45 --> 46 47 <listitem> 48 <para>December 31st, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to swig-3.0.8. Fixes 52 <ulink url="&blfs-ticket-root;7309">#7309</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to unixODBC-2.3.4. Fixes 56 <ulink url="&blfs-ticket-root;7308">#7308</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[fernando] - Update to iso-codes-3.63. Fixes 60 <ulink url="&blfs-ticket-root;7307">#7307</ulink>.</para> 61 </listitem> 62 <listitem> 63 <para>[fernando] - Update to qemu-2.5.0. Fixes 64 <ulink url="&blfs-ticket-root;7260">#7260</ulink>.</para> 65 </listitem> 66 </itemizedlist> 67 </listitem> 46 68 47 69 <listitem> -
packages.ent
r13d0d6f0 r10f9bb45 68 68 69 69 <!-- Chapter 8 Virtualization --> 70 <!ENTITY qemu-version "2. 4.1">70 <!ENTITY qemu-version "2.5.0"> 71 71 72 72 <!-- Part III --> … … 99 99 <!ENTITY icu-dl-version "&icu-major;_&icu-minor;"><!-- _&icu-patch;--> 100 100 101 <!ENTITY iso-codes-version "3. 59">101 <!ENTITY iso-codes-version "3.63"> 102 102 <!ENTITY JS-version "17.0.0"> 103 103 <!ENTITY JS2-version "24.2.0"> … … 211 211 <!ENTITY time-version "1.7"> 212 212 <!ENTITY tree-version "1.7.0"> 213 <!ENTITY unixodbc-version "2.3. 2">213 <!ENTITY unixodbc-version "2.3.4"> 214 214 215 215 <!-- Chapter 12 --> … … 283 283 <!ENTITY slang-version "2.2.4"> 284 284 <!ENTITY subversion-version "1.9.3"> 285 <!ENTITY swig-version "3.0. 7">285 <!ENTITY swig-version "3.0.8"> 286 286 <!ENTITY tcl-version "8.6.4"> 287 287 <!ENTITY tk-version "8.6.4"> -
postlfs/virtualization/qemu.xml
r13d0d6f0 r10f9bb45 7 7 <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2"> 8 8 <!ENTITY qemu-download-ftp " "> 9 <!ENTITY qemu-md5sum " a895e93ec1dafc34bc64ed676f0d55a6">10 <!ENTITY qemu-size "2 4MB">11 <!ENTITY qemu-buildsize " 303 MB (additional 91 MB fortests)">12 <!ENTITY qemu-time " 1.7 SBU (additional 1.0 SBU fortests)">9 <!ENTITY qemu-md5sum "f469f2330bbe76e3e39db10e9ac4f8db"> 10 <!ENTITY qemu-size "25 MB"> 11 <!ENTITY qemu-buildsize "419 MB (with tests)"> 12 <!ENTITY qemu-time "2.4 SBU (with tests)"> 13 13 ]> 14 14 … … 79 79 <xref linkend="curl"/>, 80 80 <xref linkend="cyrus-sasl"/>, 81 <xref linkend="gnutls"/>, 81 82 <xref linkend="gtk2"/>, 82 83 <xref linkend="gtk3"/>, 83 84 <xref linkend="libusb"/>, 85 <xref linkend="libgcrypt"/>, 84 86 <xref linkend="lzo"/>, 87 <xref linkend="nettle"/>, 85 88 <xref linkend="nss"/> (for libcacard.so), 86 <xref linkend="mesa"/>, and 87 <xref linkend="vte"/> 89 <xref linkend="mesa"/>, 90 <xref linkend="sdl"/>, 91 <xref linkend="vte"/>, 92 <ulink url="http://www.libssh2.org">libssh2</ulink> 88 93 </para> 89 94 … … 152 157 153 158 <note><para>Qemu is capable of running many targets. The build process 154 is also capable of building multiple targets at one time in a 159 is also capable of building multiple targets at one time in a 155 160 comma delimited list assigned to <option>--target-list</option>. Run 156 161 <command>./configure --help</command> to get a complete list of … … 164 169 fi 165 170 166 ./configure --prefix=/usr \ 167 --sysconfdir=/etc \ 168 --target-list=$QEMU_ARCH \ 171 mkdir -vp build && 172 cd build && 173 174 ./configure --prefix=/usr \ 175 --sysconfdir=/etc \ 176 --target-list=$QEMU_ARCH \ 177 --audio-drv-list=alsa \ 169 178 --docdir=/usr/share/doc/qemu-&qemu-version; && 170 179 unset QEMU_ARCH && … … 213 222 the installed program. For instance:</para> 214 223 215 <screen role="root"><userinput>ln -sv qemu-system-x86_64/usr/bin/qemu</userinput></screen>224 <screen role="root"><userinput>ln -sv qemu-system-`uname -m` /usr/bin/qemu</userinput></screen> 216 225 </note> 217 226 … … 222 231 223 232 <para> 224 < option>--audio-drv-list=alsa</option>: This switch sets the audio driver225 to ALSA. For other drivers see the --audio-drv-list list in233 <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio 234 driver to ALSA. For other drivers see the --audio-drv-list list in 226 235 <command>configure</command>'s help output. The default audio driver is 227 236 OSS. … … 243 252 <note><para>The following instructions assume you have created the optional 244 253 symbolic link, <userinput>qemu</userinput>. Additionally, you must run 245 <userinput>qemu</userinput> from an X Window System based terminal 254 <userinput>qemu</userinput> from an X Window System based terminal 246 255 (either locally or over ssh).</para></note> 247 256 … … 391 400 <seglistitem> 392 401 <seg> 402 ivshmem-client, 403 ivshmem-server, 404 qemu (symlink), 393 405 qemu-ga, 394 406 qemu-img, 395 407 qemu-io, 396 408 qemu-nbd, 397 qemu-system- x86_64,409 qemu-system-<arch>, 398 410 virtfs-proxy-helper, and 399 411 vscclient … … 401 413 <seg>libcacard.so</seg> 402 414 <seg> 403 /etc/qemu, 404 /usr/include/cacard, 405 /usr/lib/qemu, 406 /usr/share/qemu, and 415 /etc/qemu and 407 416 /usr/share/doc/qemu-&qemu-version; 408 417 </seg> -
x/lib/qt5.xml
r13d0d6f0 r10f9bb45 83 83 <bridgehead renderas="sect4">Required</bridgehead> 84 84 <para role="required"> 85 <xref linkend="python2"/> and 85 86 <xref linkend="xorg7-lib"/> 86 87 </para>
Note:
See TracChangeset
for help on using the changeset viewer.