forked from pool/alsa-utils
Accepting request 749249 from home:tiwai:branches:multimedia:libs
- Update to alsa-utils 1.2.1: * axfer: handle -ETIMEDOUT before non-block I/O operation * axfer: code refactoring for a helper function to wait for avail buffer space * axfer: handle -ETIMEDOUT before handle mmap I/O operation * axfer: return ETIMEDOUT when no event occurs after waiter expiration * axfer: fix to return error code when a call of select(2) fails * axfer: return the number of file descriptors for I/O events from select(2) waiter * axfer: test: fix invalid comparison of 64 bit storage in ILP32 data type * axfer: mapper: fix parameter check for demuxer * axfer: remove unused variable warnings * alsamixer: Remove exp10 usage * alsaucm, topology: LDADD cleanups and add support for libatopology * alsaucm: fix the implicit card open * alsaucm, topology: LDADD cleanups and add support for libatopology * alsaucm: do the implicit ucm open only when the command requires it * alsaucm: call snd_config_update_free_global() to make valgrind more happy * amixer: do not double LF for container type * aplay: fix memory leak when setup_chmap() fail OBS-URL: https://build.opensuse.org/request/show/749249 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=160
This commit is contained in:
parent
34249954c0
commit
c5a8b6a18e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ddf2cbddb4bd1a4a2a6492a09c25898b08c3ad64893c3655be14194cf0a213a
|
||||
size 1268833
|
3
alsa-utils-1.2.1.tar.bz2
Normal file
3
alsa-utils-1.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b110ba71ef41d3009db1bc4dcae0cf79efb99cb5426fa19d0312470560a2c0d
|
||||
size 1270194
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 17:46:13 CET 2019 - tiwai@suse.de
|
||||
|
||||
- Update to alsa-utils 1.2.1:
|
||||
* axfer: handle -ETIMEDOUT before non-block I/O operation
|
||||
* axfer: code refactoring for a helper function to wait for avail buffer space
|
||||
* axfer: handle -ETIMEDOUT before handle mmap I/O operation
|
||||
* axfer: return ETIMEDOUT when no event occurs after waiter expiration
|
||||
* axfer: fix to return error code when a call of select(2) fails
|
||||
* axfer: return the number of file descriptors for I/O events from select(2) waiter
|
||||
* axfer: test: fix invalid comparison of 64 bit storage in ILP32 data type
|
||||
* axfer: mapper: fix parameter check for demuxer
|
||||
* axfer: remove unused variable warnings
|
||||
* alsamixer: Remove exp10 usage
|
||||
* alsaucm, topology: LDADD cleanups and add support for libatopology
|
||||
* alsaucm: fix the implicit card open
|
||||
* alsaucm, topology: LDADD cleanups and add support for libatopology
|
||||
* alsaucm: do the implicit ucm open only when the command requires it
|
||||
* alsaucm: call snd_config_update_free_global() to make valgrind more happy
|
||||
* amixer: do not double LF for container type
|
||||
* aplay: fix memory leak when setup_chmap() fail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 12:30:17 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _udevdir %(pkg-config --variable=udevdir udev)
|
||||
Name: alsa-utils
|
||||
Version: 1.1.9
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Advanced Linux Sound Architecture Utilities
|
||||
License: GPL-2.0-or-later
|
||||
@ -30,13 +30,14 @@ Source2: sound-extra.service
|
||||
Source5: load-sound-modules.sh
|
||||
Patch101: alsa-utils-configure-version-revert.patch
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: alsa-topology-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
Requires: alsa
|
||||
# for alsa-info.sh
|
||||
|
Loading…
Reference in New Issue
Block a user