automatic version update by autodist [release 0.10.2-1mamba;Fri Dec 28 2018]

This commit is contained in:
Automatic Build System 2024-01-05 18:11:44 +01:00
parent 8f46f93d84
commit a16a93239d
2 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,13 @@
--- suil-0.10.2/wscript.orig 2019-04-09 09:03:28.853348215 +0200
+++ suil-0.10.2/wscript 2019-04-09 09:03:38.692690511 +0200
@@ -91,10 +91,6 @@
if not conf.options.no_qt5:
autowaf.check_pkg(conf, 'Qt5Widgets', uselib_store='QT5',
atleast_version='5.1.0', mandatory=False)
- if conf.check_cxx(header_name = 'QMacCocoaViewContainer',
- uselib = 'QT5',
- mandatory = False):
- autowaf.define(conf, 'SUIL_WITH_COCOA_IN_QT5', 1)
conf.check_cc(define_name = 'HAVE_LIBDL',
lib = 'dl',

View File

@ -1,5 +1,5 @@
Name: suil Name: suil
Version: 0.10.0 Version: 0.10.2
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
@ -8,6 +8,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://drobilla.net/software/suil/ URL: http://drobilla.net/software/suil/
Source: http://download.drobilla.net/suil-%{version}.tar.bz2 Source: http://download.drobilla.net/suil-%{version}.tar.bz2
Patch0: suil-0.10.2-arm-disable-cocoa.patch
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -52,6 +53,7 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
./waf configure \ ./waf configure \
@ -82,9 +84,12 @@ 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
%doc NEWS README %doc NEWS
%changelog %changelog
* Fri Dec 28 2018 Automatic Build System <autodist@mambasoft.it> 0.10.2-1mamba
- automatic version update by autodist
* Sat Mar 24 2018 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba * Sat Mar 24 2018 Automatic Build System <autodist@mambasoft.it> 0.10.0-1mamba
- automatic version update by autodist - automatic version update by autodist