Changeset 64bc4bd


Ignore:
Timestamp:
08/26/2002 11:44:12 PM (22 years ago)
Author:
Mark Hymers <markh@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fed44ca9
Parents:
f3d2f8b
Message:

alsa rewrite

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

Files:
31 added
5 deleted
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf3d2f8b r64bc4bd  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 26th, 2002 [markh]: Multimedia.  Rewrite of ALSA
     14instructions and update then to 0.9.0rc3 (0.5.x support
     15removed).</para></listitem>
    1216
    1317<listitem><para>August 26th, 2002 [larry]: Server: Added exim-4.10,
  • multimedia/libdriv/alsa.xml

    rf3d2f8b r64bc4bd  
    1818kernel.</para>
    1919
    20 <para>You currently need to decide whether to use the 0.5.x series or
    21 the 0.9-beta series.  At the moment, if you use the 0.9.x drivers, some
    22 older software will fail to compile with ALSA support.  This is because
    23 there is a new API in the 0.9.x series which isn't yet widely supported.
    24 In these cases it is usually possible just to use the OSS driver
    25 emulation which ALSA supplies (which can be superior to the OSS drivers
    26 themselves).  We don't recommend one ALSA series over the other
    27 as there are advantages to both versions, however you should probably
    28 use the latest point release of whichever series you decide to
    29 use.</para>
    30 
    31 &alsa-intro;
    32 &alsa-desc;
    33 &alsa-inst;
    34 &alsa-config;
    35 &alsa-cards;
     20<para>The following five sections of the book deal with the five seperate
     21components of alsa: the drivers, the libraries, the utilities, the tools and
     22the OSS compatibility libraries.</para>
    3623
    3724</sect1>
    3825
     26&alsa-driver;
     27&alsa-lib;
     28&alsa-utils;
     29&alsa-tools;
     30&alsa-oss;
  • multimedia/libdriv/alsa/alsa.ent

    rf3d2f8b r64bc4bd  
    11<!ENTITY alsa SYSTEM "../alsa.xml">
    2 <!ENTITY alsa-intro SYSTEM "alsa-intro.xml">
    3 <!ENTITY alsa-inst SYSTEM "alsa-inst.xml">
    4 <!ENTITY alsa-desc SYSTEM "alsa-desc.xml">
    5 <!ENTITY alsa-config SYSTEM "alsa-config.xml">
    6 <!ENTITY alsa-cards SYSTEM "alsa-cards.xml">
    7 <!ENTITY alsa-buildsize "4-6MB (depending on chosen drivers)">
    8 <!ENTITY alsa-version "0.5.12a/0.9.0rc2">
    9 <!ENTITY alsa-download-http "http://www.alsa-project.org">
    10 <!ENTITY alsa-download-ftp "">
    11 <!ENTITY alsa-size "400-600k (depending on version)">
     2<!ENTITY alsa-version "0.9.0rc3">
     3
     4<!ENTITY % alsa-driver SYSTEM "driver/alsa-driver.ent">
     5<!ENTITY % alsa-lib SYSTEM "lib/alsa-lib.ent">
     6<!ENTITY % alsa-utils SYSTEM "utils/alsa-utils.ent">
     7<!ENTITY % alsa-tools SYSTEM "tools/alsa-tools.ent">
     8<!ENTITY % alsa-oss SYSTEM "oss/alsa-oss.ent">
     9
     10%alsa-driver;
     11%alsa-lib;
     12%alsa-utils;
     13%alsa-tools;
     14%alsa-oss;
  • multimedia/libdriv/alsa/oss/alsa-oss-exp.xml

    rf3d2f8b r64bc4bd  
    1 <sect1>
     1<sect2>
    22<title>Command explanations</title>
    33
    44<para><userinput>COMMAND:</userinput> This command does something.</para>
    55
    6 </sect1>
     6</sect2>
    77
Note: See TracChangeset for help on using the changeset viewer.