update to 0.10.18 [release 0.10.18-1mamba;Wed Apr 05 2023]
This commit is contained in:
parent
962a2f1bf4
commit
154739f184
23
suil.spec
23
suil.spec
@ -1,13 +1,13 @@
|
|||||||
Name: suil
|
Name: suil
|
||||||
Version: 0.10.10
|
Version: 0.10.18
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A lightweight C library for loading and wrapping LV2 plugin UIs
|
Summary: A lightweight C library for loading and wrapping LV2 plugin UIs
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://drobilla.net/software/suil
|
URL: https://drobilla.net/software/suil.html
|
||||||
Source: http://download.drobilla.net/suil-%{version}.tar.bz2
|
Source: http://download.drobilla.net/suil-%{version}.tar.xz
|
||||||
Patch0: suil-0.10.2-arm-disable-cocoa.patch
|
Patch0: suil-0.10.2-arm-disable-cocoa.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -15,8 +15,10 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libQt5X11Extras-devel
|
BuildRequires: libQt5X11Extras-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libgtk3-devel
|
||||||
BuildRequires: liblv2-devel
|
BuildRequires: liblv2-devel
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -51,15 +53,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./waf configure \
|
%meson
|
||||||
--prefix=%{_prefix} \
|
|
||||||
--libdir=%{_libdir}
|
|
||||||
|
|
||||||
./waf %{?_smp_mflags} build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
./waf install --destdir=%{buildroot}
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -79,9 +79,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/suil-0/suil/suil.h
|
%{_includedir}/suil-0/suil/suil.h
|
||||||
%{_libdir}/libsuil-0.so
|
%{_libdir}/libsuil-0.so
|
||||||
%{_libdir}/pkgconfig/suil-0.pc
|
%{_libdir}/pkgconfig/suil-0.pc
|
||||||
|
%dir %{_docdir}/suil-0
|
||||||
|
%{_docdir}/suil-0/*
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.18-1mamba
|
||||||
|
- update to 0.10.18
|
||||||
|
|
||||||
* Sat May 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.10-1mamba
|
* Sat May 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.10-1mamba
|
||||||
- update to 0.10.10
|
- update to 0.10.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user