Compare commits
No commits in common. "0507e5b9f22e8c3964d9907ad8a04455d8d24fbb" and "d3ca372004279f53777ae3c017265b73d144d9d9" have entirely different histories.
0507e5b9f2
...
d3ca372004
@ -1,33 +0,0 @@
|
|||||||
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: '新增功能,对原有功能无影响;'
|
|
||||||
BIN
alsa-lib-1.2.3.tar.bz2
Normal file
BIN
alsa-lib-1.2.3.tar.bz2
Normal file
Binary file not shown.
@ -1,12 +0,0 @@
|
|||||||
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))
|
|
||||||
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
%define version_alsa_ucm 1.2.5.1
|
%define version_alsa_ucm 1.2.3
|
||||||
%define version_alsa_tplg 1.2.5.1
|
%define version_alsa_tplg 1.2.3
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: 1.2.5.1
|
Version: 1.2.3
|
||||||
Release: 3
|
Release: 2
|
||||||
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,7 +11,6 @@ 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
|
||||||
@ -123,18 +122,6 @@ 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
|
||||||
|
|
||||||
|
|||||||
BIN
alsa-topology-conf-1.2.3.tar.bz2
Normal file
BIN
alsa-topology-conf-1.2.3.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
BIN
alsa-ucm-conf-1.2.3.tar.bz2
Normal file
BIN
alsa-ucm-conf-1.2.3.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user