summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-oss/DETAILS
blob: 7de5390b1990be4c7e118c5dc9b9ad3be7a9860f (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
. "$GRIMOIRE/FUNCTIONS"
           SPELL=alsa-oss
if [[ $ALSA_OSS_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://git.alsa-project.org/alsa-oss.git:alsa-oss-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/oss-lib/$SOURCE
     SOURCE_HASH=sha512:5380e5acf588dd56384f53afedc7704bfc5e3a7b886853061c53236f86312a8f0ca9b9adf6e69019569a3eb6fd3e89acfb715bb16101f50dcf961e84269c3cd2
fi
        WEB_SITE=http://www.alsa-project.org/
         ENTERED=20041026
      LICENSE[0]=LGPL
        KEYWORDS="drivers audio"
           SHORT="OSS wrapper and utils for the OSS layer in the Advanced Linux Sound Architecture"
cat << EOF
This spell installs the preferred method of using ALSA's OSS compatiblity
layer according to the Alsa development site.  It includes a script called
'aoss' that acts as a wrapper for programs to utilise the OSS compatabliity
layer without having to have the modules loaded.
EOF