Difference between revisions of "Download"
From AlsaProject
(Add daily snapshot URL) |
(Add table with links to current release) |
||
| Line 1: | Line 1: | ||
{| align="right" | {| align="right" | ||
| __TOC__ | | __TOC__ | ||
| + | |} | ||
| + | ==Latest Software Source Releases== | ||
| + | {| border="1" cellspacing="0" cellpadding="5" | ||
| + | ! Package | ||
| + | ! Stable Release | ||
| + | ! Development Release | ||
| + | ! Description | ||
| + | |- | ||
| + | | [ftp://ftp.alsa-project.org/pub/driver/ Driver] | ||
| + | | [ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.14.tar.bz2 1.0.14] | ||
| + | | none | ||
| + | | Kernel drivers | ||
| + | |- | ||
| + | | [ftp://ftp.alsa-project.org/pub/firmware/ Firmware] | ||
| + | | [ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.0.14.tar.bz2 1.0.14] | ||
| + | | none | ||
| + | | Firmware for cards that require it | ||
| + | |- | ||
| + | | [ftp://ftp.alsa-project.org/pub/lib/ Library] | ||
| + | | [ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.14a.tar.bz2 1.0.14a] | ||
| + | | none | ||
| + | | Userspace library | ||
| + | |- | ||
| + | | [ftp://ftp.alsa-project.org/pub/plugins/ Plugins] | ||
| + | | [ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-1.0.14.tar.bz2 1.0.14] | ||
| + | | none | ||
| + | | Additional library plugins Eg.jack, pulse, maemo ... | ||
| + | |- | ||
| + | | [ftp://ftp.alsa-project.org/pub/utils/ Utilities] | ||
| + | | [ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.14.tar.bz2 1.0.14] | ||
| + | | none | ||
| + | | Utilities aplay,arecord,amixer etc | ||
| + | |- | ||
| + | | [ftp://ftp.alsa-project.org/pub/tools/ Tools] | ||
| + | | [ftp://ftp.alsa-project.org/pub/tools/alsa-tools-1.0.14.tar.bz2 1.0.14] | ||
| + | | none | ||
| + | | Tools | ||
| + | |- | ||
| + | | [ftp://ftp.alsa-project.org/pub/pyalsa/ PyALSA] | ||
| + | | [ftp://ftp.alsa-project.org/pub/pyalsa/pyalsa-1.0.14.tar.bz2 1.0.14] | ||
| + | | none | ||
| + | | Python bindings for ALSA lib | ||
| + | |- | ||
| + | | [ftp://ftp.alsa-project.org/pub/oss/ OSS compat lib] | ||
| + | | [ftp://ftp.alsa-project.org/pub/oss/alsa-oss-1.0.14.tar.bz2 1.0.14] | ||
| + | | none | ||
| + | | OSS compatibility library | ||
| + | |- | ||
|} | |} | ||
Revision as of 00:49, 4 August 2007
|
Latest Software Source Releases
| Package | Stable Release | Development Release | Description |
|---|---|---|---|
| Driver | 1.0.14 | none | Kernel drivers |
| Firmware | 1.0.14 | none | Firmware for cards that require it |
| Library | 1.0.14a | none | Userspace library |
| Plugins | 1.0.14 | none | Additional library plugins Eg.jack, pulse, maemo ... |
| Utilities | 1.0.14 | none | Utilities aplay,arecord,amixer etc |
| Tools | 1.0.14 | none | Tools |
| PyALSA | 1.0.14 | none | Python bindings for ALSA lib |
| OSS compat lib | 1.0.14 | none | OSS compatibility library |
.bz2 extension handling
The .bz2 extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the .tar.bz2 files directly using one of the following commands:
using the newer version of tar:
tar xjf <file>
or, using the older version of tar:
tar xIf <file>
or, with all versions of tar:
bunzip2 -c <file> | tar xf -
FTP Access
Primary Site
US Mirrors
Europe Mirrors
- ftp.sunet.se:/pub/Linux/alsa
- ftp.task.gda.pl:/pub/linux/misc/alsa
- gd.tuwien.ac.at:/opsys/linux/alsa
- ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org
Asia Mirrors
FTP via HTTP (web) access
Primary Site
Europe Sites
- http://dl.ambiweb.de/mirrors/ftp.alsa-project.org
- http://alsa.mirror.fr
- http://gd.tuwien.ac.at/opsys/linux/alsa
- http://alsa.cybermirror.org
Developers: HG access
(Unofficial) Daily Snapshot Tarballs
The tarballs of the latest HG version with ready-for-build configure script are available at:
Tracker System
ALSA HG (Mercurial) SCM repositories
HG (Mercurial) SCM can be found at http://www.selenic.com/mercurial.
The ALSA sources can be obtained using:
hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
A full list of ALSA repositories can be found at the HG Repository.
As an alternative to HG you may also try via rsync access:
rsync -avz --delete rsync://alsa.alsa-project.org/hg your_directory
To get the latest code, but without the .hg repository (encouraged if you are not using HG):
rsync -avz --delete --exclude=.hg* rsync://alsa.alsa-project.org/hg your_directory
Rsync
| URL | rsync://alsa.alsa-project.org/ftp |
| Access | read-only |
| Description | read-only access to the whole FTP tree |
Custom Search