summaryrefslogblamecommitdiffstats
path: root/audio-drivers/alsa-driver/DETAILS
blob: 5d15e826669e3df391c4c39fbfa35a15003c18c0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                       
                            
                                         
                                   
                                   
                                         
                                                                           
                                                                              
                         
                         
                                            
                                                   
                  
    
                       
                                        
                                                              
                                                                                                                                                        
                                                 
  
                    
                                             
                                
                         
                      
























                                                                             
. "$GRIMOIRE/FUNCTIONS"
           SPELL=alsa-driver
if [[ $ALSA_DRIVER_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-git.tar.bz2
         SOURCE2=alsa-kmirror-git.tar.bz2
   SOURCE_URL[0]=git://git.alsa-project.org/alsa-driver.git:alsa-driver-git
   SOURCE2_URL[0]=git://git.alsa-project.org/alsa-kmirror.git:alsa-kmirror-git
   SOURCE_IGNORE=volatile
  SOURCE2_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
SOURCE2_DIRECTORY=$BUILD_DIRECTORY/alsa-kmirror-git
  FORCE_DOWNLOAD=1
else
         VERSION=1.0.25
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/driver/$SOURCE
     SOURCE_HASH=sha512:51164c5f1c6e40e188be8e544ddc610b56ffb7d696bc925a0a30e6819d6cbd90a7f9f33c379d411d0e7a172a3ed1cf15b59c27654d63db1a9bad2051331d3017
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
      LICENSE[0]=GPL
        WEB_SITE=http://www.alsa-project.org/
        KEYWORDS="drivers audio"
         ENTERED=20010922
         ARCHIVE="off"
           SHORT="Drivers from the Advanced Linux Sound Architecture project"
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