Path to this page:
./
audio/alsa-plugins-oss,
Advanced Linux Sound Architecture (ALSA) - OSS plugin
Branch: CURRENT,
Version: 1.2.7.1,
Package name: alsa-plugins-oss-1.2.7.1,
Maintainer: pkgsrc-usersThe Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system. ALSA has the following
significant features:
* Efficient support for all types of audio interfaces, from consumer sound
cards to professional multichannel audio interfaces.
* Fully modularized sound drivers.
* SMP and thread-safe design.
* User space library (alsa-lib) to simplify application programming and
provide higher level functionality.
* Support for the older Open Sound System (OSS) API, providing binary
compatibility for most OSS programs.
This package provides an OSS plugin for ALSA.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 399.22 KB
Version history: (Expand)
- (2023-11-23) Updated to version: alsa-plugins-oss-1.2.7.1
- (2022-01-24) Updated to version: alsa-plugins-oss-1.2.6
- (2021-11-28) Updated to version: alsa-plugins-oss-1.2.5nb2
- (2021-11-21) Updated to version: alsa-plugins-oss-1.2.5nb1
- (2021-06-30) Updated to version: alsa-plugins-oss-1.2.5
- (2021-05-12) Updated to version: alsa-plugins-oss-1.2.2
CVS history: (Expand)
2023-11-23 17:29:34 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
alsa-plugins-oss,alsa-plugins-pulse: Update to 1.2.7.1
Changelog:
Unavailable.
|
2022-01-24 11:10:50 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
alsa-plugins-*: update to 1.2.6
No relevant changes.
|
2021-11-28 07:42:46 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Add an example .asoundrc to use this plugin by default
|
2021-11-21 17:06:30 by Hauke Fath | Files touched by this commit (3) |
Log message:
Substitute the patform's audio device in config file.
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|
2021-06-30 17:41:54 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
alsa-plugins-{oss|pulse}: Update to 1.2.5
Changelog:
Core
Release v1.2.5
A52 Output plugin
pcm_a52: Don't move bytes within the outbuf
pcm_a52: Don't pass EAGAIN errors from the slave to the caller
pcm_a52: Determine virtual hardware pointer upon slave pointer
Automatic upmix / downmix plugins
upmix: complete generalizing format
Jack PCM plugin
jack: add option to allow non-jack-aligned period size
OSS Mixer -> ALSA Control plugin
oss: fix the config (port -> device)
PulseAudio -> ALSA plugin
pulse: pcm - handle reading pulse stream hole
USB stream plugin
usb_stream: use snd_config_get_card() to decode the card number
|
2021-05-12 16:14:38 by Ryo ONODERA | Files touched by this commit (8) | |
Log message:
alsa-plugin-{oss,pulse}: Update to 1.2.2
Changelog:
1.2.2
Not available
1.2.1
Core
Release v1.2.1
PulseAudio -> ALSA plugin
pulse: Add DEVICE parameter
1.1.9
Core
Release v1.1.9
configure: Fix unexpanded ALSA_DATA_DIR
configure: use $sysconfdir instead of /etc
Alsa support for Maemo SDK (n770)
maemo: Fix a few crashing bugs
Documentation
doc: Add forgotten aaf.txt to EXTRA_DIST
Jack PCM plugin
jack: use correct port names in 50-jack.conf
jack: Support to connect multiple JACK ports with same ALSA channel
jack: Refactoring: Lower indentation
jack: Removing snd_pcm_jack_format_t as it is not used
jack: Replacing jack->channels with jack->num_ports
jack: Moving jack_deactivate() to snd_pcm_jack_hw_free() to speedup the XRUN \
Recovery
jack: Move jack_activate() and jack_connect() to snd_pcm_jack_prepare()
1.1.8
Core
Release v1.1.8
aaf: AVTPDU transmission periodicity
aaf: Implement Playback mode support
aaf: Load configuration parameters
aaf: Introduce plugin skeleton
/Makefile.am
aaf: Introduce plugin skeleton
A52 Output plugin
a52_close: set slave to NULL to avoid double pcm free in open fcn
AVTP Audio Format (AAF) PCM plugin
aaf: AVTPDU transmission periodicity
aaf: Tx multiple AVTPDUs per media clock tick
aaf: Refactor timeout routines
aaf: Refactor AVTPDU reception routines
aaf: Refactor AVTPDU transmission routines
aaf: Add presentation time tolerance
aaf: do not free twice aaf - snd_pcm_close() is called from \
snd_pcm_ioplug_delete()
aaf: Add support for direct read/write transfers
aaf: Implement dump() ioplug callback
aaf: Implement Capture mode support
aaf: Prepare for Capture mode support
aaf: Implement Playback mode support
aaf: Load configuration parameters
aaf: Introduce plugin skeleton
Documentation
aaf: AVTPDU transmission periodicity
aaf: Tx multiple AVTPDUs per media clock tick
aaf: Add presentation time tolerance
doc: Fix typo in AAF doc
aaf: Implement Capture mode support
aaf: Implement Playback mode support
aaf: Load configuration parameters
aaf: Introduce plugin skeleton
Jack PCM plugin
Revert "jack: Fix leaks when jack_set_hw_constraint() fails"
OSS Mixer -> ALSA Control plugin
Revert "oss: Fix leaks when oss_hw_constraint() fails"
USB stream plugin
Revert "usb_stream: Fix leaks when us_set_hw_constraint() fails"
pcm_usb_stream: fix signess issues
pcm_usb_stream: remove unused parameter in snd_pcm_us_read()
pcm_usb_stream: fix another leak in snd_pcm_us_open()
1.1.7
Core
Release v1.1.7
Fix typo in configure.ac (--disable-libav)
configure: Require alsa-lib 1.1.6 and newer
configure: change --with-alsaaddondir to --with-alsagconfdir and \
--with-alsalconfdir
Move rate-lavc to rate-lav subdirectory and update to use libavresample
config/Makefile: make everything modular
configure: add --with-alsaaddondir, add default config files for plugins
/Makefile.am
Move rate-lavc to rate-lav subdirectory and update to use libavresample
config/Makefile: make everything modular
A52 Output plugin
a52: Fix leaks when a52_set_hw_constraint() fails
configure: change --with-alsaaddondir to --with-alsagconfdir and \
--with-alsalconfdir
Move rate-lavc to rate-lav subdirectory and update to use libavresample
configure: add --with-alsaaddondir, add default config files for plugins
Arcam AV control plugin
arcam-av: Add explicit -lpthread to *_LIBADD
configure: change --with-alsaaddondir to --with-alsagconfdir and \
--with-alsalconfdir
configure: add --with-alsaaddondir, add default config files for plugins
Documentation
doc: fix makefile, the files should be included to the distribution package \
unconditionally
Move rate-lavc to rate-lav subdirectory and update to use libavresample
config/Makefile: make everything modular
Jack PCM plugin
jack: Fix leaks when jack_set_hw_constraint() fails
jack: Only allow ALSA periods multiple of JACKd period
jack: Allow build with older alsa-lib
jack: Update poll_fd also in draining state
jack: Avoid call to snd_pcm_avail_update() from JACK thread
configure: change --with-alsaaddondir to --with-alsagconfdir and \
--with-alsalconfdir
configure: add --with-alsaaddondir, add default config files for plugins
OSS Mixer -> ALSA Control plugin
oss: Fix leaks when oss_hw_constraint() fails
oss/Makefile.am: fix typo
Rate Converter plugins
samplerate: fix unused variable warning
USB stream plugin
usb_stream: Fix leaks when us_set_hw_constraint() fails
usb_stream: Add explicit -lpthread to *_LIBADD
1.1.6
Core
Release v1.1.6
Change FSF address (Franklin Street)
A52 Output plugin
Change FSF address (Franklin Street)
Arcam AV control plugin
Change FSF address (Franklin Street)
Jack PCM plugin
jack: Use correct parameter order for snd_pcm_areas_silence()
jack: Report Xruns to user application
jack: Do not Xrun the ALSA buffer
jack: Use boundary as hw_ptr wrap around
jack: Write only valid values to the internal hw_ptr
Change FSF address (Franklin Street)
1.1.5
Core
Release v1.1.5
PulseAudio -> ALSA plugin
pulse: prevent double-free when pulse_hw_constraint returns error
1.1.4
Core
Release v1.1.4
configure: Fix detection of avcodec.h
configure: enhancing configuration support for alsa plugins
|