From 6523491fe51936ae9c73229e73fa4b0ea9d9a665 Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Wed, 26 Jan 2022 02:13:32 +0100 Subject: [PATCH] Add LV2 plugin and runtime dependencies --- rubberband.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rubberband.spec b/rubberband.spec index 9022f96..0b4688b 100644 --- a/rubberband.spec +++ b/rubberband.spec @@ -13,9 +13,11 @@ BuildRequires: ladspa-devel BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(samplerate) BuildRequires: pkgconfig(sndfile) +BuildRequires: pkgconfig(lv2) BuildRequires: vamp-plugin-sdk-devel Requires: ladspa +Requires: lv2 %global _description %{expand: Rubber Band is a library and utility program that permits you to change the @@ -60,6 +62,7 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a %{_bindir}/rubberband %{_libdir}/*.so.* %{_libdir}/ladspa/ladspa-rubberband.* +%{_libdir}/lv2/rubberband.lv2/* %{_datadir}/ladspa/rdf/ladspa-rubberband.rdf %{_libdir}/vamp/vamp-rubberband.*