%define commit f13889496145c33abb76fa16b02edd0a1299299d %define gdate 20171104 %define rel 2 Name: artyfx Version: 1.3 Release: %mkrel git%{gdate}.%{rel} Summary: A LV2 plugin bundle of artistic audio effects Group: Sound/Midi License: GPLv2 URL: http://openavproductions.com/artyfx/ Source0: https://github.com/openAVproductions/openAV-ArtyFX/archive/%{commit}.tar.gz Patch0: artyfx-cmake-fix.patch BuildRequires: cmake BuildRequires: pkgconfig(lv2) BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(cairo) BuildRequires: suil-devel Requires: lv2 Requires: suil-x11-in-gtk2 %description ArtyFX is a plugin bundle of artistic real-time audio effects. The aim of this plugin collection is to allow the designing of your sound just as you desired using a fast, efficient workflow. From bitcrushers, delays, distortions, equalizers, compressors, reverbs and more, there is a range of sounds available from ArtyFX %prep %setup -q -n openAV-ArtyFX-%{commit} %autopatch -p1 %build %ifarch %{arm} export CXXFLAGS="%{optflags} -DPFFFT_SIMD_DISABLE" %endif %cmake \ %ifarch %{arm} aarch64 -DBUILD_SSE=OFF \ %endif -DBUILD_GUI=ON %make_build %install %make_install -C build %files %doc README.md LICENSE %{_libdir}/lv2/*