summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-firmware/DETAILS
blob: 2d3b66c91135bfe79ade6e99d77126f8c32c4685 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
. "$GRIMOIRE/FUNCTIONS"
           SPELL=alsa-firmware
if [[ $ALSA_FIRMWARE_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://git.alsa-project.org/alsa-firmware.git:alsa-firmware-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
  FORCE_DOWNLOAD=1
else
         VERSION=1.0.25
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/firmware/$SOURCE
     SOURCE_HASH=sha512:f2f58bcc30f1c75e2d64b0a7e8c76bb6d318a1d9c0136ad4c8e3be56ec16f73083c77a499f4e87406afadf97536e844862df91502eede6e51c0588d2ecc999e0
fi
        WEB_SITE=http://www.alsa-project.org/
         ENTERED=20031205
         ARCHIVE="off"
      LICENSE[0]=GPL
        KEYWORDS="drivers audio"
           SHORT="This is the firmware pack for some specific soundcard."
cat << EOF
From http://www.alsa-project.org/intro.php3
The Advanced Linux Sound Architecture project is being developed in the
Linux operating system and is released under version 2 of the GPL (GNU
general public license) and the LGPL (GNU library general public license).

Primary goals: 

1. Create a fully modularized sound driver which supports kerneld and kmod.

2. Create the ALSA Kernel API which surpasses the current OSS API.

3. Maintain compatibility with most OSS/Lite binaries.

4. Create the ALSA Library (C, C++), which simplifies ALSA application
development.

5. Create the ALSA Manager, an interactive configuration program for
the driver.

Lastly, this sorcery spell supports one and only one sound card.
If you have more or it is ISA, then you will likely have to create
a custom spell.
EOF