File BSlizr.spec of Package BSlizr
#
# spec file for package BSlizr
#
# 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: BSlizr
Version: 1.2.16
Release: 0
Summary: Sequenced audio slicing effect LV2 plugin ("step sequencer effect")
License: GPL-3.0
URL: https://github.com/sjaehn/BSlizr/
Source0: https://github.com/sjaehn/BSlizr/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(lv2)
%description
LV2 audio effect plugin for chopping stereo audio input signals.
Each chop can be levelled up or down to get a step sequencer-like effect.
%package -n lv2-%{name}
Summary: Sequenced audio slicing effect LV2 plugin ("step sequencer effect")
%description -n lv2-%{name}
LV2 audio effect plugin for chopping stereo audio input signals.
Each chop can be levelled up or down to get a step sequencer-like effect.
%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/BSlizr.lv2
%{_libdir}/lv2/BSlizr.lv2/*
%changelog