Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5cef6bb02e
!35 fix wrong date spell
From: @liqingqing_1229 
Reviewed-by: @yang_yanchao 
Signed-off-by: @yang_yanchao
2024-11-05 08:42:31 +00:00
Qingqing Li
9fe52e16b9 fix wrong date spell 2024-11-05 16:16:30 +08:00
openeuler-ci-bot
1a985ab583
!31 Upgrade to 1.2.10
From: @nicholastao 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2024-02-07 01:11:09 +00:00
taoyuxiang
934e1d0de9 Upgrade to 1.2.10 2024-02-06 19:29:48 +08:00
openeuler-ci-bot
59821daad3
!28 fix: build failuer caused by tar upgrade
From: @zhangnaichuan 
Reviewed-by: @SuperSix173 
Signed-off-by: @SuperSix173
2023-08-09 08:28:23 +00:00
zhangnaichuan
a65b276d3a fix: build failuer caused by tar upgrade 2023-08-09 16:09:41 +08:00
openeuler-ci-bot
daa3957c37
!27 Upgrade to 1.2.9
From: @lijianglin6 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-07-24 09:18:39 +00:00
lijianglin
a61a8a32ca Upgrade to 1.2.9 2023-07-21 11:47:52 +08:00
openeuler-ci-bot
9d9a8a59ac
!26 Update to 1.2.8
From: @lijianglin6 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
2023-02-10 02:26:48 +00:00
Liu Zixian
f6f2428d55 Upgrade to 1.2.8 2023-02-10 09:06:51 +08:00
3 changed files with 20 additions and 5 deletions

BIN
alsa-lib-1.2.10.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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