# Tag: Jack, Alsa, Effect # Type: Plugin, Standalone, LADSPA, VST, LV2, DSSI # Category: Audio, Effect Name: ykchorus Version: 0.2.3 Release: 1%{?dist} Summary: A chorus audio effect plugin based on DSP code by Togu Audio Line (TAL) License: GPLv2+ URL: https://github.com/SpotlightKid/ykchorus Vendor: Audinux Distribution: Audinux # ./ykchorus-source.sh # ./ykchorus-source.sh v0.2.3 Source0: ykchorus.tar.gz Source1: ykchorus-source.sh BuildRequires: gcc gcc-c++ BuildRequires: lv2-devel BuildRequires: mesa-libGL-devel BuildRequires: fftw-devel BuildRequires: ladspa-devel BuildRequires: dssi-devel BuildRequires: jack-audio-connection-kit-devel BuildRequires: liblo-devel BuildRequires: mesa-libGL-devel BuildRequires: desktop-file-utils %description A chorus effect inspired by the one found in certain well-known Japanese vintage analog synthesizers (You Know which). %package -n dssi-%{name} Summary: DSSI version of the ykchorus plugin. %package -n ladspa-%{name} Summary: LADSPA version of the ykchorus plugin. %package -n lv2-%{name} Summary: LV2 version of the ykchorus plugin. %package -n vst-%{name} Summary: VST version of the ykchorus plugin. %description -n dssi-%{name} DSSI version of the ykchorus plugin. %description -n ladspa-%{name} LADSPA version of the ykchorus plugin. %description -n lv2-%{name} LV2 version of the ykchorus plugin. %description -n vst-%{name} VST version of the ykchorus plugin. %prep %autosetup -n %{name} %ifarch x86_64 sed -i -e "s/\$(PREFIX)\/lib/\$(PREFIX)\/lib64/g" Makefile %endif %build %set_build_flags %make_build PREFIX=/usr LIBDIR=%{_libdir} SKIP_STRIPPING=true %install %make_install PREFIX=/usr LIBDIR=%{_libdir} SKIP_STRIPPING=true desktop-file-install \ --add-category="Audio;AudioVideo" \ --delete-original \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}/%{_datadir}/applications/%{name}.desktop %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %files %doc README.md %license LICENSE %{_bindir}/* %{_datadir}/applications/ykchorus.desktop %{_datadir}/pixmaps/ykchorus.png %files -n lv2-%{name} %{_libdir}/lv2/* %files -n dssi-%{name} %{_libdir}/dssi/* %files -n ladspa-%{name} %{_libdir}/ladspa/* %files -n vst-%{name} %{_libdir}/vst/* %changelog * Mon Mar 28 2022 Yann Collette - 0.2.3-1 - Initial version of the spec file