Path to this page:
./
audio/alsa-lib,
Advanced Linux Sound Architecture (ALSA)
Branch: CURRENT,
Version: 1.2.6.1nb1,
Package name: alsa-lib-1.2.6.1nb1,
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.
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.2 2021/11/28 14:24:46 pho Exp $
NetBSD does not natively support ALSA. To let applications play or
record audio via ALSA, install one of these packages and follow their
instructions:
* audio/alsa-plugins-oss
* audio/alsa-plugins-pulse
===========================================================================
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 1054.365 KB
Version history: (Expand)
- (2022-03-14) Updated to version: alsa-lib-1.2.6.1nb1
- (2022-01-24) Updated to version: alsa-lib-1.2.6.1
- (2021-11-21) Updated to version: alsa-lib-1.2.5.1nb2
- (2021-08-11) Updated to version: alsa-lib-1.2.5.1nb1
- (2021-06-28) Updated to version: alsa-lib-1.2.5.1
- (2021-05-12) Updated to version: alsa-lib-1.2.4
CVS history: (Expand)
2022-03-14 15:08:42 by Thomas Klausner | Files touched by this commit (3) |
Log message:
alsa-lib: fix build on Solaris
From Claes Nästén in PR 56749
|
2022-01-24 11:05:37 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
alsa-lib: update to 1.2.6.1.
1.2.6.1
Core
Release v1.2.6.1
Configuration
conf: fix the device parsing when arguments has no defaults
conf: accept '_' character in the variable name
1.2.6
Core
Release v1.2.6
conf: add safe_strtoll_base() like safe_strtol_base()
conf: introduce safe_strtol_base()
configure: bumb version to 1.2.6pre1 (for alsactl/alsa-utils)
fix build with --disable-ucm
Config API
conf: introduce snd_config_load_string()
conf: add possibility to evaluate simple integer math expressions
Control API
control: remap - assign right name to the child handle for no-op (2nd case)
control: remap - assign right name to the child handle for no-op
control: Minor documentation fixes.
control: Add documentation for snd_ctl_card_* and friends.
control: empty - fix the static build
PCM API
pcm: softvol - mark _snd_pcm_parse_control_id as static
pcm: partially revert "pcm: softvol - make snd_pcm_parse_control_id \
private"
pcm: multi plugin - adjust appl_ptr on rewind/forward operations
pcm: add a note about return values of snd_pcm_state()
pcm: rate - fix some gcc warnings
pcm: direct plugins - fix bad memory access when channel bindings do not match hw
pcm: Move snd_pcm_channel_area_addr() and _step() to public header
pcm: direct plugins - fix hw_ptr in the status callback
pcm: dmix - use pcm_frame_diff() in snd_pcm_dmix_sync_ptr0()
pcm: improve docs for snd_pcm_sw_params_get_avail_min() and \
snd_pcm_status_get_avail_max()
pcm: rate: Improve the support multiple formats
pcm: rate: Refactoring temporary buffer allocations
RawMidi API
rawmidi: allocate the read buffer in the params call
rawmidi: free framing read bufffer when the framing mode becomes inactive
rawmidi: add support for SNDRV_RAWMIDI_IOCTL_USER_PVERSION
rawmidi: return ENOTSUP when timestamp reads are not supported by plugins
rawmidi: allow timestamp reads only for the appropriate read mode
rawmidi: doc - fix the framing / read mode section
rawmidi: rename enum snd_rawmidi_framing to snd_rawmidi_read_mode
rawmidi: define more abstract API for the timestamp reads
rawmidi: initialize the reserved space in snd_rawmidi_params_default()
rawmidi: Add rawmidi framing API
Rawmidi API
rawmidi: rename enum snd_rawmidi_framing to snd_rawmidi_read_mode
rawmidi: define more abstract API for the timestamp reads
rawmidi: Use the standard types for snd_rawmidi_framing_tstamp_t definition
rawmidi: Add rawmidi framing API
Topology API
topology: do not call strtol directly
Use Case Manager API
ucm: add initial doxygen documenation
conf: introduce snd_config_load_string()
ucm: add ${eval:EXPR} substitution (Syntax 5)
ucm: fix parsing of the internal hexadecimal card identifier (2)
ucm: fix parsing of the internal hexadecimal card identifier
ucm: fix DeviceModifier parser
conf: introduce safe_strtol_base()
ucm: suppress the no device (no UCM card) errors on request
ucm: substitute the before/after identifiers
ucm: fix the parsing of the hexadecimal prefix
ucm: avoid zero card instance number
/src/Makefile.am
conf: add possibility to evaluate simple integer math expressions
Configuration
conf: introduce snd_config_load_string()
conf: confeval - fix _to_integer error code
conf: improve simple integer math expressions - brackets
ucm: add ${eval:EXPR} substitution (Syntax 5)
conf: add possibility to evaluate simple integer math expressions
conf: add safe_strtoll_base() like safe_strtol_base()
conf: introduce safe_strtol_base()
Documentation
ucm: add initial doxygen documenation
Dynamic Loader helpers
dlmisc.c: Avoid double unlock in snd_dlobj_cache_get0()
External PCM Plugin SDK
pcm: partially revert "pcm: softvol - make snd_pcm_parse_control_id \
private"
External Rate Converter Plugin SDK
pcm: rate: Improve the support multiple formats
Kernel Headers
rawmidi: add support for SNDRV_RAWMIDI_IOCTL_USER_PVERSION
asound.h: fix the __packed use for the out-of-kernel code
rawmidi: Add rawmidi framing API
Test/Example code
conf: introduce snd_config_load_string()
conf: fix test/lsb/config.c
conf: improve simple integer math expressions - brackets
conf: add possibility to evaluate simple integer math expressions
rawmidi: rename enum snd_rawmidi_framing to snd_rawmidi_read_mode
rawmidi: define more abstract API for the timestamp reads
test: rawmidi: Add test for rawmidi framing API
|
2021-11-28 15:24:46 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Add a missing newline at EOF
|
2021-11-28 08:04:46 by Masatake Daimon | Files touched by this commit (1) |
Log message:
Add a MESSAGE file for NetBSD
...indicating that either OSS or PulseAudio plugin is required to use
ALSA.
|
2021-11-21 00:38:13 by Hauke Fath | Files touched by this commit (3) |
Log message:
Substitute pkgsrc paths in alsa.conf
|
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-08-10 22:39:51 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4) |
Log message:
alsa-lib: Fix building of audio/alsa-utils
pkgsrc changes:
---------------
* Add patches to explicitly include stdarg.h in header files that use
va_list. They could be removed if the following pull request is
accepted:
https://github.com/alsa-project/alsa-lib/pull/169
* Bump revision.
|