File BChoppr.spec of Package BChoppr
#
# spec file for package BChoppr
#
# 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: BChoppr
Version: 1.12.6
Release: 0
Summary: An audio stream chopping LV2 plugin
License: GPL-3.0
URL: https://github.com/sjaehn/BChoppr/
Source0: https://github.com/sjaehn/BChoppr/releases/download/%{version}/BChoppr-%{version}-source-code.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(lv2)
%description
B.Choppr cuts the audio input stream into a repeated sequence of up to 16 chops.
Each chop can be leveled up or down (gating).
B.Choppr is the successor of B.Slizr.
%package -n lv2-%{name}
Summary: An audio stream chopping LV2 plugin
%description -n lv2-%{name}
B.Choppr cuts the audio input stream into a repeated sequence of up to 16 chops.
Each chop can be leveled up or down (gating).
B.Choppr is the successor of B.Slizr.
%prep
%setup -q
%build
%make_build
%install
%make_install LV2DIR=%{_libdir}/lv2
%files -n lv2-%{name}
%license LICENSE
%doc README.md
%dir %{_libdir}/lv2
%dir %{_libdir}/lv2/BChoppr.lv2
%{_libdir}/lv2/BChoppr.lv2/*
%changelog