# Tag: Compressor # Type: VST3, Plugin # Category: Effect Name: zl-ecomp Version: 0.2.3 Release: 1%{?dist} Summary: Compressor plugin License: GPL-3.0-only URL: https://github.com/ZL-Audio/ZLEComp ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux # ./zl-source.sh # ./zl-source.sh ZLEComp 0.2.3 Source0: ZLEComp.tar.gz Source1: zl-source.sh BuildRequires: gcc gcc-c++ BuildRequires: cmake BuildRequires: libX11-devel BuildRequires: xcb-util-cursor-devel BuildRequires: libxkbcommon-x11-devel BuildRequires: cairo-devel BuildRequires: fontconfig-devel BuildRequires: freetype-devel BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-devel BuildRequires: libXrandr-devel BuildRequires: libXinerama-devel BuildRequires: libXcursor-devel BuildRequires: libcurl-devel BuildRequires: alsa-lib-devel BuildRequires: boost-devel BuildRequires: libglvnd-devel BuildRequires: libatomic %description ZLEComp is a compressor plugin. %package -n license-%{name} Summary: License and documentation of %{name} License: GPL-3.0-only %description -n license-%{name} License and documentation of %{name} %package -n vst3-%{name} Summary: VST3 version of %{name} License: GPL-3.0-only Requires: license-%{name} %description -n vst3-%{name} VST3 version of %{name} %prep %autosetup -n ZLEComp sed -i -e "s/ZL E Compressor/ZL_E_Compressor/g" CMakeLists.txt %build %cmake %cmake_build %install install -m 755 -d %{buildroot}%{_libdir}/vst3/ cp -ra %{__cmake_builddir}/ZLEComp_artefacts/VST3/* %{buildroot}%{_libdir}/vst3/ %files -n license-%{name} %doc README.md %license LICENSE %files -n vst3-%{name} %{_libdir}/vst3/* %changelog * Fri May 31 2024 Yann Collette - 0.2.3-1 - Initial spec file