From c34c169d70ee3aa9e729f7d8bada168bdfd66491 Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Thu, 22 Dec 2022 22:25:22 +0100 Subject: [PATCH 01/17] Version 4.1 --- .gitignore | 3 +++ sources | 5 +++-- zam-plugins.spec | 21 +++++++++++++++------ 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5d27b80..a08e6e7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ /zam-plugins-3.13.tar.gz /DPF-08669d1.tar.gz /zam-plugins-3.14.tar.gz +/DPF-8818060.tar.gz +/pugl-844528e.tar.gz +/zam-plugins-4.1.tar.gz diff --git a/sources b/sources index d786a6a..5d3718e 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ -SHA512 (zam-plugins-3.14.tar.gz) = 30c168ee855011b2f17fcc5e440039628399ab40b69bed9af284713df6155360b38d8249b3de1616e9a2f39885cff43c9e2505868aae891fd22bc92297c1962c -SHA512 (DPF-08669d1.tar.gz) = b24e32682ea38785a776d13f9fd58052d9e7813416ba59f05c9c4af28c4b61c26d832870c7d6b65a46863f122dd29fe573dc01994d1c601a10bea7b75d49ba5d +SHA512 (DPF-8818060.tar.gz) = 7ea26d27bfb17fe67d2c4c4077d203b447407986594b833ee545319221c9c08fb434c1ca11ad425a8d9369df41b331c1286ddd85aabdd7a8570ab7a25b88b0e7 +SHA512 (pugl-844528e.tar.gz) = ad2eb02099d8539dfcffdda093cf4a8dcb1c959d8c4f860bba2a9777f0bfe3d4f2471ae56d5f7be779a8402c5b446e44c2c7aa66ff07bb87787cf0bd8add6772 +SHA512 (zam-plugins-4.1.tar.gz) = 53ffd7f4cebbb65fcdaae53b7d0ad922dd2b1e76479da7caa2c4100d04b5258e0aec4bbfb3b8632b4198375e6677659139abb907bfe9fc11ded772c4e14d5e14 diff --git a/zam-plugins.spec b/zam-plugins.spec index 52cca0b..7fbb7f3 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -1,22 +1,27 @@ -%global gittag 3.14 +%global gittag 4.1 %global dpf DPF # Disable lto %define _lto_cflags %{nil} # DPF git submodule -%global commit1 08669d1bc30c6e971fde800eade4ca40104ba8b2 +%global commit1 88180608a206b529fcb660d406ddf6f934002806 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) +# pugl git submodule +%global commit2 844528e197c51603f6cef3238b4a48d23bf60eb7 +%global shortcommit2 %(c=%{commit2}; echo ${c:0:7}) + Name: zam-plugins Version: %{gittag} -Release: 5%{?dist} +Release: 1%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins License: GPLv2+ and ISC URL: http://www.zamaudio.com/ Source0: https://github.com/zamaudio/%{name}/archive/%{gittag}/%{name}-%{version}.tar.gz Source1: https://github.com/DISTRHO/DPF/archive/%{commit1}/%{dpf}-%{shortcommit1}.tar.gz +Source2: https://github.com/DISTRHO/pugl/archive/%{commit2}/pugl-%{shortcommit2}.tar.gz BuildRequires: gcc BuildRequires: gcc-c++ @@ -54,10 +59,14 @@ for sound processing developed in-house at ZamAudio. This is the LADSPA version. %prep -%autosetup -a 1 -p 1 +%setup -q -a 1 +%setup -q -T -D -a 2 # Move submodule DPF to main source directory rmdir dpf mv %{dpf}-%{commit1} dpf +# Move submodule pugl to main source directory +rmdir dpf/dgl/src/pugl-upstream +mv pugl-%{commit2} dpf/dgl/src/pugl-upstream %build %set_build_flags @@ -65,8 +74,8 @@ mv %{dpf}-%{commit1} dpf %install %make_install VERBOSE=true PREFIX=%{_prefix} LIBDIR=%{_lib} USE_SYSTEM_LIBS=1 -# We don't need VST and DSSI plugins -rm -rf %{buildroot}%{_libdir}/vst %{buildroot}/*-dssi* +# We don't need VST and for the moment CLAP +rm -rf %{buildroot}%{_libdir}/vst %{buildroot}%{_libdir}/vst3 %{buildroot}%{_libdir}/clap # Remove executable bit from .ttl files chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl From 0918db29b87c9febb39bb9d0b90a9e96c590f8a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:10:47 +0000 Subject: [PATCH 02/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zam-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zam-plugins.spec b/zam-plugins.spec index 7fbb7f3..1bb874a 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -14,7 +14,7 @@ Name: zam-plugins Version: %{gittag} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins License: GPLv2+ and ISC @@ -95,6 +95,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 3.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 1ce09fae141fc6998c67f0f013ca4c4dc9b49d38 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:36:12 +0000 Subject: [PATCH 03/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zam-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zam-plugins.spec b/zam-plugins.spec index 1bb874a..f69087c 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -14,7 +14,7 @@ Name: zam-plugins Version: %{gittag} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins License: GPLv2+ and ISC @@ -95,6 +95,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From bc217af0bd168673f3282e60e55168ff78722946 Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Thu, 28 Dec 2023 16:07:04 +0100 Subject: [PATCH 04/17] Version 4.2 --- .gitignore | 3 +++ sources | 6 +++--- zam-plugins.spec | 11 +++++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a08e6e7..39340a2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ /DPF-8818060.tar.gz /pugl-844528e.tar.gz /zam-plugins-4.1.tar.gz +/zam-plugins-4.2.tar.gz +/DPF-63dfb76.tar.gz +/pugl-2e98e22.tar.gz diff --git a/sources b/sources index 5d3718e..5af3800 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (DPF-8818060.tar.gz) = 7ea26d27bfb17fe67d2c4c4077d203b447407986594b833ee545319221c9c08fb434c1ca11ad425a8d9369df41b331c1286ddd85aabdd7a8570ab7a25b88b0e7 -SHA512 (pugl-844528e.tar.gz) = ad2eb02099d8539dfcffdda093cf4a8dcb1c959d8c4f860bba2a9777f0bfe3d4f2471ae56d5f7be779a8402c5b446e44c2c7aa66ff07bb87787cf0bd8add6772 -SHA512 (zam-plugins-4.1.tar.gz) = 53ffd7f4cebbb65fcdaae53b7d0ad922dd2b1e76479da7caa2c4100d04b5258e0aec4bbfb3b8632b4198375e6677659139abb907bfe9fc11ded772c4e14d5e14 +SHA512 (zam-plugins-4.2.tar.gz) = 84aff169f7992ea6f99efe7fb44f9923f19cab233bc2757aa0799575d4dce9140b9a6aec07782dfba3b951b6765ade7a0381c2c64c56aa23a635318f56ed84fd +SHA512 (DPF-63dfb76.tar.gz) = d80d5e0bf70f9c441f72b433817ab0183a80ad74496e6a5f1e5ff7870c8869a2dfc3fcd70057025ff7b3622dd7417d0567b23e2cc7cd7ef29e716080d2abd813 +SHA512 (pugl-2e98e22.tar.gz) = 8fda46853a03c83c9c090826cb89822793647e9ead540c41c229fa69c60f41ab61fc4a405d4bef7ed22ca9c73172202f26f632bd8eff386963c35286720c6412 diff --git a/zam-plugins.spec b/zam-plugins.spec index f69087c..8fc3259 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -1,20 +1,20 @@ -%global gittag 4.1 +%global gittag 4.2 %global dpf DPF # Disable lto %define _lto_cflags %{nil} # DPF git submodule -%global commit1 88180608a206b529fcb660d406ddf6f934002806 +%global commit1 63dfb7610bc37dee69f4a303f3e3362529d95f24 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) # pugl git submodule -%global commit2 844528e197c51603f6cef3238b4a48d23bf60eb7 +%global commit2 2e98e220b5b860c1c8cd5809fad61baf27380a37 %global shortcommit2 %(c=%{commit2}; echo ${c:0:7}) Name: zam-plugins Version: %{gittag} -Release: 3%{?dist} +Release: 1%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins License: GPLv2+ and ISC @@ -95,6 +95,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Mon Nov 20 2023 Guido Aulisi - 4.2-1 +- Version 4.2 + * Sat Jul 22 2023 Fedora Release Engineering - 4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 0d01a552f95f3a0c97487959806b12de5ec43b9c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:57:40 +0000 Subject: [PATCH 05/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- zam-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zam-plugins.spec b/zam-plugins.spec index 8fc3259..5423150 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -14,7 +14,7 @@ Name: zam-plugins Version: %{gittag} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins License: GPLv2+ and ISC @@ -95,6 +95,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Nov 20 2023 Guido Aulisi - 4.2-1 - Version 4.2 From b20a939812437ee18bd049c2a94d8351e587ea74 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:47:29 +0000 Subject: [PATCH 06/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- zam-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zam-plugins.spec b/zam-plugins.spec index 5423150..85ce02f 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -14,7 +14,7 @@ Name: zam-plugins Version: %{gittag} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins License: GPLv2+ and ISC @@ -95,6 +95,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 4.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 34b2b8e4e13d16df2583009544197a6f2a7555d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 7 Aug 2024 10:21:34 +0200 Subject: [PATCH 07/17] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- zam-plugins.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zam-plugins.spec b/zam-plugins.spec index 85ce02f..1418232 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -14,10 +14,11 @@ Name: zam-plugins Version: %{gittag} -Release: 3%{?dist} +Release: 4%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins -License: GPLv2+ and ISC +# Automatically converted from old format: GPLv2+ and ISC - review is highly recommended. +License: GPL-2.0-or-later AND ISC URL: http://www.zamaudio.com/ Source0: https://github.com/zamaudio/%{name}/archive/%{gittag}/%{name}-%{version}.tar.gz Source1: https://github.com/DISTRHO/DPF/archive/%{commit1}/%{dpf}-%{shortcommit1}.tar.gz @@ -95,6 +96,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Wed Aug 07 2024 Miroslav Suchý - 4.2-4 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 4.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 8fc73a7792c0c2f21f71c75a5d3dc5b14b231a2d Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Sat, 5 Oct 2024 15:09:53 +0200 Subject: [PATCH 08/17] Version 4.3 --- .gitignore | 3 +++ sources | 6 +++--- zam-plugins.spec | 11 +++++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 39340a2..71f66ac 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ /zam-plugins-4.2.tar.gz /DPF-63dfb76.tar.gz /pugl-2e98e22.tar.gz +/DPF-077fcf5.tar.gz +/pugl-e33b2f6.tar.gz +/zam-plugins-4.3.tar.gz diff --git a/sources b/sources index 5af3800..d7a09bd 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (zam-plugins-4.2.tar.gz) = 84aff169f7992ea6f99efe7fb44f9923f19cab233bc2757aa0799575d4dce9140b9a6aec07782dfba3b951b6765ade7a0381c2c64c56aa23a635318f56ed84fd -SHA512 (DPF-63dfb76.tar.gz) = d80d5e0bf70f9c441f72b433817ab0183a80ad74496e6a5f1e5ff7870c8869a2dfc3fcd70057025ff7b3622dd7417d0567b23e2cc7cd7ef29e716080d2abd813 -SHA512 (pugl-2e98e22.tar.gz) = 8fda46853a03c83c9c090826cb89822793647e9ead540c41c229fa69c60f41ab61fc4a405d4bef7ed22ca9c73172202f26f632bd8eff386963c35286720c6412 +SHA512 (DPF-077fcf5.tar.gz) = 7e911abccfb8a232062fb72e9ff4fc84e053be329df034b40dd00a9b5cbf91a718db506fd838ded3ad69ada2553e48021ca912591369bfea9f6ee217319b3703 +SHA512 (pugl-e33b2f6.tar.gz) = 5565cd06c67483ff5b2120ace400e0c2ba7fab5b246b8e1d7a22fa3269d1aa6086fa210d92ca8efa5d70b6b18a314db5d47669126e2f4d8e6db690a04b0a2fe6 +SHA512 (zam-plugins-4.3.tar.gz) = 901bd52431055387ffd6e04a9530a71046533abd47561c37a2ea94f7b7f6e9be97994a8b0e3aed927190fdeb523875ecef2cc08afbb8c275cfd2ca5fc1648e09 diff --git a/zam-plugins.spec b/zam-plugins.spec index 1418232..3c33fe5 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -1,20 +1,20 @@ -%global gittag 4.2 +%global gittag 4.3 %global dpf DPF # Disable lto %define _lto_cflags %{nil} # DPF git submodule -%global commit1 63dfb7610bc37dee69f4a303f3e3362529d95f24 +%global commit1 077fcf5758ed6038bfe6e7aee1e407aa02e807b2 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) # pugl git submodule -%global commit2 2e98e220b5b860c1c8cd5809fad61baf27380a37 +%global commit2 e33b2f6b0cea6d6263990aa9abe6a69fdfba5973 %global shortcommit2 %(c=%{commit2}; echo ${c:0:7}) Name: zam-plugins Version: %{gittag} -Release: 4%{?dist} +Release: 1%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins # Automatically converted from old format: GPLv2+ and ISC - review is highly recommended. @@ -96,6 +96,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Sat Oct 05 2024 Guido Aulisi - 4.3-1 +- Version 4.3 + * Wed Aug 07 2024 Miroslav Suchý - 4.2-4 - convert license to SPDX From adadd55009be6140dab8e7cb743a7f29d6228608 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:40:28 +0000 Subject: [PATCH 09/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- zam-plugins.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zam-plugins.spec b/zam-plugins.spec index 3c33fe5..a932e63 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -14,7 +14,7 @@ Name: zam-plugins Version: %{gittag} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins # Automatically converted from old format: GPLv2+ and ISC - review is highly recommended. @@ -96,6 +96,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Oct 05 2024 Guido Aulisi - 4.3-1 - Version 4.3 From bba94f1b8cc898d52312795ce7f2390bd49cf7a3 Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Wed, 4 Jun 2025 00:00:19 +0200 Subject: [PATCH 10/17] Version 4.4 --- .gitignore | 3 +++ sources | 6 +++--- zam-plugins.spec | 11 +++++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 71f66ac..a15473a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ /DPF-077fcf5.tar.gz /pugl-e33b2f6.tar.gz /zam-plugins-4.3.tar.gz +/zam-plugins-4.4.tar.gz +/DPF-f60444f.tar.gz +/pugl-d4d964f.tar.gz diff --git a/sources b/sources index d7a09bd..9b3c081 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (DPF-077fcf5.tar.gz) = 7e911abccfb8a232062fb72e9ff4fc84e053be329df034b40dd00a9b5cbf91a718db506fd838ded3ad69ada2553e48021ca912591369bfea9f6ee217319b3703 -SHA512 (pugl-e33b2f6.tar.gz) = 5565cd06c67483ff5b2120ace400e0c2ba7fab5b246b8e1d7a22fa3269d1aa6086fa210d92ca8efa5d70b6b18a314db5d47669126e2f4d8e6db690a04b0a2fe6 -SHA512 (zam-plugins-4.3.tar.gz) = 901bd52431055387ffd6e04a9530a71046533abd47561c37a2ea94f7b7f6e9be97994a8b0e3aed927190fdeb523875ecef2cc08afbb8c275cfd2ca5fc1648e09 +SHA512 (zam-plugins-4.4.tar.gz) = f2a326f628d3327249f0d9029130badd90f715cb7c76d4e628b66ff8252cd3f530798dafa7274ac1028ccdc18f02ccb6f39b2d2f2393d0d1b8bc914e7e63aefe +SHA512 (DPF-f60444f.tar.gz) = 9a7ef2d9409a700da00ce07e6a1bc85c037edc9d04d38d3751b75b98b58f3b553b87248d4f59b98d74c50ec11f0ffe9568e44e1b81031a33437375fe4c99ff08 +SHA512 (pugl-d4d964f.tar.gz) = 9ca5b9e34d3ff1e68e6070e8e6c9a5971f4ff65f56f0a215e24f6c7325421afff783745db9922bd0b12ac5a25a5cecdf040c8ea979812000e7762a737e993779 diff --git a/zam-plugins.spec b/zam-plugins.spec index a932e63..e8aa283 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -1,20 +1,20 @@ -%global gittag 4.3 +%global gittag 4.4 %global dpf DPF # Disable lto %define _lto_cflags %{nil} # DPF git submodule -%global commit1 077fcf5758ed6038bfe6e7aee1e407aa02e807b2 +%global commit1 f60444f27480383005d488d82c834529fa1440f6 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) # pugl git submodule -%global commit2 e33b2f6b0cea6d6263990aa9abe6a69fdfba5973 +%global commit2 d4d964f129b4bf999c53ba40381bd1095fafb649 %global shortcommit2 %(c=%{commit2}; echo ${c:0:7}) Name: zam-plugins Version: %{gittag} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A collection of LV2/LADSPA/JACK audio plugins # Automatically converted from old format: GPLv2+ and ISC - review is highly recommended. @@ -96,6 +96,9 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog +* Tue Jun 03 2025 Guido Aulisi - 4.4-1 +- Version 4.4 + * Sun Jan 19 2025 Fedora Release Engineering - 4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From c04afffd5cd55e3f4b9f69306e90e0896d8e0890 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 3 Jun 2025 09:15:33 +0200 Subject: [PATCH 11/17] Convert to %autorelease and %autochangelog [skip changelog] Signed-off-by: Nils Philippsen --- changelog | 81 ++++++++++++++++++++++++++++++++++++++++++++++ zam-plugins.spec | 84 ++---------------------------------------------- 2 files changed, 83 insertions(+), 82 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..d48c7e6 --- /dev/null +++ b/changelog @@ -0,0 +1,81 @@ +* Tue Jun 03 2025 Guido Aulisi - 4.4-1 +- Version 4.4 + +* Sun Jan 19 2025 Fedora Release Engineering - 4.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Sat Oct 05 2024 Guido Aulisi - 4.3-1 +- Version 4.3 + +* Wed Aug 07 2024 Miroslav Suchý - 4.2-4 +- convert license to SPDX + +* Sat Jul 20 2024 Fedora Release Engineering - 4.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Nov 20 2023 Guido Aulisi - 4.2-1 +- Version 4.2 + +* Sat Jul 22 2023 Fedora Release Engineering - 4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 3.14-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 3.14-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 3.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jan 28 2021 Fedora Release Engineering - 3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 21 11:03:20 CET 2020 Guido Aulisi - 3.14-1 +- Version 3.14 +- Add BR make + +* Wed Aug 05 2020 Guido Aulisi - 3.13-2 +- Fix FTBFS on f33 +- Disable lto +- Some spec cleanup + +* Fri Jul 31 2020 Guido Aulisi - 3.13-1 +- Version 3.13 + +* Wed Jul 29 2020 Fedora Release Engineering - 3.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 20 2019 Guido Aulisi - 3.12-1 +- Version 3.12 + +* Sat Jul 27 2019 Fedora Release Engineering - 3.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 13 2019 Guido Aulisi - 3.11-1 +- Version 3.11 + +* Sun Feb 03 2019 Fedora Release Engineering - 3.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 3.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue May 15 2018 Guido Aulisi - 3.10-3 +- Escape macros in changelog + +* Sun May 13 2018 Guido Aulisi - 3.10-2 +- Use set_build_flags macro +- Document Patch0 + +* Wed May 9 2018 Guido Aulisi - 3.10-1 +- Version 3.10 diff --git a/zam-plugins.spec b/zam-plugins.spec index e8aa283..1eeb3bd 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -14,7 +14,7 @@ Name: zam-plugins Version: %{gittag} -Release: 1%{?dist} +Release: %autorelease Summary: A collection of LV2/LADSPA/JACK audio plugins # Automatically converted from old format: GPLv2+ and ISC - review is highly recommended. @@ -96,84 +96,4 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %changelog -* Tue Jun 03 2025 Guido Aulisi - 4.4-1 -- Version 4.4 - -* Sun Jan 19 2025 Fedora Release Engineering - 4.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sat Oct 05 2024 Guido Aulisi - 4.3-1 -- Version 4.3 - -* Wed Aug 07 2024 Miroslav Suchý - 4.2-4 -- convert license to SPDX - -* Sat Jul 20 2024 Fedora Release Engineering - 4.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Sat Jan 27 2024 Fedora Release Engineering - 4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Nov 20 2023 Guido Aulisi - 4.2-1 -- Version 4.2 - -* Sat Jul 22 2023 Fedora Release Engineering - 4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 3.14-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 3.14-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 3.14-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jan 28 2021 Fedora Release Engineering - 3.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Dec 21 11:03:20 CET 2020 Guido Aulisi - 3.14-1 -- Version 3.14 -- Add BR make - -* Wed Aug 05 2020 Guido Aulisi - 3.13-2 -- Fix FTBFS on f33 -- Disable lto -- Some spec cleanup - -* Fri Jul 31 2020 Guido Aulisi - 3.13-1 -- Version 3.13 - -* Wed Jul 29 2020 Fedora Release Engineering - 3.12-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 3.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 20 2019 Guido Aulisi - 3.12-1 -- Version 3.12 - -* Sat Jul 27 2019 Fedora Release Engineering - 3.11-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 13 2019 Guido Aulisi - 3.11-1 -- Version 3.11 - -* Sun Feb 03 2019 Fedora Release Engineering - 3.10-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 3.10-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue May 15 2018 Guido Aulisi - 3.10-3 -- Escape macros in changelog - -* Sun May 13 2018 Guido Aulisi - 3.10-2 -- Use set_build_flags macro -- Document Patch0 - -* Wed May 9 2018 Guido Aulisi - 3.10-1 -- Version 3.10 +%autochangelog From 5d1460877bd7ee1830adb35e47313474f0b637f3 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 4 Jun 2025 16:20:35 +0200 Subject: [PATCH 12/17] Tidy up spec file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Don’t disable LTO - Tidy up macros, summaries, descriptions, dependencies - Use pkgconfig build dependencies - Ensure system zita-convolver library is used [skip changelog] Signed-off-by: Nils Philippsen --- zam-plugins.spec | 90 ++++++++++++++++++++++++++---------------------- 1 file changed, 49 insertions(+), 41 deletions(-) diff --git a/zam-plugins.spec b/zam-plugins.spec index 1eeb3bd..a6a2686 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -1,84 +1,90 @@ -%global gittag 4.4 -%global dpf DPF - -# Disable lto -%define _lto_cflags %{nil} - # DPF git submodule -%global commit1 f60444f27480383005d488d82c834529fa1440f6 -%global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) +%global dpf_commit f60444f27480383005d488d82c834529fa1440f6 +%global dpf_shortcommit %(c=%{dpf_commit}; echo ${c:0:7}) # pugl git submodule -%global commit2 d4d964f129b4bf999c53ba40381bd1095fafb649 -%global shortcommit2 %(c=%{commit2}; echo ${c:0:7}) +%global pugl_commit d4d964f129b4bf999c53ba40381bd1095fafb649 +%global pugl_shortcommit %(c=%{pugl_commit}; echo ${c:0:7}) Name: zam-plugins -Version: %{gittag} +Version: 4.4 Release: %autorelease -Summary: A collection of LV2/LADSPA/JACK audio plugins +Summary: A collection of audio plugins for LV2, LADSPA, JACK, CLAP, VST3 # Automatically converted from old format: GPLv2+ and ISC - review is highly recommended. License: GPL-2.0-or-later AND ISC URL: http://www.zamaudio.com/ -Source0: https://github.com/zamaudio/%{name}/archive/%{gittag}/%{name}-%{version}.tar.gz -Source1: https://github.com/DISTRHO/DPF/archive/%{commit1}/%{dpf}-%{shortcommit1}.tar.gz -Source2: https://github.com/DISTRHO/pugl/archive/%{commit2}/pugl-%{shortcommit2}.tar.gz +Source0: https://github.com/zamaudio/%{name}/archive/%{version}/%{name}-%{version}.tar.gz +Source1: https://github.com/DISTRHO/DPF/archive/%{dpf_commit}/DPF-%{dpf_shortcommit}.tar.gz +Source2: https://github.com/DISTRHO/pugl/archive/%{pugl_commit}/pugl-%{pugl_shortcommit}.tar.gz BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: make -BuildRequires: jack-audio-connection-kit-devel -BuildRequires: libX11-devel -BuildRequires: mesa-libGL-devel -BuildRequires: liblo-devel -BuildRequires: lv2-devel >= 1.8.1 BuildRequires: ladspa-devel -BuildRequires: fftw-devel >= 3.3.5 -BuildRequires: libsamplerate-devel +BuildRequires: make +BuildRequires: pkgconfig(jack) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(liblo) +BuildRequires: pkgconfig(lv2) >= 1.8.1 +BuildRequires: pkgconfig(fftw3f) >= 3.3.5 +BuildRequires: pkgconfig(samplerate) BuildRequires: zita-convolver-devel >= 4.0.0 %package -n lv2-zam-plugins -Summary: A collection of LV2/LADSPA/JACK audio plugins. LV2 version -Requires: lv2 >= 1.8.1 +Summary: A collection of LV2 audio plugins %package -n ladspa-zam-plugins -Summary: A collection of LV2/LADSPA/JACK audio plugins. LADSPA version -Requires: ladspa +Summary: A collection of LADSPA audio plugins %description -zam-plugins is a collection of LV2/LADSPA/VST/JACK audio plugins +This is a collection of LV2/LADSPA/VST/JACK audio plugins for sound processing developed in-house at ZamAudio. +This package contains the standalone JACK programs. + %description -n lv2-zam-plugins -zam-plugins is a collection of LV2/LADSPA/VST/JACK audio plugins -for sound processing developed in-house at ZamAudio. -This is the LV2 version. +This is a collection of LV2 audio plugins for sound processing developed +in-house at ZamAudio. %description -n ladspa-zam-plugins -zam-plugins is a collection of LV2/LADSPA/VST/JACK audio plugins -for sound processing developed in-house at ZamAudio. -This is the LADSPA version. +This is a collection of LADSPA audio plugins for sound processing +developed in-house at ZamAudio. %prep %setup -q -a 1 %setup -q -T -D -a 2 + # Move submodule DPF to main source directory rmdir dpf -mv %{dpf}-%{commit1} dpf +mv DPF-%{dpf_commit} dpf + # Move submodule pugl to main source directory rmdir dpf/dgl/src/pugl-upstream -mv pugl-%{commit2} dpf/dgl/src/pugl-upstream +mv pugl-%{pugl_commit} dpf/dgl/src/pugl-upstream + +# Remove bundled zita-convolver, we want to use the packaged copy +rm -rf lib/zita-convolver* %build %set_build_flags -%make_build VERBOSE=true PREFIX=%{_prefix} LIBDIR=%{_lib} USE_SYSTEM_LIBS=1 SKIP_STRIPPING=true + +%global common_make_flags \\\ + VERBOSE=true \\\ + PREFIX="%{_prefix}" \\\ + LIBDIR="%{_lib}" \\\ + SKIP_STRIPPING=true \\\ + HAVE_ZITA_CONVOLVER=true + +%make_build %common_make_flags %install -%make_install VERBOSE=true PREFIX=%{_prefix} LIBDIR=%{_lib} USE_SYSTEM_LIBS=1 -# We don't need VST and for the moment CLAP +%make_install %common_make_flags + +# We don't need VST and CLAP but the Makefiles make it hard to skip building rm -rf %{buildroot}%{_libdir}/vst %{buildroot}%{_libdir}/vst3 %{buildroot}%{_libdir}/clap -# Remove executable bit from .ttl files -chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl + +chmod +x %{buildroot}%{_libdir}/*/{,*/}/*.so %files %{_bindir}/* @@ -86,11 +92,13 @@ chmod -x %{buildroot}%{_libdir}/lv2/*.lv2/*.ttl %doc README.md %files -n lv2-zam-plugins +%dir %{_libdir}/lv2 %{_libdir}/lv2/* %license COPYING %doc README.md %files -n ladspa-zam-plugins +%dir %{_libdir}/ladspa %{_libdir}/ladspa/* %license COPYING %doc README.md From 01facc941b058a17c687e5ac46193f917c7cf141 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 4 Jun 2025 16:44:29 +0200 Subject: [PATCH 13/17] State bundled() provides [skip changelog] Signed-off-by: Nils Philippsen --- zam-plugins.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zam-plugins.spec b/zam-plugins.spec index a6a2686..97a6592 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -1,10 +1,12 @@ # DPF git submodule %global dpf_commit f60444f27480383005d488d82c834529fa1440f6 %global dpf_shortcommit %(c=%{dpf_commit}; echo ${c:0:7}) +%global dpf_date 20250517 # pugl git submodule %global pugl_commit d4d964f129b4bf999c53ba40381bd1095fafb649 %global pugl_shortcommit %(c=%{pugl_commit}; echo ${c:0:7}) +%global pugl_date 20250208 Name: zam-plugins Version: 4.4 @@ -31,6 +33,9 @@ BuildRequires: pkgconfig(fftw3f) >= 3.3.5 BuildRequires: pkgconfig(samplerate) BuildRequires: zita-convolver-devel >= 4.0.0 +Provides: bundled(dpf) = 0~git%{dpf_date}.%{dpf_shortcommit} +Provides: bundled(pugl) = 0~git%{pugl_date}.%{pugl_shortcommit} + %package -n lv2-zam-plugins Summary: A collection of LV2 audio plugins From fbbf0b8b31a919060d1351e61ab4e93f4266e98a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 4 Jun 2025 16:45:29 +0200 Subject: [PATCH 14/17] Ship CLAP and VST3 plugins Signed-off-by: Nils Philippsen --- zam-plugins.spec | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/zam-plugins.spec b/zam-plugins.spec index 97a6592..406d3fa 100644 --- a/zam-plugins.spec +++ b/zam-plugins.spec @@ -42,6 +42,12 @@ Summary: A collection of LV2 audio plugins %package -n ladspa-zam-plugins Summary: A collection of LADSPA audio plugins +%package -n clap-zam-plugins +Summary: A collection of CLAP audio plugins + +%package -n vst3-zam-plugins +Summary: A collection of VST3 audio plugins + %description This is a collection of LV2/LADSPA/VST/JACK audio plugins for sound processing developed in-house at ZamAudio. @@ -56,6 +62,14 @@ in-house at ZamAudio. This is a collection of LADSPA audio plugins for sound processing developed in-house at ZamAudio. +%description -n clap-zam-plugins +This is a collection of CLAP audio plugins for sound processing +developed in-house at ZamAudio. + +%description -n vst3-zam-plugins +This is a collection of VST3 audio plugins for sound processing +developed in-house at ZamAudio. + %prep %setup -q -a 1 %setup -q -T -D -a 2 @@ -86,8 +100,8 @@ rm -rf lib/zita-convolver* %install %make_install %common_make_flags -# We don't need VST and CLAP but the Makefiles make it hard to skip building -rm -rf %{buildroot}%{_libdir}/vst %{buildroot}%{_libdir}/vst3 %{buildroot}%{_libdir}/clap +# We don't need VST but the Makefiles make it hard to skip building +rm -rf %{buildroot}%{_libdir}/vst chmod +x %{buildroot}%{_libdir}/*/{,*/}/*.so @@ -108,5 +122,17 @@ chmod +x %{buildroot}%{_libdir}/*/{,*/}/*.so %license COPYING %doc README.md +%files -n clap-zam-plugins +%dir %{_libdir}/clap +%{_libdir}/clap/* +%license COPYING +%doc README.md + +%files -n vst3-zam-plugins +%dir %{_libdir}/vst3 +%{_libdir}/vst3/* +%license COPYING +%doc README.md + %changelog %autochangelog From 3750b4bb86df1d4dcff2dfcee69b0cfbcf18f79e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:15:36 +0000 Subject: [PATCH 15/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 80155bfc5b46a6751577f5f1138f51ece5384928 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 21:05:33 +0000 Subject: [PATCH 16/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 4d8741351ba4cf816291c0f1106657ca2cbaecf5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:38:03 +0000 Subject: [PATCH 17/17] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild