Changeset da23cf6a


Ignore:
Timestamp:
09/20/2003 03:56:53 AM (21 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
be1cb17
Parents:
7890d2be
Message:

updated alsa intro, modified apache instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1126 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 deleted
29 edited

Legend:

Unmodified
Added
Removed
  • content/web/apache/apache-desc.xml

    r7890d2be rda23cf6a  
    1414<command>htpasswd</command>,
    1515<command>httpd</command>,
     16<command>instdso.sh</command>,
    1617<command>logresolve</command>,
    1718<command>rotatelogs</command>,
     
    5859server program.</para></sect3>
    5960
     61<sect3><title>instdso.sh</title>
     62<para><command>instdso.sh</command> is a script which installs Apache
     63<acronym>DSO</acronym> modules.</para></sect3>
     64
    6065<sect3><title>logresolve</title>
    6166<para><command>logresolve</command> is a post-processing program to
  • content/web/apache/apache-inst.xml

    r7890d2be rda23cf6a  
    77useradd -c apache -d /dev/null -g apache -s /bin/false apache</command></userinput></screen>
    88
     9<para>The following patch will define the layout of destination directories
     10and among them the build directory at
     11<filename class="directory">/usr/lib/apache/build</filename>. This
     12will enable the modules added to <application>Apache</application> to
     13be configured without errors. Apply the patch:</para>
     14
     15<screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config.patch</command>
     16</userinput></screen>
     17
    918<para>Build and install <application>Apache</application> by running the following commands:</para>
    1019
    11 <screen><userinput><command>./configure --prefix=/usr \
    12             --sbindir=/usr/sbin \
    13             --libexecdir=/usr/lib/apache \
    14             --datadir=/var/www \
    15             --sysconfdir=/etc/apache \
    16             --localstatedir=/var/www \
    17             --includedir=/usr/include/apache \
     20<screen><userinput><command>./configure --enable-layout=LFS \
    1821            --enable-mods-shared=all &amp;&amp;
    1922make &amp;&amp;
  • content/web/apache/apache-intro.xml

    r7890d2be rda23cf6a  
    1616</sect3>
    1717
     18<sect3><title>Additional downloads</title>
     19<itemizedlist spacing='compact'>
     20<listitem><para>Required Patch: <ulink
     21url="&hfile-root;/httpd-&apache-version;-config.patch"/></para></listitem>
     22</itemizedlist></sect3>
     23
    1824<sect3><title><application>Apache</application> dependencies</title>
    1925<sect4><title>Optional</title>
  • introduction/welcome/changelog.xml

    r7890d2be rda23cf6a  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>September 19th, 2003 [igor] : updated ALSA packages
     14intro, modified Apache instructions.</para></listitem>
    1215
    1316<listitem><para>September 19th, 2003 [larry]: updated to
  • multimedia/libdriv/alsa/driver/alsa-driver-config.xml

    r7890d2be rda23cf6a  
    1313<filename>/etc/modules.conf</filename>:</para>
    1414
    15 <para><screen><userinput>cat &gt;&gt; /etc/modules.conf &lt;&lt; "EOF"</userinput>
     15<screen><userinput><command>cat &gt;&gt; /etc/modules.conf &lt;&lt; "EOF"
    1616alias char-major-14 soundcore
    1717alias char-major-116 snd
     
    2525alias sound-service-0-3 snd-pcm-oss
    2626alias sound-service-0-8 snd-seq-midi
    27 <userinput>EOF</userinput></screen></para>
     27EOF</command></userinput></screen>
    2828
    2929<para>&lt;soundcard-name&gt; needs to be replaced with the driver relevant
     
    3535<filename>depmod</filename>.  If the drivers you have compiled are for the
    3636version of the kernel you are currently running, simply run
    37 <screen><userinput>depmod</userinput></screen>  If you are compiling
     37<screen><userinput><command>depmod</command></userinput></screen>  If you are compiling
    3838drivers for a different kernel version to that which you are running, you
    3939will need to use a line along the lines of:
    40 <screen><userinput>depmod -a 2.4.19 -F /boot/System.map-2.4.19</userinput></screen></para>
     40<screen><userinput><command>depmod -a 2.4.19 -F /boot/System.map-2.4.19</command>
     41</userinput></screen></para>
    4142
    4243</sect3>
    4344
    4445</sect2>
    45 
  • multimedia/libdriv/alsa/driver/alsa-driver-desc.xml

    r7890d2be rda23cf6a  
    22<title>Contents</title>
    33
    4 <para>The alsa-driver package contains the <userinput>alsa sound card
    5 drivers</userinput>and <userinput>include files</userinput></para>
     4<para>The alsa-driver package contains the alsa sound card
     5drivers and include files.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>alsa sound card drivers</title>
    12 <para>These are kernel modules which provide audio and MIDI functionality
     12<para>These are kernel modules which provide audio and
     13<acronym>MIDI</acronym> functionality
    1314to the operating system.</para></sect3>
    1415
     
    1617<para>These are installed in <filename
    1718class="directory">/usr/include/sound</filename> and are required to compile
    18 certain packages such as <filename>alsa-lib</filename>.</para></sect3>
     19certain packages such as alsa-lib.</para></sect3>
    1920
    2021</sect2>
    21 
  • multimedia/libdriv/alsa/driver/alsa-driver-exp.xml

    r7890d2be rda23cf6a  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--with-sequencer=yes </userinput>: This tells the
     4<para><command>--with-sequencer=yes</command> : This tells the
    55alsa-driver package to build the sequencer modules for whichever soundcards
    6 you are building for.  Most people want them so you will usually want to
     6you are building for. Most people want them so you will usually want to
    77leave it set to yes.</para>
    88
    9 <para><userinput>--with-oss=yes </userinput>: This tells the package to
    10 build the OSS/Free emulation modules. Again, most people want this so it's
     9<para><command>--with-oss=yes</command> : This tells the package to
     10build the <acronym>OSS</acronym>/Free emulation modules. Again, most people want this so it's
    1111probably best to stick with yes.</para>
    1212
    13 <para><userinput>--with-isapnp=no </userinput>: Most sound cards these days
    14 are PCI and so ISA Plug and Play support isn't needed.  If you are using an
    15 ISA soundcard, it's best to say yes here.</para>
     13<para><command>--with-isapnp=no</command> : Most sound cards these days
     14are <acronym>PCI</acronym> and so <acronym>ISA</acronym> Plug and Play
     15support isn't needed. If you are using an
     16<acronym>ISA</acronym> soundcard, it's best to say yes here.</para>
    1617
    17 <para><userinput>--with-cards=all </userinput>: You can tell the script just
    18 to build the drivers for your particular sound card here.  For full information
    19 on which drivers are available see <userinput>./configure
    20 --help</userinput>. If you aren't sure which chipset your soundcard uses,
     18<para><command>--with-cards=all</command> : You can tell the script just
     19to build the drivers for your particular sound card here. For full information
     20on which drivers are available see <command>./configure
     21--help</command>. If you aren't sure which chipset your soundcard uses,
    2122have a look in <filename>CARDS-STATUS</filename> in the alsa-driver source
    22 tree.  the default specified here will build all drivers.</para>
     23tree. The default specified here will build all drivers.</para>
    2324
    2425</sect2>
  • multimedia/libdriv/alsa/driver/alsa-driver-inst.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Installation of alsa-driver</title>
     2<title>Installation of <application>alsa-driver</application></title>
    33
    44<para>Before installing the alsa-drivers note that in your kernel
     
    1010alsa driver modules.</para>
    1111
    12 <para>Install alsa-driver using the following commands as a template:</para>
     12<note><para>Because alsa drivers are kernel
     13modules, they must be compiled with the same compiler the kernel has
     14used.</para></note>
    1315
    14 <para><screen><userinput>./configure \
     16<para>Install <application>alsa-driver</application> using the following
     17commands as a template:</para>
     18
     19<screen><userinput><command>./configure \
    1520   --with-moddir=/lib/modules/`uname -r`/kernel/drivers/sound \
    1621   --with-kernel=/lib/modules/`uname -r`/build \
     
    2025   --with-cards=all &amp;&amp;
    2126make &amp;&amp;
    22 make install</userinput></screen></para>
     27make install</command></userinput></screen>
    2328
    2429<para>If this is the first time you have installed the alsa drivers, you
    2530will need to create the <filename class="directory">/dev</filename> entries
    2631using the script provided in the alsa-driver source tree:
    27 <screen><userinput>./snddevices</userinput></screen></para>
     32<screen><userinput><command>./snddevices</command></userinput></screen></para>
    2833
    2934</sect2>
    30 
  • multimedia/libdriv/alsa/driver/alsa-driver-intro.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Introduction to alsa-driver</title>
     2<title>Introduction to <application>alsa-driver</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&alsa-driver-download-http;"/>
    5 Download location (FTP):        <ulink url="&alsa-driver-download-ftp;"/>
    6 Version used:                   &alsa-driver-version;
    7 Package size:                   &alsa-driver-size;
    8 Estimated Disk space required:  &alsa-driver-buildsize;</screen>
    9 
    10 <para>The alsa-driver package contains the alsa sound drivers.  These are
     4<para>The <application>alsa-driver</application> package contains the alsa sound drivers. These are
    115the next generation of sound drivers for Linux.</para>
    126
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&alsa-driver-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&alsa-driver-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &alsa-driver-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &alsa-driver-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &alsa-driver-time;</para></listitem></itemizedlist>
     14</sect3>
     15
    1316</sect2>
  • multimedia/libdriv/alsa/driver/alsa-driver.ent

    r7890d2be rda23cf6a  
    1010<!ENTITY alsa-driver-download-ftp "ftp://ftp.alsa-project.org/pub/driver/alsa-driver-&alsa-driver-version;.tar.bz2">
    1111<!ENTITY alsa-driver-size "1.5 MB">
     12<!ENTITY alsa-driver-time "0.55 SBU">
  • multimedia/libdriv/alsa/lib/alsa-lib-desc.xml

    r7890d2be rda23cf6a  
    22<title>Contents</title>
    33
    4 <para>The alsa-lib package contains <userinput>aserver</userinput> and the
    5 <filename>alsa</filename> library.</para>
     4<para>The alsa-lib package contains <command>aserver</command> and the
     5<filename class="libraryfile">libasound</filename> library.</para>
    66
    77</sect2>
     
    99<sect2><title>Description</title>
    1010
    11 <sect3><title>aserver</title>
    12 <para>No description is currently available.</para></sect3>
    13 
    1411<sect3><title>libasound (alsa library)</title>
    15 <para>libasound provides alsa functions for application programs.</para></sect3>
     12<para><filename class="libraryfile">libasound</filename> provides alsa
     13functions for application programs.</para></sect3>
    1614
    1715</sect2>
    18 
  • multimedia/libdriv/alsa/lib/alsa-lib-inst.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Installation of alsa-lib</title>
     2<title>Installation of <application>alsa-lib</application></title>
    33
    4 <para>Install alsa-lib by running the following commands:</para>
     4<para>Install <application>alsa-lib</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure &amp;&amp;
     6<screen><userinput><command>./configure &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • multimedia/libdriv/alsa/lib/alsa-lib-intro.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Introduction to alsa-lib</title>
     2<title>Introduction to <application>alsa-lib</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&alsa-lib-download-http;"/>
    5 Download location (FTP):        <ulink url="&alsa-lib-download-ftp;"/>
    6 Version used:                   &alsa-lib-version;
    7 Package size:                   &alsa-lib-size;
    8 Estimated Disk space required:  &alsa-lib-buildsize;</screen>
    9 
    10 <para>The alsa-lib package contains the alsa library.  This is used by
     4<para>The <application>alsa-lib</application> package contains the alsa library.  This is used by
    115programs (including alsa-utils) which wish to use the alsa sound interface.</para>
    126
    13 <screen>alsa-lib depends on:
    14 the header files from <xref linkend="alsa-driver"/></screen>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&alsa-lib-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&alsa-lib-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &alsa-lib-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &alsa-lib-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &alsa-lib-time;</para></listitem></itemizedlist>
     14</sect3>
     15
     16<sect3><title><application>alsa-lib</application> dependencies</title>
     17<sect4><title>Required</title>
     18<para><xref linkend="alsa-driver"/>
     19</para></sect4>
     20</sect3>
    1521
    1622</sect2>
  • multimedia/libdriv/alsa/lib/alsa-lib.ent

    r7890d2be rda23cf6a  
    88<!ENTITY alsa-lib-download-http "http://www.alsa-project.org/alsa/ftp/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
    99<!ENTITY alsa-lib-download-ftp "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-&alsa-lib-version;.tar.bz2">
    10 <!ENTITY alsa-lib-size "486 KB">
     10<!ENTITY alsa-lib-size "501 KB">
     11<!ENTITY alsa-lib-time "0.41 SBU">
  • multimedia/libdriv/alsa/oss/alsa-oss-desc.xml

    r7890d2be rda23cf6a  
    22<title>Contents</title>
    33
    4 <para>The alsa-oss package contains <userinput>aoss</userinput> and the
    5 <filename>alsa oss compatibility</filename> library.</para>
     4<para>The alsa-oss package contains <command>aoss</command> and the
     5<filename class="libraryfile">libaoss</filename> (alsa oss compatibility
     6library) library.</para>
    67
    78</sect2>
    8 
    9 <sect2><title>Description</title>
    10 
    11 <sect3><title>aoss</title>
    12 <para>No description is currently available.</para></sect3>
    13 
    14 <sect3><title>libaoss (alsa oss compatibility library)</title>
    15 <para>No description is currently available</para></sect3>
    16 
    17 </sect2>
    18 
  • multimedia/libdriv/alsa/oss/alsa-oss-inst.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Installation of alsa-oss</title>
     2<title>Installation of <application>alsa-oss</application></title>
    33
    4 <para>Install alsa-oss by running the following commands:</para>
     4<para>Install <application>alsa-oss</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure &amp;&amp;
     6<screen><userinput><command>./configure &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
    11 
  • multimedia/libdriv/alsa/oss/alsa-oss-intro.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Introduction to alsa-oss</title>
    3 
    4 <screen>Download location (HTTP):       <ulink url="&alsa-oss-download-http;"/>
    5 Download location (FTP):        <ulink url="&alsa-oss-download-ftp;"/>
    6 Version used:                   &alsa-oss-version;
    7 Package size:                   &alsa-oss-size;
    8 Estimated Disk space required:  &alsa-oss-buildsize;</screen>
     2<title>Introduction to <application>alsa-oss</application></title>
    93
    104<para>The alsa-oss package contains the alsa oss compatibility library.
    115This is used by programs which wish to use the alsa oss sound interface</para>
    126
    13 <!--
    14 <screen>alsa-oss depends on:
    15 DEPENDENCY LIST (if any)</screen>
    16 -->
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&alsa-oss-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&alsa-oss-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &alsa-oss-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &alsa-oss-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &alsa-oss-time;</para></listitem></itemizedlist>
     14</sect3>
     15
     16<sect3><title><application>alsa-oss</application> dependencies</title>
     17<sect4><title>Required</title>
     18<para><xref linkend="alsa-lib"/>
     19</para></sect4>
     20</sect3>
    1721
    1822</sect2>
  • multimedia/libdriv/alsa/oss/alsa-oss.ent

    r7890d2be rda23cf6a  
    99<!ENTITY alsa-oss-download-ftp "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
    1010<!ENTITY alsa-oss-size "131 KB">
     11<!ENTITY alsa-oss-time "0.04 SBU">
  • multimedia/libdriv/alsa/tools/alsa-tools-desc.xml

    r7890d2be rda23cf6a  
    22<title>Contents</title>
    33
    4 <para>The tools available in this package are <userinput>ac3dec</userinput>,
    5 <userinput>as10k1</userinput>, <userinput>envy24control</userinput>,
    6 <userinput>sb16_csp</userinput> and <userinput>sbiload</userinput>.</para>
     4<para>The tools available in this package are <command>ac3dec</command>,
     5<command>as10k1</command>, <command>envy24control</command>,
     6<command>sb16_csp</command> and <command>sbiload</command>.</para>
    77
    88</sect2>
     
    1111
    1212<sect3><title>ac3dec</title>
    13 <para>ac3dec is a free AC-3 stream decoder.</para></sect3>
     13<para><command>ac3dec</command> is a free AC-3 stream decoder.</para></sect3>
    1414
    1515<sect3><title>as10k1</title>
    16 <para>as10k1 is an assembler for the emu10k1 DSP chip present in the
     16<para><command>as10k1</command> is an assembler for the emu10k1 DSP chip present in the
    1717Creative SB Live, PCI 512, and emu APS sound cards. It is used to make
    1818audio effects such as a flanger, chorus or reverb.</para></sect3>
    1919
    2020<sect3><title>envy24control</title>
    21 <para>envy24control is a control tool for Envy24 (ice1712) based
     21<para><command>envy24control</command> is a control tool for Envy24 (ice1712) based
    2222soundcards</para></sect3>
    2323
    2424<sect3><title>sb16_csp</title>
    25 <para>sb16_csp is an SB16/AWE32 Creative Signal Processor (ASP/CSP) control
     25<para><command>sb16_csp</command> is an SB16/AWE32 Creative Signal Processor (ASP/CSP) control
    2626program.</para></sect3>
    2727
    2828<sect3><title>sbiload</title>
    29 <para>sbiload is an OPL2/3 FM instrument loader for the ALSA sequencer.</para></sect3>
     29<para><command>sbiload</command>is an OPL2/3 FM instrument loader for
     30the <acronym>ALSA</acronym> sequencer.</para></sect3>
    3031
    3132</sect2>
    32 
  • multimedia/libdriv/alsa/tools/alsa-tools-inst.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Installation of alsa-tools</title>
     2<title>Installation of <application>alsa-tools</application></title>
    33
    4 <para>The alsa-tools package is only needed by those with advanced
     4<para>The <application>alsa-tools</application> package is only needed by those with advanced
    55requirements for their sound card.  The tools are not all built together,
    6 instead you need to <userinput>cd</userinput> into the directory of each
     6instead you need to <command>cd</command> into the directory of each
    77tool you wish to compile and run the following commands:</para>
    88
    9 <para><screen><userinput>./configure &amp;&amp;
     9<screen><userinput><command>./configure &amp;&amp;
    1010make &amp;&amp;
    11 make install</userinput></screen></para>
     11make install</command></userinput></screen>
    1212
    1313</sect2>
    14 
  • multimedia/libdriv/alsa/tools/alsa-tools-intro.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Introduction to alsa-tools</title>
     2<title>Introduction to <application>alsa-tools</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&alsa-tools-download-http;"/>
    5 Download location (FTP):        <ulink url="&alsa-tools-download-ftp;"/>
    6 Version used:                   &alsa-tools-version;
    7 Package size:                   &alsa-tools-size;
    8 Estimated Disk space required:  &alsa-tools-buildsize;</screen>
     4<para>The <application>alsa-tools</application> package contains
     5advanced tools for certain soundcards.</para>
    96
    10 <para>The alsa-tools package contains advanced tools for certain soundcards.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&alsa-tools-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&alsa-tools-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &alsa-tools-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &alsa-tools-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &alsa-tools-time;</para></listitem></itemizedlist>
     14</sect3>
    1115
    12 <screen>alsa-tools depends on:
    13 <xref linkend="alsa-lib"/></screen>
     16<sect3><title><application>alsa-tools</application> dependencies</title>
     17<sect4><title>Required</title>
     18<para><xref linkend="alsa-lib"/>
     19</para></sect4>
     20</sect3>
    1421
    1522</sect2>
  • multimedia/libdriv/alsa/tools/alsa-tools.ent

    r7890d2be rda23cf6a  
    77<!ENTITY alsa-tools-download-http "http://www.alsa-project.org/alsa/ftp/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
    88<!ENTITY alsa-tools-download-ftp "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
    9 <!ENTITY alsa-tools-size "661 KB">
     9<!ENTITY alsa-tools-size "1.3 MB">
     10<!ENTITY alsa-tools-time "">
  • multimedia/libdriv/alsa/utils/alsa-utils-config.xml

    r7890d2be rda23cf6a  
    2424<para>To create the alsa script, do the following:</para>
    2525
    26 <para><screen><userinput>cat &gt; /etc/rc.d/init.d/alsa &lt;&lt; "EOF"</userinput>
     26<screen><userinput><command>cat &gt; /etc/rc.d/init.d/alsa &lt;&lt; "EOF"
    2727#!/bin/sh
    2828# Begin $rc_base/init.d/alsa
     
    6565
    6666# End $rc_base/init.d/alsa
    67 <userinput>EOF
    68 chmod 755 /etc/rc.d/init.d/alsa</userinput></screen></para>
     67EOF
     68chmod 755 /etc/rc.d/init.d/alsa</command></userinput></screen>
    6969
    7070<para>You can then create the appropriate symlinks:
    71 <screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
     71<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7272ln -sf ../init.d/alsa ../rc0.d/K35alsa &amp;&amp;
    7373ln -sf ../init.d/alsa ../rc1.d/K35alsa &amp;&amp;
     
    7676ln -sf ../init.d/alsa ../rc4.d/S40alsa &amp;&amp;
    7777ln -sf ../init.d/alsa ../rc5.d/S40alsa &amp;&amp;
    78 ln -sf ../init.d/alsa ../rc6.d/K35alsa</userinput></screen></para>
     78ln -sf ../init.d/alsa ../rc6.d/K35alsa</command></userinput></screen></para>
    7979
    8080<para>Note that all channels of your soundcard are muted by default. You can
    81 use the <filename>alsamixer</filename> program from alsa-utils (or any other
    82 OSS mixer) to change this.</para>
     81use the <command>alsamixer</command> program from alsa-utils (or any other
     82<acronym>OSS</acronym> mixer) to change this.</para>
    8383
    8484<para>Also, the first time the above script is run, it will complain that
    8585there is no state in <filename>/etc/asound.state</filename>.  You can
    8686prevent this by running the following commands after installing alsa-utils:
    87 <screen><userinput>touch /etc/asound.state &amp;&amp;
    88 alsactl store</userinput></screen></para>
     87<screen><userinput><command>touch /etc/asound.state &amp;&amp;
     88alsactl store</command></userinput></screen></para>
    8989
    9090<para>A final note is that the lines loading <filename>sfxload</filename>
     
    9999
    100100</sect2>
    101 
  • multimedia/libdriv/alsa/utils/alsa-utils-desc.xml

    r7890d2be rda23cf6a  
    22<title>Contents</title>
    33
    4 <para>The alsa-utils package contains <userinput>aconnect</userinput>,
    5 <userinput>alsactl</userinput>, <userinput>alsamixer</userinput>,
    6 <userinput>amixer</userinput>, <userinput>aplay</userinput>,
    7 <userinput>arecord</userinput> and <userinput>aseqnet</userinput>.</para>
     4<para>The alsa-utils package contains <command>aconnect</command>,
     5<command>alsactl</command>, <command>alsamixer</command>,
     6<command>amixer</command>, <command>aplay</command>,
     7<command>arecord</command> and <command>aseqnet</command>.</para>
    88
    99</sect2>
     
    1212
    1313<sect3><title>aconnect</title>
    14 <para>aconnect is a utility for connecting and disconnecting two existing
    15 ports in the ALSA sequencer system.</para></sect3>
     14<para><command>aconnect</command> is a utility for connecting and disconnecting two existing
     15ports in the <acronym>ALSA</acronym> sequencer system.</para></sect3>
    1616
    1717<sect3><title>alsactl</title>
    18 <para>alsactl is used to control advanced settings for the ALSA
    19 soundcard drivers.</para></sect3>
     18<para><command>alsactl</command> is used to control advanced settings
     19for the <acronym>ALSA</acronym> soundcard drivers.</para></sect3>
    2020
    2121<sect3><title>alsamixer</title>
    22 <para>alsamixer is an ncurses-based mixer program for use with the ALSA
    23 soundcard drivers.</para></sect3>
     22<para><command>alsamixer</command> is an ncurses-based mixer program for
     23use with the <acronym>ALSA</acronym> soundcard drivers.</para></sect3>
    2424
    2525<sect3><title>amixer</title>
    26 <para>amixer allows command-line control of the mixers for the ALSA soundcard
    27 drivers.</para></sect3>
     26<para><command>amixer</command> allows command-line control of the
     27mixers for the <acronym>ALSA</acronym> soundcard drivers.</para></sect3>
    2828
    2929<sect3><title>aplay</title>
    30 <para>aplay is a command-line soundfile player for the ALSA soundcard
    31 drivers.</para></sect3>
     30<para><command>aplay</command> is a command-line soundfile player for
     31the <acronym>ALSA</acronym> soundcard drivers.</para></sect3>
    3232
    3333<sect3><title>arecord</title>
    34 <para>arecord is a command-line soundfile recorder for the ALSA soundcard
    35 drivers.</para></sect3>
     34<para><command>arecord</command> is a command-line soundfile recorder
     35for the <acronym>ALSA</acronym> soundcard drivers.</para></sect3>
    3636
    3737<sect3><title>aseqnet</title>
    38 <para>aseqnet is an ALSA sequencer client which sends and receives event
    39 packets over a network.</para></sect3>
     38<para><command>aseqnet</command> is an <acronym>ALSA</acronym> sequencer
     39client which sends and receives event packets over a network.</para></sect3>
    4040
    4141</sect2>
    42 
  • multimedia/libdriv/alsa/utils/alsa-utils-inst.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Installation of alsa-utils</title>
     2<title>Installation of <application>alsa-utils</application></title>
    33
    4 <para>Install alsa-utils by running the following commands:</para>
     4<para>Install <application>alsa-utils</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure &amp;&amp;
     6<screen><userinput><command>./configure &amp;&amp;
    77make &amp;&amp;
    8 make install</userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
    11 
  • multimedia/libdriv/alsa/utils/alsa-utils-intro.xml

    r7890d2be rda23cf6a  
    11<sect2>
    2 <title>Introduction to alsa-utils</title>
     2<title>Introduction to <application>alsa-utils</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&alsa-utils-download-http;"/>
    5 Download location (FTP):        <ulink url="&alsa-utils-download-ftp;"/>
    6 Version used:                   &alsa-utils-version;
    7 Package size:                   &alsa-utils-size;
    8 Estimated Disk space required:  &alsa-utils-buildsize;</screen>
     4<para>The <application>alsa-utils</application> package contains various
     5utilities which are useful for controlling your sound card.</para>
    96
    10 <para>The alsa-utils package contains various utilities which are useful for
    11 controlling your sound card.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&alsa-utils-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&alsa-utils-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &alsa-utils-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &alsa-utils-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &alsa-utils-time;</para></listitem></itemizedlist>
     14</sect3>
    1215
    13 <screen>alsa-utils depends on:
    14 <xref linkend="alsa-lib"/></screen>
     16<sect3><title><application>alsa-utils</application> dependencies</title>
     17<sect4><title>Required</title>
     18<para><xref linkend="alsa-lib"/>
     19</para></sect4>
     20</sect3>
    1521
    1622</sect2>
  • multimedia/libdriv/alsa/utils/alsa-utils.ent

    r7890d2be rda23cf6a  
    99<!ENTITY alsa-utils-download-ftp "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
    1010<!ENTITY alsa-utils-size "106 KB">
     11<!ENTITY alsa-utils-time "0.06 SBU">
  • multimedia/videoutils/transcode/transcode-inst.xml

    r7890d2be rda23cf6a  
    22<title>Installation of <application>transcode</application></title>
    33
     4<!--
    45<para>Everything that can be utilized by
    56<application>transcode</application> should be installed first.</para>
    6 <!--
    77<sect3>
    88<title>OpenDivX or Xvid?</title>
     
    2525
    2626</sect3>
    27 -->
    2827<sect3>
    2928<title>Installing <application>transcode</application></title>
     29-->
    3030
    3131<para>Install <application>transcode</application> by running the following
     
    4040MPlayer Version number is appropriate.</para>
    4141-->
    42 </sect3>
    4342
    4443</sect2>
    45 
  • multimedia/videoutils/transcode/transcode-intro.xml

    r7890d2be rda23cf6a  
    2525url="http://libdv.sourceforge.net">libdv</ulink>,
    2626<xref linkend="SDL"/>, <xref linkend="qt"/>, <xref linkend="avifile"/>,
    27 <xref linkend="lame"/>, <ulink
    28 url="http://fame.sourceforge.net">FAME</ulink>,
    29 <!--<xref linkend="opendivx"/>,--> <xref linkend="xvid"/>, <ulink
    30 url="http://www.oberhumer.com/opensource/lzo">LZO</ulink>, <xref
    31 linkend="ffmpeg"/>, <ulink
     27<xref linkend="lame"/>, <xref linkend="libfame"/>,
     28<!--<xref linkend="opendivx"/>,--> <xref linkend="xvid"/>, <xref
     29linkend="LZO"/>, <xref linkend="ffmpeg"/>, <ulink
    3230url="http://dvd.sourceforge.net">libdvdnav/read</ulink>,
    33 <ulink url="http://www.underbit.com/products/mad">MAD</ulink>, <xref
     31<xref linkend="libmad"/>, <xref
    3432linkend="curl"/> and <xref linkend="libogg"/><!-- Preliminary Support
    3533for OpenQuicktime is under development --></para></sect4>
Note: See TracChangeset for help on using the changeset viewer.