Changeset 64bc4bd
- Timestamp:
- 08/26/2002 11:44:12 PM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fed44ca9
- Parents:
- f3d2f8b
- Files:
-
- 31 added
- 5 deleted
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rf3d2f8b r64bc4bd 10 10 11 11 <itemizedlist> 12 13 <listitem><para>August 26th, 2002 [markh]: Multimedia. Rewrite of ALSA 14 instructions and update then to 0.9.0rc3 (0.5.x support 15 removed).</para></listitem> 12 16 13 17 <listitem><para>August 26th, 2002 [larry]: Server: Added exim-4.10, -
multimedia/libdriv/alsa.xml
rf3d2f8b r64bc4bd 18 18 kernel.</para> 19 19 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 21 components of alsa: the drivers, the libraries, the utilities, the tools and 22 the OSS compatibility libraries.</para> 36 23 37 24 </sect1> 38 25 26 &alsa-driver; 27 &alsa-lib; 28 &alsa-utils; 29 &alsa-tools; 30 &alsa-oss; -
multimedia/libdriv/alsa/alsa.ent
rf3d2f8b r64bc4bd 1 1 <!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 <sect 1>1 <sect2> 2 2 <title>Command explanations</title> 3 3 4 4 <para><userinput>COMMAND:</userinput> This command does something.</para> 5 5 6 </sect 1>6 </sect2> 7 7
Note:
See TracChangeset
for help on using the changeset viewer.