import alsa-plugins-1.1.9-1.el8

This commit is contained in:
CentOS Sources 2019-11-05 14:42:01 -05:00 committed by Andrew Lukoshko
parent 1e2062d482
commit b84b184520
4 changed files with 7 additions and 2300 deletions

View File

@ -1 +1 @@
a3601513f1a54eaef606744c9c9f4e9d4d44bf40 SOURCES/alsa-plugins-1.1.6.tar.bz2
a74a2d6d10a44ad47c179488e3a1528ba81b7e02 SOURCES/alsa-plugins-1.1.9.tar.bz2

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/alsa-plugins-1.1.6.tar.bz2
SOURCES/alsa-plugins-1.1.9.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@
%endif
Name: alsa-plugins
Version: 1.1.6
Release: 3%{?dist}
Version: 1.1.9
Release: 1%{?dist}
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
# All packages are LGPLv2+ with the exception of samplerate which is GPLv2+
# pph plugin is BSD-like licensed
@ -14,7 +14,6 @@ License: GPLv2+ and LGPLv2+ and BSD
Group: System Environment/Libraries
URL: http://www.alsa-project.org/
Source0: ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2
Patch0: plugin-config.patch
BuildRequires: autoconf automake libtool
BuildRequires: alsa-lib-devel
@ -136,7 +135,6 @@ ALSA native applications can run over DSP Gateway and use DSP PCM task nodes.
%prep
%setup -q -n %{name}-%{version}%{?prever}
%patch0 -p1 -b .plugin-config
%build
autoreconf -vif
@ -267,6 +265,9 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%changelog
* Wed May 22 2019 Jaroslav Kysela <perex@perex.cz> - 1.1.9-1
- Updated to 1.1.9
* Mon Apr 16 2018 Jaroslav Kysela <perex@perex.cz> - 1.1.6-3
- /etc/alsa/conf.d contains symlinks to /usr/share/alsa/alsa.conf.d templates