summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pyalsa/DETAILS
blob: de2141a3bfe1e0e77fccc549026427cf054f6f9e (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
           SPELL=pyalsa
if [[ $PYALSA_BRANCH == scm ]]; then
  if [[ $PYALSA_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-python.git:pyalsa-git
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
  FORCE_DOWNLOAD=1
else
         VERSION=1.0.26
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/$SPELL/$SOURCE
     SOURCE_HASH=sha512:3ec3949dc6b2c49fb6f948e6e87485a0fc66d6b2602392e88c15966cf4e0067e91d0eec2c74e5b394ea7498508933177c687ab20cad471bb76d12f090a628231
fi
        WEB_SITE=http://www.alsa-project.org/
         ENTERED=20070612
      LICENSE[0]=GPL
        KEYWORDS="drivers audio python"
           SHORT="Python bindings for the Advanced Linux Sound Architecture"
cat << EOF
The Advanced Linux Sound Architecture project is being developed in the Linux
operating system.

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.
EOF