import alsa-lib-1.2.4-5.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:40:56 -04:00 committed by Andrew Lukoshko
parent d153a0e432
commit ef11e9f0bd
5 changed files with 4048 additions and 10 deletions

View File

@ -1,3 +1,3 @@
2dfe24ae4872c0a390791a515d50de4047eff02b SOURCES/alsa-lib-1.2.3.2.tar.bz2 5404393a44906f92ba87189b6fd7fa0c031a037e SOURCES/alsa-lib-1.2.4.tar.bz2
0274de50ead268d6d35da4593a5c3abfe8ce4c05 SOURCES/alsa-topology-conf-1.2.3.tar.bz2 ec30157ecb964594f630dc193f964ddb2ad8bc57 SOURCES/alsa-topology-conf-1.2.4.tar.bz2
54f9411950a2b7a87cf80ca34ee61adac96dfd27 SOURCES/alsa-ucm-conf-1.2.3.tar.bz2 0883058d77c2516d1e2638e16d59e8693dd2e467 SOURCES/alsa-ucm-conf-1.2.4.tar.bz2

6
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/alsa-lib-1.2.3.2.tar.bz2 SOURCES/alsa-lib-1.2.4.tar.bz2
SOURCES/alsa-topology-conf-1.2.3.tar.bz2 SOURCES/alsa-topology-conf-1.2.4.tar.bz2
SOURCES/alsa-ucm-conf-1.2.3.tar.bz2 SOURCES/alsa-ucm-conf-1.2.4.tar.bz2

File diff suppressed because it is too large Load Diff

1571
SOURCES/alsa-ucm-git.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,14 +2,14 @@
#define prever_dot .rc3 #define prever_dot .rc3
#define postver a #define postver a
%define version_alsa_lib 1.2.3.2 %define version_alsa_lib 1.2.4
%define version_alsa_ucm 1.2.3 %define version_alsa_ucm 1.2.4
%define version_alsa_tplg 1.2.3 %define version_alsa_tplg 1.2.4
Summary: The Advanced Linux Sound Architecture (ALSA) library Summary: The Advanced Linux Sound Architecture (ALSA) library
Name: alsa-lib Name: alsa-lib
Version: %{version_alsa_lib} Version: %{version_alsa_lib}
Release: 1%{?prever_dot}%{?dist} Release: 5%{?prever_dot}%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.alsa-project.org/ URL: http://www.alsa-project.org/
@ -20,6 +20,7 @@ Source2: ftp://ftp.alsa-project.org/pub/lib/alsa-topology-conf-%{version_alsa_t
Source10: asound.conf Source10: asound.conf
Source11: modprobe-dist-alsa.conf Source11: modprobe-dist-alsa.conf
Source12: modprobe-dist-oss.conf Source12: modprobe-dist-oss.conf
Source20: alsa-ucm-git.patch
Patch0: alsa-git.patch Patch0: alsa-git.patch
Patch1: alsa-lib-1.2.3-config.patch Patch1: alsa-lib-1.2.3-config.patch
Patch2: alsa-lib-1.0.14-glibc-open.patch Patch2: alsa-lib-1.0.14-glibc-open.patch
@ -109,6 +110,7 @@ mkdir -p %{buildroot}/%{_datadir}/alsa/ucm2
# Unpack UCMs # Unpack UCMs
tar xvjf %{SOURCE1} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "*/ucm" "*/ucm2" tar xvjf %{SOURCE1} -C %{buildroot}/%{_datadir}/alsa --strip-components=1 "*/ucm" "*/ucm2"
patch -d %{buildroot}/%{_datadir}/alsa -p1 < %{SOURCE20}
# Create topology directory # Create topology directory
mkdir -p %{buildroot}/%{_datadir}/alsa/topology mkdir -p %{buildroot}/%{_datadir}/alsa/topology
@ -161,6 +163,12 @@ rm %{buildroot}/%{_includedir}/asoundlib.h
%{_datadir}/alsa/topology %{_datadir}/alsa/topology
%changelog %changelog
* Mon Feb 1 2021 Jaroslav Kysela <perex@perex.cz> - 1.2.4-5
- Apply fixes from upstream (alsa-lib, alsa-ucm-conf)
* Mon Oct 19 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.4-3
- Updated to 1.2.4
* Mon Jun 29 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.3.2-1 * Mon Jun 29 2020 Jaroslav Kysela <perex@perex.cz> - 1.2.3.2-1
- update to 1.2.3.2 - update to 1.2.3.2