summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-lib/DETAILS
blob: 4a2ff07e153ec038da06c2b0b23ad3bcc711c44e (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
           SPELL=alsa-lib
if [[ $ALSA_LIB_BRANCH == scm ]]; then
  if [[ $ALSA_LIB_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://git.alsa-project.org/alsa-lib.git:alsa-lib-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
  FORCE_DOWNLOAD=1
else
         VERSION=1.0.28
     SOURCE_HASH=sha512:a08430d0beb4a751b1608d148f4fc3d1077a689f5f7197b830a2768d66238b69de2614448d56643fbcb3141faa06ab361b7a8579cce4303304bce8c10de01f08
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/lib/$SOURCE
fi
      LICENSE[0]=LGPL
        KEYWORDS="drivers audio"
        WEB_SITE=http://www.alsa-project.org/
         ENTERED=20010922
           SHORT="library API for using the Advanced Linux Sound Architecture"
cat << EOF
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.

This spell provides the alsa init script.
EOF