!18 添加sw架构
From: @wuzx065891 Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
6d840ef2b3
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))
|
||||
@ -2,7 +2,7 @@
|
||||
%define version_alsa_tplg 1.2.5.1
|
||||
Name: alsa-lib
|
||||
Version: 1.2.7.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: the user space library that developers compile ALSA applications against
|
||||
|
||||
License: LGPLv2+
|
||||
@ -13,6 +13,8 @@ Source2: ftp://ftp.alsa-project.org/pub/lib/alsa-topology-conf-%{version_alsa_t
|
||||
Source10: asound.conf
|
||||
|
||||
Source40: alsa-ucm-conf.patch
|
||||
Patch1: alsa-lib-1.2.5.1-sw.patch
|
||||
|
||||
BuildRequires: autoconf, automake, libtool, doxygen
|
||||
Requires: coreutils
|
||||
|
||||
@ -122,6 +124,9 @@ tar xvjf %{SOURCE2} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "*/top
|
||||
%{_datadir}/alsa/topology
|
||||
|
||||
%changelog
|
||||
* Thu Aug 11 2022 wuzx<wuzx1226@qq.com> - 1.2.7.1-2
|
||||
- add sw64 patch
|
||||
|
||||
* Wed Jun 29 2022 YukariChiba <i@0x7f.cc> - 1.2.7.1-1
|
||||
- Upgrade alsa-lib to 1.2.7.1
|
||||
- Upgrade alsa-ucm-conf to 1.2.7.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user