%define commit f13889496145c33abb76fa16b02edd0a1299299d Name: artyfx Version: git20171104 Release: %mkrel 1 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 BuildRequires: cmake BuildRequires: pkgconfig(lv2) BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(sndfile) BuildRequires: suil-devel Requires: lv2 Requires: suil-gtk2-in-qt4 Requires: suil-qt4-in-gtk2 Requires: suil-x11-in-qt4 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} %build %cmake %make_build %install %make_install -C build %ifarch x86_64 mkdir -p %{buildroot}%{_libdir}/lv2 mv -f %{buildroot}/usr/lib/lv2/* %{buildroot}/%{_libdir}/lv2 %endif %files %{_libdir}/lv2/* %doc README.md LICENSE