Changeset 4c86c6ac


Ignore:
Timestamp:
03/20/2003 12:13:12 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, 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:
2f42936
Parents:
766e17e
Message:

updated to alsa-0.9.2

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r766e17e r4c86c6ac  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>March 19th, 2003 [tushar]: Multimedia: Updated to
     14alsa-0.9.2 (James Iwanek's patch).</para></listitem>
    1215
    1316<listitem><para>March 19th, 2003 [tushar]: Mozilla: Added patch for Alpha
  • multimedia/libdriv/alsa/alsa.ent

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

    r766e17e r4c86c6ac  
    33
    44<para>&lt;kernel-version&gt; should be replaced with your kernel version,
    5 including any EXTRAVERSION such as -ac1 or -aa2.  If you are using a normal
     5including any EXTRAVERSION such as -ac1 or -ac2.  If you are using a normal
    66kernel tarball, it will simply be the standard number (such as
    772.4.19).</para>
    8 
    9 <para>&lt;path-to-kernel-source-tree-to-build-for&gt; should be replaced
    10 with the directory where the kernel source tree is for the version of the
    11 kernel you wish to build for.  For example, if you want to build for kernel
    12 2.4.19, it may be <filename
    13 class="directory">/usr/src/linux-2.4.19</filename>.  This is needed because
    14 the alsa drivers must be compiled against the correct version of the kernel
    15 headers.</para>
    168
    179<para><userinput>--with-sequencer=yes </userinput>: This tells the
  • multimedia/libdriv/alsa/driver/alsa-driver-inst.xml

    r766e17e r4c86c6ac  
    1414<para><screen><userinput>./configure \
    1515   --with-moddir=/lib/modules/&lt;kernel-version&gt;/kernel/drivers/sound/ \
    16    --with-kernel=&lt;path-to-kernel-source-tree-to-build-for&gt; \
     16   --with-kernel=/lib/modules/&lt;kernel-version&gt;/build \
    1717   --with-sequencer=yes \
    1818   --with-oss=yes \
  • multimedia/libdriv/alsa/lib/alsa-lib.ent

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

    r766e17e r4c86c6ac  
    55<!ENTITY alsa-oss-config SYSTEM "alsa-oss-config.xml">
    66<!ENTITY alsa-oss-buildsize "1.3 MB">
    7 <!ENTITY alsa-oss-version "&alsa-version;">
     7<!ENTITY alsa-oss-version "0.9.1">
    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

    r766e17e r4c86c6ac  
    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 "&alsa-version;">
     6<!ENTITY alsa-tools-version "0.9.1">
    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">
  • multimedia/libdriv/alsa/utils/alsa-utils-config.xml

    r766e17e r4c86c6ac  
    3838case "$1" in
    3939    start)
    40         echo -n "Starting alsa...    Restoring volumes..."
     40        echo "Starting alsa...    Restoring volumes..."
    4141        loadproc /usr/sbin/alsactl restore
    42         #echo -n "                    Loading MIDI font..."
     42        #echo "                    Loading MIDI font..."
    4343        #loadproc sfxload /path/to/soundfont
    4444        ;;
    4545
    4646    stop)
    47         echo -n "Stopping alsa...    Saving volumes......"
     47        echo "Stopping alsa...    Saving volumes......"
    4848        loadproc /usr/sbin/alsactl store
    49         #echo -n "            Removing MIDI font.........."
     49        #echo "            Removing MIDI font.........."
    5050        #loadproc sfxload -i
    5151        ;;
  • multimedia/libdriv/alsa/utils/alsa-utils.ent

    r766e17e r4c86c6ac  
    88<!ENTITY alsa-utils-download-http "http://www.alsa-project.org/alsa/ftp/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
    99<!ENTITY alsa-utils-download-ftp "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
    10 <!ENTITY alsa-utils-size "105 KB">
     10<!ENTITY alsa-utils-size "106 KB">
Note: See TracChangeset for help on using the changeset viewer.