Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9927605505 | ||
|
|
47c675eb8b | ||
|
|
2ad7204c9a | ||
|
|
2cebe39166 |
||
|
|
36290d6324 | ||
|
|
2a044274ea | ||
|
|
d6eaddf0d7 | ||
|
|
274e99c7fa | ||
|
|
443ab57436 |
1 changed files with 31 additions and 1 deletions
|
|
@ -1,14 +1,16 @@
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
|
%bcond_with avtp
|
||||||
%bcond_with jack
|
%bcond_with jack
|
||||||
%bcond_with ffmpeg
|
%bcond_with ffmpeg
|
||||||
%else
|
%else
|
||||||
|
%bcond_without avtp
|
||||||
%bcond_without jack
|
%bcond_without jack
|
||||||
%bcond_without ffmpeg
|
%bcond_without ffmpeg
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: alsa-plugins
|
Name: alsa-plugins
|
||||||
Version: 1.2.12
|
Version: 1.2.12
|
||||||
Release: 1%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
Summary: The Advanced Linux Sound Architecture (ALSA) Plugins
|
||||||
# All packages are LGPL-2.1-or-later with the exception of samplerate
|
# All packages are LGPL-2.1-or-later with the exception of samplerate
|
||||||
# which is GPL-2.0-or-later, pph plugin is BSD-3-Clause licensed
|
# which is GPL-2.0-or-later, pph plugin is BSD-3-Clause licensed
|
||||||
|
|
@ -129,6 +131,7 @@ License: LGPL-2.1-or-later
|
||||||
This plugin converts the ALSA API over PCM task nodes protocol. In this way,
|
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.
|
ALSA native applications can run over DSP Gateway and use DSP PCM task nodes.
|
||||||
|
|
||||||
|
%if %{with avtp}
|
||||||
%package avtp
|
%package avtp
|
||||||
BuildRequires: libavtp-devel
|
BuildRequires: libavtp-devel
|
||||||
Summary: Audio Video Transport Protocol (AVTP) plugin for ALSA
|
Summary: Audio Video Transport Protocol (AVTP) plugin for ALSA
|
||||||
|
|
@ -137,6 +140,7 @@ License: LGPL-2.1-or-later
|
||||||
%description avtp
|
%description avtp
|
||||||
This plugin supports Audio Video Transport Protocol (AVTP) as specified in
|
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.
|
IEEE 1722-2016 spec. AVTP is part of the Audio/Video Broadcast using TSN.
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with ffmpeg}
|
%if %{with ffmpeg}
|
||||||
%package a52
|
%package a52
|
||||||
|
|
@ -305,9 +309,11 @@ find %{buildroot} -name "*.la" -delete
|
||||||
%{_libdir}/alsa-lib/libasound_module_ctl_dsp_ctl.so
|
%{_libdir}/alsa-lib/libasound_module_ctl_dsp_ctl.so
|
||||||
%{_libdir}/alsa-lib/libasound_module_pcm_alsa_dsp.so
|
%{_libdir}/alsa-lib/libasound_module_pcm_alsa_dsp.so
|
||||||
|
|
||||||
|
%if %{with avtp}
|
||||||
%files avtp
|
%files avtp
|
||||||
%license COPYING COPYING.GPL
|
%license COPYING COPYING.GPL
|
||||||
%{_libdir}/alsa-lib/libasound_module_pcm_aaf.so
|
%{_libdir}/alsa-lib/libasound_module_pcm_aaf.so
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with ffmpeg}
|
%if %{with ffmpeg}
|
||||||
%files a52
|
%files a52
|
||||||
|
|
@ -338,9 +344,33 @@ find %{buildroot} -name "*.la" -delete
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 01 2025 Dominik Mierzejewski <dominik@greysector.net> - 1.2.12-6
|
||||||
|
- Rebuilt for FFmpeg 8
|
||||||
|
|
||||||
|
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Sep 23 2024 Fabio Valentini <decathorpe@gmail.com> - 1.2.12-3
|
||||||
|
- Rebuild for ffmpeg 7
|
||||||
|
|
||||||
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Jun 11 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.12-1
|
* Tue Jun 11 2024 Jaroslav Kysela <perex@perex.cz> - 1.2.12-1
|
||||||
- Updated to 1.2.12
|
- Updated to 1.2.12
|
||||||
|
|
||||||
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7.1-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7.1-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 25 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.2.7.1-8
|
||||||
|
- Disable avtp plugin in RHEL builds
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7.1-7
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7.1-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue