Enable support for AVTP

This commit is contained in:
Peter Robinson 2021-08-17 15:46:42 +01:00
commit 6041f96f72

View file

@ -6,7 +6,7 @@
Name: alsa-plugins
Version: 1.2.5
Release: 2%{?dist}
Release: 3%{?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
@ -16,6 +16,7 @@ Source0: ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz
Patch0: alsa-git.patch
BuildRequires: autoconf automake libtool
BuildRequires: make
BuildRequires: alsa-lib-devel
%description
@ -41,7 +42,6 @@ This plugin provides the PCM type "jack"
%package oss
Requires: alsa-utils
BuildRequires: alsa-lib-devel
Summary: Oss PCM output plugin for ALSA
License: LGPLv2+
@ -126,7 +126,6 @@ pre-processing of a mono stream like denoise using libspeex DSP API.
%package maemo
BuildRequires: dbus-devel
BuildRequires: make
Summary: Maemo plugin for ALSA
License: LGPLv2+
@ -134,6 +133,15 @@ License: LGPLv2+
This plugin converts the ALSA API over PCM task nodes protocol. In this way,
ALSA native applications can run over DSP Gateway and use DSP PCM task nodes.
%package avtp
BuildRequires: libavtp-devel
Summary: Audio Video Transport Protocol (AVTP) plugin for ALSA
License: LGPLv2+
%description avtp
This plugin supports Audio Video Transport Protocol (AVTP) as specified in
IEEE 1722-2016 spec. AVTP is part of the Audio/Video Broadcast using TSN.
%prep
%autosetup -n %{name}-%{version}%{?prever} -p1
@ -151,7 +159,7 @@ autoreconf -vif
mv %{buildroot}%{_sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf.example \
%{buildroot}%{_sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf
find %{buildroot} -name "*.la" -exec rm {} \;
find %{buildroot} -name "*.la" -delete
%if %{with jack}
@ -269,8 +277,14 @@ find %{buildroot} -name "*.la" -exec rm {} \;
%{_libdir}/alsa-lib/libasound_module_ctl_dsp_ctl.so
%{_libdir}/alsa-lib/libasound_module_pcm_alsa_dsp.so
%files avtp
%license COPYING COPYING.GPL
%{_libdir}/alsa-lib/libasound_module_pcm_aaf.so
%changelog
* Tue Aug 17 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2.5-3
- Enable support for AVTP
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild