Compare commits
10 Commits
d3ca372004
...
0507e5b9f2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0507e5b9f2 | ||
|
|
64e0ca0030 | ||
|
|
e5f001c541 | ||
|
|
14e040e697 | ||
|
|
1c13c64597 | ||
|
|
9b790f7f4d | ||
|
|
40af11e25b | ||
|
|
bbfaefb1bd | ||
|
|
276664eed8 | ||
|
|
21135ceac6 |
33
alsa-lib-1.2.2-vs-1.2.3.yaml
Normal file
33
alsa-lib-1.2.2-vs-1.2.3.yaml
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
name: alsa-lib
|
||||||
|
old_version: 1.2.2
|
||||||
|
new_version: 1.2.3
|
||||||
|
interface_differences:
|
||||||
|
- type: 'config file'
|
||||||
|
item: src/conf/alsa.conf
|
||||||
|
diff: 添加对XDG_CONFIG_HOME路径的搜索支持
|
||||||
|
influence: 功能增强
|
||||||
|
- type: 'config file'
|
||||||
|
item: PCM
|
||||||
|
diff: 改变PCM设备编号为Asus Xonar U5
|
||||||
|
influence: 功能优化
|
||||||
|
- type: 'config file'
|
||||||
|
item: src/conf/cards/USB-Audio.conf
|
||||||
|
diff: 为Asus Xonar 5添加另一个声卡名XONAR U5
|
||||||
|
influence: 功能增强
|
||||||
|
- type: 'feature'
|
||||||
|
item: Define/DefineRegex
|
||||||
|
diff: 在Syntax 3支持Define/DefineRegex
|
||||||
|
influence: 功能增强
|
||||||
|
- type: 'ABI'
|
||||||
|
item: ucm配置文件解析器
|
||||||
|
diff: src/ucm/parser.c添加ucm配置文件解析器
|
||||||
|
influence: 功能增强
|
||||||
|
- type: 'ABI'
|
||||||
|
item: ucm新增parse_string_substitute,parse_integer_substitute
|
||||||
|
diff: 解析字符串并替换,解析整数并替换
|
||||||
|
influence: 功能增强,对外无影响
|
||||||
|
- type: 'ABI'
|
||||||
|
item: ucm新增parse_controls_once
|
||||||
|
diff: 解析UCM配置文件中的SectionOnce部分
|
||||||
|
influence: 功能增强
|
||||||
|
remark: '新增功能,对原有功能无影响;'
|
||||||
Binary file not shown.
12
alsa-lib-1.2.5.1-sw.patch
Executable file
12
alsa-lib-1.2.5.1-sw.patch
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur alsa-lib-1.2.5.1.org/include/alsa-symbols.h alsa-lib-1.2.5.1.sw/include/alsa-symbols.h
|
||||||
|
--- alsa-lib-1.2.5.1.org/include/alsa-symbols.h 2020-10-19 09:45:13.000000000 +0000
|
||||||
|
+++ alsa-lib-1.2.5.1.sw/include/alsa-symbols.h 2021-11-13 15:59:28.040000000 +0000
|
||||||
|
@@ -43,7 +43,7 @@
|
||||||
|
default_symbol_version(real, name, version)
|
||||||
|
#else
|
||||||
|
#define use_symbol_version(real, name, version) /* nothing */
|
||||||
|
-#if defined(__alpha__) || defined(__mips__)
|
||||||
|
+#if defined(__alpha__) || defined(__sw_64__) || defined(__mips__)
|
||||||
|
#define use_default_symbol_version(real, name, version) \
|
||||||
|
__asm__ (".weak " ASM_NAME(#name)); \
|
||||||
|
__asm__ (ASM_NAME(#name) " = " ASM_NAME(#real))
|
||||||
BIN
alsa-lib-1.2.5.1.tar.bz2
Normal file
BIN
alsa-lib-1.2.5.1.tar.bz2
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
%define version_alsa_ucm 1.2.3
|
%define version_alsa_ucm 1.2.5.1
|
||||||
%define version_alsa_tplg 1.2.3
|
%define version_alsa_tplg 1.2.5.1
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: 1.2.3
|
Version: 1.2.5.1
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: the user space library that developers compile ALSA applications against
|
Summary: the user space library that developers compile ALSA applications against
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -11,6 +11,7 @@ Source0: https://www.alsa-project.org/files/pub/lib/%{name}-%{version}.tar.bz2
|
|||||||
Source1: ftp://ftp.alsa-project.org/pub/lib/alsa-ucm-conf-%{version_alsa_ucm}.tar.bz2
|
Source1: ftp://ftp.alsa-project.org/pub/lib/alsa-ucm-conf-%{version_alsa_ucm}.tar.bz2
|
||||||
Source2: ftp://ftp.alsa-project.org/pub/lib/alsa-topology-conf-%{version_alsa_tplg}.tar.bz2
|
Source2: ftp://ftp.alsa-project.org/pub/lib/alsa-topology-conf-%{version_alsa_tplg}.tar.bz2
|
||||||
Source10: asound.conf
|
Source10: asound.conf
|
||||||
|
Patch1: alsa-lib-1.2.5.1-sw.patch
|
||||||
|
|
||||||
Source40: alsa-ucm-conf.patch
|
Source40: alsa-ucm-conf.patch
|
||||||
BuildRequires: autoconf, automake, libtool, doxygen
|
BuildRequires: autoconf, automake, libtool, doxygen
|
||||||
@ -122,6 +123,18 @@ tar xvjf %{SOURCE2} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "*/top
|
|||||||
%{_datadir}/alsa/topology
|
%{_datadir}/alsa/topology
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 14 2022 wuzx<wuzx1226@qq.com> - 1.2.5.1-3
|
||||||
|
- Add sw64 architecture
|
||||||
|
|
||||||
|
* Tue Oct 25 2022 lijianglin <lijianglin2@huawei.com> - 1.2.5.1-2
|
||||||
|
- rebuild package
|
||||||
|
|
||||||
|
* Mon Nov 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.2.5.1-1
|
||||||
|
- update to 1.2.5.1
|
||||||
|
|
||||||
|
* Sat Jan 30 2021 xinghe <xinghe1@huawei.com> - 1.2.4-1
|
||||||
|
- update to 1.2.4
|
||||||
|
|
||||||
* Mon Aug 10 2020 douyan <douyan@kylinos.cn> - 1.2.3-2
|
* Mon Aug 10 2020 douyan <douyan@kylinos.cn> - 1.2.3-2
|
||||||
- add alsa-ucm and alsa-topology package
|
- add alsa-ucm and alsa-topology package
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
alsa-topology-conf-1.2.5.1.tar.bz2
Normal file
BIN
alsa-topology-conf-1.2.5.1.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
BIN
alsa-ucm-conf-1.2.5.1.tar.bz2
Normal file
BIN
alsa-ucm-conf-1.2.5.1.tar.bz2
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user