Changeset 45e4bc5 for multimedia/libdriv


Ignore:
Timestamp:
06/04/2003 02:39:18 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
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:
8336f72
Parents:
93b6448
Message:

updated to alsa-0.9.4

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

Location:
multimedia/libdriv/alsa
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa/alsa.ent

    r93b6448 r45e4bc5  
    11<!ENTITY alsa SYSTEM "../alsa.xml">
    2 <!ENTITY alsa-version "0.9.2">
     2<!ENTITY alsa-version "0.9.4">
    33
    44<!ENTITY % alsa-driver SYSTEM "driver/alsa-driver.ent">
  • multimedia/libdriv/alsa/driver/alsa-driver-exp.xml

    r93b6448 r45e4bc5  
    11<sect2>
    22<title>Command explanations</title>
    3 
    4 <para>&lt;kernel-version&gt; should be replaced with your kernel version,
    5 including any EXTRAVERSION such as -ac1 or -ac2.  If you are using a normal
    6 kernel tarball, it will simply be the standard number (such as
    7 2.4.19).</para>
    83
    94<para><userinput>--with-sequencer=yes </userinput>: This tells the
     
    2015ISA soundcard, it's best to say yes here.</para>
    2116
    22 <para><userinput>--with-cards=... </userinput>: You can tell the script just
     17<para><userinput>--with-cards=all </userinput>: You can tell the script just
    2318to build the drivers for your particular sound card here.  For full information
    2419on which drivers are available see <userinput>./configure
    2520--help</userinput>.  If you aren't sure which chipset your soundcard uses,
    2621have a look in <filename>CARDS-STATUS</filename> in the alsa-driver source
    27 tree.  If you want to build all drivers (for some reason) then
    28 simply leave out the <userinput>--with-cards</userinput> statement
    29 entirely.</para>
     22tree.  the default specified here will build all drivers.</para>
    3023
    3124</sect2>
  • multimedia/libdriv/alsa/driver/alsa-driver-inst.xml

    r93b6448 r45e4bc5  
    1313
    1414<para><screen><userinput>./configure \
    15    --with-moddir=/lib/modules/&lt;kernel-version&gt;/kernel/drivers/sound/ \
    16    --with-kernel=/lib/modules/&lt;kernel-version&gt;/build \
     15   --with-moddir=/lib/modules/`uname -r`/kernel/drivers/sound \
     16   --with-kernel=/lib/modules/`uname -r`/build \
    1717   --with-sequencer=yes \
    1818   --with-oss=yes \
    1919   --with-isapnp=no \
    20    --with-cards=&lt;soundcards-to-compile&gt; &amp;&amp;
     20   --with-cards=all &amp;&amp;
    2121make &amp;&amp;
    2222make install</userinput></screen></para>
  • multimedia/libdriv/alsa/driver/alsa-driver.ent

    r93b6448 r45e4bc5  
    99<!ENTITY alsa-driver-download-http "http://www.alsa-project.org/alsa/ftp/driver/alsa-driver-&alsa-driver-version;.tar.bz2">
    1010<!ENTITY alsa-driver-download-ftp "ftp://ftp.alsa-project.org/pub/driver/alsa-driver-&alsa-driver-version;.tar.bz2">
    11 <!ENTITY alsa-driver-size "1.6 MB">
     11<!ENTITY alsa-driver-size "1.5 MB">
  • multimedia/libdriv/alsa/lib/alsa-lib.ent

    r93b6448 r45e4bc5  
    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 "485 KB">
     10<!ENTITY alsa-lib-size "486 KB">
  • multimedia/libdriv/alsa/oss/alsa-oss.ent

    r93b6448 r45e4bc5  
    55<!ENTITY alsa-oss-config SYSTEM "alsa-oss-config.xml">
    66<!ENTITY alsa-oss-buildsize "1.3 MB">
    7 <!ENTITY alsa-oss-version "0.9.1">
     7<!ENTITY alsa-oss-version "&alsa-version;">
    88<!ENTITY alsa-oss-download-http "http://www.alsa-project.org/alsa/ftp/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
    99<!ENTITY alsa-oss-download-ftp "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-&alsa-oss-version;.tar.bz2">
  • multimedia/libdriv/alsa/tools/alsa-tools.ent

    r93b6448 r45e4bc5  
    44<!ENTITY alsa-tools-desc SYSTEM "alsa-tools-desc.xml">
    55<!ENTITY alsa-tools-buildsize "6.8 MB (to compile all tools)">
    6 <!ENTITY alsa-tools-version "0.9.1">
     6<!ENTITY alsa-tools-version "&alsa-version;">
    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 "376 KB">
     9<!ENTITY alsa-tools-size "661 KB">
Note: See TracChangeset for help on using the changeset viewer.