alsa-oss 1.0.17-5 source package in Ubuntu

Changelog

alsa-oss (1.0.17-5) unstable; urgency=low

  * Switch to architecture wildcard 'linux-any' which incudes armhf 
    (closes: #629486).
  * Remove old ALSA url from long description and replace with the new one
    in the copyright file.
  * Point to non-symlinked GPL-2 file.
  * Stop build-depending on quilt, it's not needed with format 3.0 (quilt).
  * Bump Standards-Version 3.9.2.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  09 Jun 2011 09:36:03 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian ALSA Maintainers
Architectures:
linux-any
Section:
sound
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
alsa-oss_1.0.17.orig.tar.gz 333.3 KiB b7e9871d7f9347f7d2301b6a2aaa97f90fd54c5f3640cf9add4a4fd1afe9bac5
alsa-oss_1.0.17-5.debian.tar.gz 6.9 KiB 6cbade1ca2aa45b4c2763af7549e7ca8796bbe724779badaa79b48cbcbe2f717
alsa-oss_1.0.17-5.dsc 1.3 KiB c68f1812e20e7ae9f60b461a8a9174a1496368eb0c2d26f9bc1fce21f746e1d2

Available diffs

View changes file

Binary packages built by this source

alsa-oss: ALSA wrapper for OSS applications

 This package contains a program loader, aoss, which wraps
 applications written for OSS in a compatibility library,
 thus allowing them to work with ALSA.
 .
 There are two ways of getting an application to work with
 ALSA if the application was written for OSS. The first way
 is to load the special ALSA drivers that emulate the OSS
 kernel interface; these allow the application to open
 /dev/dsp0 and other OSS device files. The second way is
 to wrap the application in the libaoss library provided
 in this package; the wrapper causes the application to
 access native ALSA device files such as /dev/snd/pcmC0D0c
 instead of OSS device files.
 .
 Use of the alsa-oss library is recommended over the use of
 OSS-emulation drivers if you want to use ALSA's PCM plugin
 layer.
 .
 ALSA is the Advanced Linux Sound Architecture.
 .
 OSS is the free version of the Open Sound System.