forked from pool/alsa-utils
Accepting request 750712 from multimedia:libs
- Replace incorrect usage of %_libexecdir with %_prefix/lib - 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/750712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alsa-utils?expand=0&rev=117
This commit is contained in:
commit
8ab9c3dba8
@ -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,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 17:38:29 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
||||
- Replace incorrect usage of %_libexecdir with %_prefix/lib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@ -95,8 +96,8 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/alsa
|
||||
# systemd unit files
|
||||
install -c -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}
|
||||
ln -s ../sound-extra.service %{buildroot}%{_unitdir}/sound.target.wants
|
||||
mkdir -p %{buildroot}%{_libexecdir}/systemd/scripts
|
||||
install -c -m 0755 %{SOURCE5} %{buildroot}%{_libexecdir}/systemd/scripts
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/systemd/scripts
|
||||
install -c -m 0755 %{SOURCE5} %{buildroot}%{_prefix}/lib/systemd/scripts
|
||||
|
||||
%pre
|
||||
%service_add_pre sound-extra.service
|
||||
@ -127,7 +128,7 @@ install -c -m 0755 %{SOURCE5} %{buildroot}%{_libexecdir}/systemd/scripts
|
||||
%{_udevdir}
|
||||
%{_unitdir}/*.service
|
||||
%{_unitdir}/sound.target.wants
|
||||
%{_libexecdir}/systemd/scripts
|
||||
%{_prefix}/lib/systemd/scripts
|
||||
%{_localstatedir}/lib/alsa
|
||||
|
||||
%files -n alsabat
|
||||
|
Loading…
x
Reference in New Issue
Block a user