Compare commits
10 Commits
6d840ef2b3
...
5cef6bb02e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5cef6bb02e | ||
|
|
9fe52e16b9 | ||
|
|
1a985ab583 | ||
|
|
934e1d0de9 | ||
|
|
59821daad3 | ||
|
|
a65b276d3a | ||
|
|
daa3957c37 | ||
|
|
a61a8a32ca | ||
|
|
9d9a8a59ac | ||
|
|
f6f2428d55 |
BIN
alsa-lib-1.2.10.tar.bz2
Normal file
BIN
alsa-lib-1.2.10.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
%define version_alsa_ucm 1.2.7.1
|
||||
%define version_alsa_tplg 1.2.5.1
|
||||
Name: alsa-lib
|
||||
Version: 1.2.7.1
|
||||
Release: 2
|
||||
Version: 1.2.10
|
||||
Release: 3
|
||||
Summary: the user space library that developers compile ALSA applications against
|
||||
|
||||
License: LGPLv2+
|
||||
@ -15,7 +15,7 @@ Source10: asound.conf
|
||||
Source40: alsa-ucm-conf.patch
|
||||
Patch1: alsa-lib-1.2.5.1-sw.patch
|
||||
|
||||
BuildRequires: autoconf, automake, libtool, doxygen
|
||||
BuildRequires: autoconf, automake, libtool, doxygen, gtk3
|
||||
Requires: coreutils
|
||||
|
||||
%description
|
||||
@ -79,14 +79,14 @@ mkdir -p %{buildroot}/%{_datadir}/alsa/ucm
|
||||
mkdir -p %{buildroot}/%{_datadir}/alsa/ucm2
|
||||
|
||||
# Unpack UCMs
|
||||
tar xvjf %{SOURCE1} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "*/ucm" "*/ucm2"
|
||||
tar xvjf %{SOURCE1} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "alsa-ucm-conf-%{version_alsa_ucm}/ucm" "alsa-ucm-conf-%{version_alsa_ucm}/ucm2"
|
||||
patch -d %{buildroot}/%{_datadir}/alsa -p1 < %{SOURCE40}
|
||||
|
||||
# Create topology directory
|
||||
mkdir -p %{buildroot}/%{_datadir}/alsa/topology
|
||||
|
||||
# Unpack topologies
|
||||
tar xvjf %{SOURCE2} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "*/topology"
|
||||
tar xvjf %{SOURCE2} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "alsa-topology-conf-%{version_alsa_tplg}/topology"
|
||||
|
||||
|
||||
|
||||
@ -124,6 +124,21 @@ tar xvjf %{SOURCE2} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "*/top
|
||||
%{_datadir}/alsa/topology
|
||||
|
||||
%changelog
|
||||
* Tue Nov 5 2024 Qingqing Li <liqingqing3@huawei.com> - 1.2.10-3
|
||||
- fix wrong date spell
|
||||
|
||||
* Tue Feb 6 2024 taoyuxiang <taoyuxiang2@huawei.com> - 1.2.10-2
|
||||
- Upgrade to 1.2.10
|
||||
|
||||
* Wed Aug 9 2023 zhangnaichuan <zhangnaichuan@huawei.com> - 1.2.9-2
|
||||
- fix: build failuer caused by tar upgrade
|
||||
|
||||
* Fri Jul 21 2023 lijianglin <lijianglin2@huawei.com> - 1.2.9-1
|
||||
- Upgrade to 1.2.9
|
||||
|
||||
* Thu Feb 9 2023 lijianglin <lijianglin2@huawei.com> - 1.2.8-1
|
||||
- Upgrade to 1.2.8
|
||||
|
||||
* Thu Aug 11 2022 wuzx<wuzx1226@qq.com> - 1.2.7.1-2
|
||||
- add sw64 patch
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user