From 1794a4347c0a1d4b83c768197e7b7b4e24712115 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 6 Jun 2023 20:19:07 +0200 Subject: [PATCH 01/11] update to SPDX licenses --- alsa-plugins.spec | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 33bdf0e..a5bb52e 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -8,11 +8,11 @@ Name: alsa-plugins Version: 1.2.7.1 -Release: 5%{?dist} +Release: 6%{?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 -License: GPLv2+ and LGPLv2+ and BSD +# 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 +License: GPL-2.0-or-later and LGPL-2.1-or-later and BSD-3-Clause URL: http://www.alsa-project.org/ Source0: ftp://ftp.alsa-project.org/pub/plugins/%{name}-%{version}.tar.bz2 Patch0: alsa-git.patch @@ -32,7 +32,7 @@ This package includes plugins for ALSA. Recommends: jack-audio-connection-kit BuildRequires: jack-audio-connection-kit-devel Summary: Jack PCM output plugin for ALSA -License: LGPLv2+ +License: LGPL-2.1-or-later %description jack This plugin converts the ALSA API over JACK (Jack Audio Connection @@ -43,7 +43,7 @@ This plugin provides the PCM type "jack" %package oss Summary: Oss PCM output plugin for ALSA -License: LGPLv2+ +License: LGPL-2.1-or-later %description oss This plugin converts the ALSA API over OSS API. With this plugin, @@ -55,7 +55,7 @@ This plugin provides the PCM type "oss". Recommends: pulseaudio-daemon BuildRequires: pulseaudio-libs-devel Summary: Alsa to PulseAudio backend -License: LGPLv2+ +License: LGPL-2.1-or-later %description pulseaudio This plugin allows any program that uses the ALSA API to access a PulseAudio @@ -66,7 +66,7 @@ one for mixer control. %package samplerate BuildRequires: libsamplerate-devel Summary: External rate converter plugin for ALSA -License: GPLv2+ +License: GPL-2.0-or-later %description samplerate This plugin is an external rate converter using libsamplerate by Erik de @@ -75,7 +75,7 @@ Castro Lopo. %package upmix BuildRequires: libsamplerate-devel Summary: Upmixer channel expander plugin for ALSA -License: LGPLv2+ +License: LGPL-2.1-or-later %description upmix The upmix plugin is an easy-to-use plugin for upmixing to 4 or @@ -85,7 +85,7 @@ by the slave PCM or explicitly via channel option. %package vdownmix BuildRequires: libsamplerate-devel Summary: Downmixer to stereo plugin for ALSA -License: LGPLv2+ +License: LGPL-2.1-or-later %description vdownmix The vdownmix plugin is a downmixer from 4-6 channels to 2-channel @@ -95,7 +95,7 @@ surround". %package usbstream Summary: USB stream plugin for ALSA -License: LGPLv2+ +License: LGPL-2.1-or-later %description usbstream The usbstream plugin is for snd-usb-us122l driver. It converts PCM @@ -103,7 +103,7 @@ stream to USB specific stream. %package arcamav Summary: Arcam AV amplifier plugin for ALSA -License: LGPLv2+ +License: LGPL-2.1-or-later %description arcamav This plugin exposes the controls for an Arcam AV amplifier @@ -113,7 +113,7 @@ This plugin exposes the controls for an Arcam AV amplifier Requires: speex speexdsp BuildRequires: speex-devel speexdsp-devel Summary: Rate Converter Plugin Using Speex Resampler -License: LGPLv2+ +License: LGPL-2.1-or-later %description speex The rate plugin is an external rate converter using the Speex resampler @@ -123,7 +123,7 @@ pre-processing of a mono stream like denoise using libspeex DSP API. %package maemo BuildRequires: dbus-devel Summary: Maemo plugin for ALSA -License: LGPLv2+ +License: LGPL-2.1-or-later %description maemo This plugin converts the ALSA API over PCM task nodes protocol. In this way, @@ -132,7 +132,7 @@ 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+ +License: LGPL-2.1-or-later %description avtp This plugin supports Audio Video Transport Protocol (AVTP) as specified in @@ -143,7 +143,7 @@ IEEE 1722-2016 spec. AVTP is part of the Audio/Video Broadcast using TSN. BuildRequires: ffmpeg-free-devel Obsoletes: alsa-plugins-freeworld-a52 <= %{version}-%{release} Summary: A52 output plugin for ALSA using libavcodec -License: LGPLv2+ +License: LGPL-2.1-or-later %description a52 This plugin converts S16 linear format to A52 compressed stream and @@ -154,7 +154,7 @@ audio stream. BuildRequires: ffmpeg-free-devel Obsoletes: alsa-plugins-freeworld-lavrate <= %{version}-%{release} Summary: Rate converter plugin for ALSA using libavcodec -License: LGPLv2+ +License: LGPL-2.1-or-later %description lavrate The plugin uses ffmpeg audio resample library to convert audio rates. @@ -338,6 +338,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Tue Jun 6 2023 Jaroslav Kysela - 1.2.7.1-6 +- change to SPDX licenses + * Sun Mar 12 2023 Neal Gompa - 1.2.7.1-5 - Rebuild for ffmpeg 6.0 From fd88ccdb6dc5c77e1ba676bfff8158822e38bd0b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 13:09:44 +0000 Subject: [PATCH 02/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- alsa-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index a5bb52e..4e52d88 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -8,7 +8,7 @@ Name: alsa-plugins Version: 1.2.7.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -338,6 +338,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 1.2.7.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 6 2023 Jaroslav Kysela - 1.2.7.1-6 - change to SPDX licenses From 443ab57436436e74b0bb8eaa8ddc5b134f069fcd Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 25 Aug 2023 00:25:07 -0400 Subject: [PATCH 03/11] Disable avtp plugin in RHEL builds This avoids the libavtp build dependency for a plugin that is not due to be shipped in RHEL. --- alsa-plugins.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 4e52d88..0fda53f 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -1,14 +1,16 @@ %if 0%{?rhel} +%bcond_with avtp %bcond_with jack %bcond_with ffmpeg %else +%bcond_without avtp %bcond_without jack %bcond_without ffmpeg %endif Name: alsa-plugins Version: 1.2.7.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -129,6 +131,7 @@ License: LGPL-2.1-or-later 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. +%if %{with avtp} %package avtp BuildRequires: libavtp-devel Summary: Audio Video Transport Protocol (AVTP) plugin for ALSA @@ -137,6 +140,7 @@ License: LGPL-2.1-or-later %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. +%endif %if %{with ffmpeg} %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_pcm_alsa_dsp.so +%if %{with avtp} %files avtp %license COPYING COPYING.GPL %{_libdir}/alsa-lib/libasound_module_pcm_aaf.so +%endif %if %{with ffmpeg} %files a52 @@ -338,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Fri Aug 25 2023 Yaakov Selkowitz - 1.2.7.1-8 +- Disable avtp plugin in RHEL builds + * Wed Jul 19 2023 Fedora Release Engineering - 1.2.7.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 274e99c7fa02dcafdec5f3568a2f756970beeca8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:45:03 +0000 Subject: [PATCH 04/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- alsa-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 0fda53f..1337c98 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -10,7 +10,7 @@ Name: alsa-plugins Version: 1.2.7.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -344,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 1.2.7.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Aug 25 2023 Yaakov Selkowitz - 1.2.7.1-8 - Disable avtp plugin in RHEL builds From d6eaddf0d79dd72d20097be6422d69e880971167 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:56:18 +0000 Subject: [PATCH 05/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- alsa-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 1337c98..0dd9c51 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -10,7 +10,7 @@ Name: alsa-plugins Version: 1.2.7.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -344,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 1.2.7.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 1.2.7.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 2a044274ea36eb021879f55ce45ec4af655d464e Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 11 Jun 2024 13:37:50 +0200 Subject: [PATCH 06/11] Updated to 1.2.12 Signed-off-by: Jaroslav Kysela --- alsa-plugins.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 0dd9c51..37cd2ae 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -9,8 +9,8 @@ %endif Name: alsa-plugins -Version: 1.2.7.1 -Release: 10%{?dist} +Version: 1.2.12 +Release: 1%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -344,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Tue Jun 11 2024 Jaroslav Kysela - 1.2.12-1 +- Updated to 1.2.12 + * Mon Jan 22 2024 Fedora Release Engineering - 1.2.7.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 5daf78e..53faed0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (alsa-plugins-1.2.7.1.tar.bz2) = 437c05a7e0175594768fd6a9a6d1a158bb4a01a7de6a42c2bd468d9381e01b64d385ddfac7d87baf84fe13cb4e65dc24da643940f416d4b191c528728822d964 +SHA512 (alsa-plugins-1.2.12.tar.bz2) = b2064eb32662662f422f6e7c71f503d82c68d7a7059c8197bdd61ee08735b3ee104c6a5f9e3451e81124634514b91fc89d05d33041d9c2bb0f55b3c2ac3271b1 From 36290d6324f0a102c989efac412ff8afd15bfb5a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:52:50 +0000 Subject: [PATCH 07/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- alsa-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 37cd2ae..41be1b7 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -10,7 +10,7 @@ Name: alsa-plugins Version: 1.2.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -344,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 1.2.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Jun 11 2024 Jaroslav Kysela - 1.2.12-1 - Updated to 1.2.12 From 2cebe39166b19045ed59b2d801f797588bdfc277 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 23 Sep 2024 16:45:53 +0200 Subject: [PATCH 08/11] Rebuild for ffmpeg 7 --- alsa-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 41be1b7..1bd79bf 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -10,7 +10,7 @@ Name: alsa-plugins Version: 1.2.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -344,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Mon Sep 23 2024 Fabio Valentini - 1.2.12-3 +- Rebuild for ffmpeg 7 + * Wed Jul 17 2024 Fedora Release Engineering - 1.2.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 2ad7204c9a8813e6bc1253314b4dc25a6ceec4f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:54:22 +0000 Subject: [PATCH 09/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- alsa-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 1bd79bf..601c3e8 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -10,7 +10,7 @@ Name: alsa-plugins Version: 1.2.12 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -344,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1.2.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Sep 23 2024 Fabio Valentini - 1.2.12-3 - Rebuild for ffmpeg 7 From 47c675eb8b07867c62f1fe1380adcfbb78c7d6b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:55:09 +0000 Subject: [PATCH 10/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- alsa-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 601c3e8..addf603 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -10,7 +10,7 @@ Name: alsa-plugins Version: 1.2.12 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -344,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.2.12-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 1.2.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 992760550591940b1204f9cb6730630e3190f320 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Wed, 1 Oct 2025 11:53:34 +0200 Subject: [PATCH 11/11] Rebuilt for FFmpeg 8 --- alsa-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index addf603..8230da3 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -10,7 +10,7 @@ Name: alsa-plugins Version: 1.2.12 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # 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 @@ -344,6 +344,9 @@ find %{buildroot} -name "*.la" -delete %endif %changelog +* Wed Oct 01 2025 Dominik Mierzejewski - 1.2.12-6 +- Rebuilt for FFmpeg 8 + * Wed Jul 23 2025 Fedora Release Engineering - 1.2.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild