File BOops.spec of Package BOops
#
# spec file for package BOops
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
Name: BOops
Version: 1.8.2
Release: 0
Summary: Audio glitch effect sequencer LV2 plugin
License: GPL-3.0
URL: https://github.com/sjaehn/BOops
Source0: https://github.com/sjaehn/BOops/archive/%{version}.tar.gz#/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(lv2)
BuildRequires: pkgconfig(sndfile)
%description
Glitch effect sequencer LV2 plugin
Key features:
Multi-effect plugin controlled by a step sequencer pattern
Apply glitch effects in live
24 effects
Up to 12 effect slots, freely select effects and effect order
Random effects: 3 different ways of randomization
Autoplay, host controlled, or MIDI controlled sequencer
%package -n lv2-%{name}
Summary: Pattern-controlled MIDI amp & time stretch
%description -n lv2-%{name}
Glitch effect sequencer LV2 plugin
Key features:
Multi-effect plugin controlled by a step sequencer pattern
Apply glitch effects in live
23 effects
Up to 12 effect slots, freely select effects and effect order
Random effects: 3 different ways of randomization
Autoplay, host controlled, or MIDI controlled sequencer
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
%make_install LV2DIR=%{_libdir}/lv2
%files -n lv2-%{name}
%license LICENSE
%doc README.md
%dir %{_libdir}/lv2
%dir %{_libdir}/lv2/BOops.lv2
%{_libdir}/lv2/BOops.lv2/*
%changelog