qt warning, remove ftp on vorbis

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@394 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2002-11-21 02:17:55 +00:00
parent d916d2dbbf
commit 84525d96be
5 changed files with 17 additions and 5 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
<!ENTITY version "20021118">
<!ENTITY releasedate "November 18th, 2002">
<!ENTITY version "20021120">
<!ENTITY releasedate "November 20th, 2002">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">

View File

@ -10,6 +10,12 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>November 20th, 2002 [larry]: X: Added warning to QT.
Multimedia: Removed ftp site for vorbis-tools, libao, ogg and vorbis
reported by Bill.</para></listitem>
<listitem><para>November 19th, 2002 [highos]: Content: Updated to apache-1.3.27 and mysql-3.23.53.</para></listitem>
<listitem><para>November 19th, 2002 [billyoc]: Content: Add C++ and
java support to db-4.0.14.</para></listitem>

View File

@ -5,5 +5,5 @@
<!ENTITY vorbistools-buildsize "3 MB">
<!ENTITY vorbistools-version "1.0">
<!ENTITY vorbistools-download-http "http://fatpipe.vorbis.com/files/1.0/unix/vorbis-tools-1.0.tar.gz">
<!ENTITY vorbistools-download-ftp "ftp://ftp.linuxpowered.com/pub/Vorbis/unix/vorbis-tools-1.0.tar.gz">
<!ENTITY vorbistools-download-ftp "">
<!ENTITY vorbistools-size "420 KB">

View File

@ -7,5 +7,5 @@
<!ENTITY libao-buildsize "1.7 MB">
<!ENTITY libao-version "0.8.3">
<!ENTITY libao-download-http "http://fatpipe.vorbis.com/files/1.0/unix/libao-0.8.3.tar.gz">
<!ENTITY libao-download-ftp "ftp://ftp.linuxpowered.com/pub/Vorbis/unix/libao-0.8.3.tar.gz">
<!ENTITY libao-download-ftp "">
<!ENTITY libao-size "212 KB">

View File

@ -19,7 +19,13 @@ The build time for qt is quite long. If you want to save some time and don't wa
<userinput>make sub-tools</userinput>
</para>
</note>
<warning><para>
There appears to be some compatibility issues for KDE that has been
compiled with the 3.0.x series of QT and then updated to the QT-3.1.0.
There also appears to be issues when KDE-3.0.x is compiled against
QT-3.1.0. If you are looking for a stable setup and the security
alerts for KDE do not affect you, KDE-3.0.4 compiled against QT-3.0.5 or
QT-3.0.6 is the way to go for now.</para></warning>
</sect2>