Download: Difference between revisions

From AlsaProject
Jump to navigation Jump to search
(Reset to version 2007-05-05T12:48:47 by Perex; changes by ZwcHzs look like vandalism to me...)
 
(Fix broken link to internal Bug Tracking page)
 
(55 intermediate revisions by 18 users not shown)
Line 2: Line 2:
| __TOC__
| __TOC__
|}
|}
<h2>.bz2 extension handling</h2>
==Latest Software Source Releases==
The .bz2 extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the .tar.bz2 files directly via the 'tar xjf <file>' command (the newer version of tar) or 'tar xIf <file>' command (the older version of tar) or 'bzip2 -c | tar xf -' command (all versions of tar).
{| border="1" cellspacing="0" cellpadding="5"
<br />
! Package
<h2>FTP Access</h2>
! Stable Release
<h3>Primary Site</h3>
! Development Release
*[ftp://ftp.alsa-project.org:/pub ftp.alsa-project.org:/pub]
! Description
<h3>US Mirrors</h3>
|-
*[ftp://ftp.silug.org:/pub/alsa ftp.silug.org:/pub/alsa]
| Drivers
*[ftp://ftp.rfc822.org:/pub/mirror/ftp.alsa-project.org/pub ftp.rfc822.org:/pub/mirror/ftp.alsa-project.org/pub]
| (see kernel.org)
<h3>Europe Mirrors</h3>
| (see kernel.org)
*[ftp://ftp.sunet.se:/pub/Linux/alsa ftp.sunet.se:/pub/Linux/alsa]
| Kernel drivers
*[ftp://ftp.task.gda.pl:/pub/linux/misc/alsa ftp.task.gda.pl:/pub/linux/misc/alsa]
|-
*[ftp://gd.tuwien.ac.at:/opsys/linux/alsa gd.tuwien.ac.at:/opsys/linux/alsa]
| [https://www.alsa-project.org/files/pub/firmware/ Firmware ({{ALSA download package|module=firmware}})]
*[ftp://ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org ftp.iasi.roedu.net:/pub/mirrors/ftp.alsa-project.org]
| {{ALSA download file|module=firmware|release=stable|short=true}}
<h3>Asia Mirrors</h3>
| {{ALSA download file|module=firmware|release=development|short=true}}
*[ftp://linux.sarang.net:/mirror/driver/sound/alsa linux.sarang.net:/mirror/driver/sound/alsa]
| Firmware for cards that require it
<br />
|-
<h2>FTP via HTTP (web) access</h2>
| [https://www.alsa-project.org/files/pub/lib/ Library ({{ALSA download package|module=lib}})]
<h3>Primary Site</h3>
| {{ALSA download file|module=lib|release=stable|short=true}}
*[http://www.alsa-project.org/alsa/ftp http://www.alsa-project.org/alsa/ftp]
| {{ALSA download file|module=lib|release=development|short=true}}
<h3>Europe Sites</h3>
| Userspace library
*[http://dl.ambiweb.de/mirrors/ftp.alsa-project.org http://dl.ambiweb.de/mirrors/ftp.alsa-project.org]
|-
*[http://alsa.mirror.fr http://alsa.mirror.fr]
| [https://www.alsa-project.org/files/pub/plugins/ Plugins ({{ALSA download package|module=plugins}})]
*[http://gd.tuwien.ac.at/opsys/linux/alsa http://gd.tuwien.ac.at/opsys/linux/alsa]
| {{ALSA download file|module=plugins|release=stable|short=true}}
*[http://alsa.cybermirror.org http://alsa.cybermirror.org]
| {{ALSA download file|module=plugins|release=development|short=true}}
<br />
| Additional library plugins Eg.jack, pulse, maemo ...
<h2>Developers may browse</h2>
|-
*[[http://hg-mirror.alsa-project.org/ HG Repository]]
| [https://www.alsa-project.org/files/pub/utils/ Utilities ({{ALSA download package|module=utils}})]
<br />
| {{ALSA download file|module=utils|release=stable|short=true}}
<h2>Tracker System</h2>
| {{ALSA download file|module=utils|release=development|short=true}}
*[[https://bugtrack.alsa-project.org/alsa-bug Bugs]]
| Utilities aplay,arecord,amixer etc
<br />
|-
<h2>ALSA HG (Mercurial) SCM repositories</h2>
| [https://www.alsa-project.org/files/pub/tools/ Tools ({{ALSA download package|module=tools}})]
The homepage for HG (Mercurial) SCM is http://www.selenic.com/mercurial. The sources can be obtained using:
| {{ALSA download file|module=tools|release=stable|short=true}}
| {{ALSA download file|module=tools|release=development|short=true}}
| Tools
|-
| [https://www.alsa-project.org/files/pub/pyalsa/ PyALSA ({{ALSA download package|module=python}})]
| {{ALSA download file|module=python|release=stable|short=true}}
| {{ALSA download file|module=python|release=development|short=true}}
| Python bindings for ALSA lib
|-
| [https://www.alsa-project.org/files/pub/oss-lib/ OSS compat lib ({{ALSA download package|module=oss}})]
| {{ALSA download file|module=oss|release=stable|short=true}}
| {{ALSA download file|module=oss|release=development|short=true}}
| OSS compatibility library
|-
| [https://www.alsa-project.org/files/pub/tinycompress/ Tiny compress library ({{ALSA download package|module=tinycompress}})]
| {{ALSA download file|module=tinycompress|release=stable|short=true}}
| {{ALSA download file|module=tinycompress|release=development|short=true}}
| Tiny compress library
|-
|}


<b>hg clone http://hg-mirror.alsa-project.org/alsa-driver alsa-driver</b>
See [[ChangeLogs]] to find out what has changed since the previous release.


Full list of ALSA repositories is at hg-mirror.alsa-project.org. We have also alternate rsync access:
* GPG signing key fingerprint: '''F04D F507 37AC 1A88 4C4B  3D71 8380 596D A6E5 9C91'''
* GPG public key block: [https://www.alsa-project.org/files/pub/gpg-release-key-v1.txt]


<b>rsync -avz --delete rsync://alsa.alsa-project.org/hg your_directory</b>
==Detailed package descriptions==


You may only get the latest code without .hg repository:
===alsa-driver===


<b>rsync -avz --delete --exclude=.hg* rsync://alsa.alsa-project.org/hg your_directory </b>
alsa-driver contains the ALSA components that run in kernel space (e.g. all the modules). It also contains a few user-space components, including the alsasound startup script and a set of ALSA headers.
<br />
 
<h2>Rsync</h2>
'''This package is now obsolete'''. The kernel development continues in the standard linux kernel tree [https://www.kernel.org].<br>
<table border=1>
The old [https://www.alsa-project.org/files/pub/driver/ drivers ({{ALSA download package|module=driver}})] are still available.
<tr><td>URL</td><td>rsync://alsa.alsa-project.org/ftp</td></tr>
 
<tr><td>Access</td><td>read-only</td></tr>
===alsa-lib===
<tr><td>Description</td><td>read-only access to the whole FTP tree</td></tr></table>
 
alsa-lib contains the user space library that developers compile ALSA applications against.
 
===alsa-utils===
 
alsa-utils contains various generic ALSA command line tools, such as amixer, aplay, alsaconf, etc.
 
===alsa-tools===
 
alsa-tools contains various more obscure tools and loaders.
 
===alsa-firmware===
 
alsa-firmware contains binary drivers for various third-party products.
 
===alsa-plugins===
 
alsa-plugins contains plugins for various ALSA needs (e.g. Jack).
 
===alsa-oss===
 
alsa-oss contains the OSS compatibilty layer.
 
===pyalsa===
 
pyalsa contains the Python bindings for ALSA
 
==<tt>.bz2</tt> extension handling==
 
The <tt>.bz2</tt> extension belongs to the bzip2 compression utility which replaces gzip. You may unpack the <tt>.tar.bz2</tt> files directly using one of the following commands:
        ''using the newer version of tar:''
<nowiki>tar -xjf </nowiki>''&lt;file&gt;''
        '''or''', ''using the older version of tar:''
<nowiki>tar -xIf </nowiki>''&lt;file&gt;''
        '''or''', ''with all versions of tar:''
<nowiki>bunzip2 -c </nowiki>''&lt;file&gt;''<nowiki> | tar -xf -</nowiki>
 
==FTP Access==
 
'''Primary Site'''
*[ftp://ftp.alsa-project.org:/pub ftp.alsa-project.org:/pub] The site supports TLS via STARTTLS
 
==HTTP access==
 
'''Primary Site'''
*[https://www.alsa-project.org/files www.alsa-project.org/files]
 
'''Europe Sites'''
*[https://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/ https://www.mirrorservice.org/sites/ftp.alsa-project.org/pub/]
 
==Developers: GIT access==
 
*[[GIT Server]]
*[http://git.alsa-project.org/ GIT Repository]
 
==Online Snapshot From ALSA Server==
 
Tarballs are generated from the latest code in ALSA GIT repositories immediately. Get very fresh ALSA code now.
 
*[http://www.alsa-project.org/snapshot/ Online snapshot]
 
==Daily Snapshot Tarballs (from Takashi Iwai)==
 
The tarballs of the latest GIT version with ready-for-build configure script are available at:
*[http://ftp.kernel.org/pub/linux/kernel/people/tiwai/alsa/ Daily Snapshot]
 
==Tracker System==
 
*[https://bugtrack.alsa-project.org/wiki/Bug_Tracking Bugs]
 
==Rsync==
 
{| border=1
|+ ''ALSA rsync access''
|URL
|rsync://rsync.alsa-project.org/ftp
|-
|Access
|read-only
|-
|Description
|read-only access to the whole FTP tree
|}

Latest revision as of 18:38, 15 December 2021

Latest Software Source Releases

Package Stable Release Development Release Description
Drivers (see kernel.org) (see kernel.org) Kernel drivers
Firmware (alsa-firmware) 1.2.4 (sig) none Firmware for cards that require it
Library (alsa-lib) 1.2.14 (sig) none Userspace library
Plugins (alsa-plugins) 1.2.12 (sig) none Additional library plugins Eg.jack, pulse, maemo ...
Utilities (alsa-utils) 1.2.14 (sig) none Utilities aplay,arecord,amixer etc
Tools (alsa-tools) 1.2.14 (sig) none Tools
PyALSA (pyalsa) 1.2.14 (sig) none Python bindings for ALSA lib
OSS compat lib (alsa-oss) 1.1.8 (sig) none OSS compatibility library
Tiny compress library (tinycompress) 1.2.13 (sig) none Tiny compress library

See ChangeLogs to find out what has changed since the previous release.

  • GPG signing key fingerprint: F04D F507 37AC 1A88 4C4B 3D71 8380 596D A6E5 9C91
  • GPG public key block: [1]

Detailed package descriptions

alsa-driver

alsa-driver contains the ALSA components that run in kernel space (e.g. all the modules). It also contains a few user-space components, including the alsasound startup script and a set of ALSA headers.

This package is now obsolete. The kernel development continues in the standard linux kernel tree [2].
The old drivers (alsa-driver) are still available.

alsa-lib

alsa-lib contains the user space library that developers compile ALSA applications against.

alsa-utils

alsa-utils contains various generic ALSA command line tools, such as amixer, aplay, alsaconf, etc.

alsa-tools

alsa-tools contains various more obscure tools and loaders.

alsa-firmware

alsa-firmware contains binary drivers for various third-party products.

alsa-plugins

alsa-plugins contains plugins for various ALSA needs (e.g. Jack).

alsa-oss

alsa-oss contains the OSS compatibilty layer.

pyalsa

pyalsa contains the Python bindings for ALSA

.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

HTTP access

Primary Site

Europe Sites

Developers: GIT access

Online Snapshot From ALSA Server

Tarballs are generated from the latest code in ALSA GIT repositories immediately. Get very fresh ALSA code now.

Daily Snapshot Tarballs (from Takashi Iwai)

The tarballs of the latest GIT version with ready-for-build configure script are available at:

Tracker System

Rsync

ALSA rsync access
URL rsync://rsync.alsa-project.org/ftp
Access read-only
Description read-only access to the whole FTP tree