Package: alsa-lib / 1.0.25-4

Metadata

Package Version Patches format
alsa-lib 1.0.25-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add maintainer mode.patch | (download)

configure.in | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add maintainer mode

multiarch safe dlopen search path.patch | (download)

src/dlmisc.c | 20 19 + 1 - 0 !
1 file changed, 19 insertions(+), 1 deletion(-)

 compile in the alsa search path instead of relying on ld.so.conf
 The Ubuntu package currently uses ld.so.conf.d fragments to add
 /usr/lib/alsa-lib and /usr/lib{32,64}/alsa-lib to the dlopen search path.
 These don't *belong* on the global search path, and it becomes much more
 problematic to put them there with the advent of multiarch because each
 architecture then needs its own distinct config file to add the separate
 path... which is then also put in the global library namespace.  Instead,
 let ALSA make use of the already defined ALSA_PLUGIN_DIR to look up plugins.
spelling_fixes.patch | (download)

src/alisp/alisp.c | 4 2 + 2 - 0 !
src/alisp/alisp_snd.c | 2 1 + 1 - 0 !
src/rawmidi/rawmidi.c | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 fix "writtable" and "writeable" typos.
htcl_remove_useless_assert.patch | (download)

src/control/hcontrol.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [patch 1/1] hctl: remove a useless assert

The case where the element is unavailable (for example gone away since
the event was created) is handled beneath.

See also bug 5471.
	https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5471

Signed-off-by: Takashi Iwai <tiwai@suse.de>