mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
xmms intro update, postfix script change, dri typo
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@44 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
36cc0aaeea
commit
086c6c6e64
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"/usr/share/docbook/docbookx.dtd" [
|
||||
|
||||
<!ENTITY version "20020722">
|
||||
<!ENTITY releasedate "July 22nd, 2002">
|
||||
<!ENTITY version "20020730">
|
||||
<!ENTITY releasedate "July 30th, 2002">
|
||||
|
||||
<!ENTITY % book SYSTEM "book/book.ent">
|
||||
<!ENTITY % preface SYSTEM "preface/preface.ent">
|
||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>July 30th, 2002 [larry]: Multimedia: modified intro for
|
||||
xmms for links.</para></listitem>
|
||||
|
||||
<listitem><para>July 22nd, 2002 [bdubbs]: Deleted duplicate define in
|
||||
xfree86 hosts.def file.</para></listitem>
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
<sect2>
|
||||
<title>Introduction to XMMS</title>
|
||||
|
||||
<screen>Download location: &XMMS-download;
|
||||
<screen>Download location (HTTP): <ulink url="&XMMS-download-http;"/>
|
||||
Download location (FTP): <ulink url="&XMMS-download-ftp;"/>
|
||||
Version used: &XMMS-version;
|
||||
Package size: &XMMS-size;
|
||||
Estimated Disk space required: &XMMS-buildsize;</screen>
|
||||
@ -9,7 +10,8 @@ Estimated Disk space required: &XMMS-buildsize;</screen>
|
||||
<para>XMMS is an audio player for the X Window System. </para>
|
||||
|
||||
<screen>XMMS depends on:
|
||||
a working soundcard, x11, gtk, glib
|
||||
XMMS will utilize esd, gnome, libmikmod, libogg, libvorbis and libxml if
|
||||
a working soundcard, <xref linkend="xfree86"/>, <xref linkend="GTK"/> and <xref linkend="GLib"/>
|
||||
XMMS will utilize esd, gnome, libmikmod, <xref linkend="libogg"/>, <xref
|
||||
linkend="libvorbis"/> and <xref linkend="libxml"/> if
|
||||
installed prior to XMMS.</screen>
|
||||
</sect2>
|
||||
|
@ -4,7 +4,8 @@
|
||||
<!ENTITY XMMS-exp SYSTEM "XMMS-exp.xml">
|
||||
<!ENTITY XMMS-desc SYSTEM "XMMS-desc.xml">
|
||||
<!ENTITY XMMS-config SYSTEM "XMMS-config.xml">
|
||||
<!ENTITY XMMS-buildsize "NOT KNOWN">
|
||||
<!ENTITY XMMS-buildsize "17 MB">
|
||||
<!ENTITY XMMS-version "1.2.7">
|
||||
<!ENTITY XMMS-download "ftp://ftp.xmms.org/xmms/1.2.x/xmms-1.2.7.tar.bz2">
|
||||
<!ENTITY XMMS-size "1.7 MB">
|
||||
<!ENTITY XMMS-download-http "http://www.xmms.org/files/1.2.x/xmms-1.2.7.tar.bz2">
|
||||
<!ENTITY XMMS-download-ftp "ftp://ftp.xmms.org/xmms/1.2.x/xmms-1.2.7.tar.bz2">
|
||||
<!ENTITY XMMS-size "11 MB">
|
||||
|
@ -58,17 +58,17 @@ source $rc_functions
|
||||
case "$1" in
|
||||
|
||||
start)
|
||||
echo "Starting Mail Service..."
|
||||
echo "Starting Postfix..."
|
||||
loadproc postfix start
|
||||
;;
|
||||
|
||||
stop)
|
||||
echo "Stopping Mail Service..."
|
||||
echo "Stopping Postfix..."
|
||||
loadproc postfix stop
|
||||
;;
|
||||
|
||||
reload)
|
||||
echo "Reloading Mail Service..."
|
||||
echo "Reloading Postfix..."
|
||||
loadproc postfix reload
|
||||
;;
|
||||
|
||||
|
@ -101,7 +101,7 @@ lndir -silent -ignorelinks ../XFree40</screen>
|
||||
|
||||
<para>Now update the <filename>host.def</filename> file. The only change
|
||||
necessary is to uncomment the <parameter>BuildXF86DRM</parameter> define.
|
||||
Sinece DRI is still in Beta, changing the optimizations is not recommended.
|
||||
Since DRI is still in Beta, changing the optimizations is not recommended.
|
||||
</para>
|
||||
<para>
|
||||
If you do not want to build all the drivers, change
|
||||
|
Loading…
Reference in New Issue
Block a user