diff --git a/lv2.spec b/lv2.spec index c814fee..2789955 100644 --- a/lv2.spec +++ b/lv2.spec @@ -1,12 +1,12 @@ Name: lv2 -Version: 1.18.2 +Version: 1.18.4 Release: 1mamba Summary: A portable plugin standard for audio systems Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://lv2plug.in/ +URL: https://lv2plug.in/ Source: http://lv2plug.in/spec/lv2-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN @@ -18,11 +18,11 @@ BuildRequires: libfreetype-devel BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libgtk2-devel +BuildRequires: libharfbuzz-devel BuildRequires: libpango-devel BuildRequires: libsndfile-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description LV2 is a portable plugin standard for audio systems, similar in scope to ​LADSPA, VST, AU, and others. It defines a C API for code and a format for data files which collectively describe a plugin. LV2 consists of a simple core (roughly equivalent in power to LADSPA) which can be extended to support more advanced functionality. This allows the interface to be "grown" to accommodate the needs of real software as they arise. @@ -101,6 +101,9 @@ This package contains libraries and header files for developing applications tha #%doc NEWS README %changelog +* Fri May 27 2022 Automatic Build System 1.18.4-1mamba +- automatic version update by autodist + * Sat Jan 09 2021 Automatic Build System 1.18.2-1mamba - automatic version update by autodist