From a16a93239d9f6164cbd077be8b9c89a062499cc0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:11:44 +0100 Subject: [PATCH] automatic version update by autodist [release 0.10.2-1mamba;Fri Dec 28 2018] --- suil-0.10.2-arm-disable-cocoa.patch | 13 +++++++++++++ suil.spec | 9 +++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 suil-0.10.2-arm-disable-cocoa.patch diff --git a/suil-0.10.2-arm-disable-cocoa.patch b/suil-0.10.2-arm-disable-cocoa.patch new file mode 100644 index 0000000..1420c8c --- /dev/null +++ b/suil-0.10.2-arm-disable-cocoa.patch @@ -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', diff --git a/suil.spec b/suil.spec index 22e3dc2..9ddebf5 100644 --- a/suil.spec +++ b/suil.spec @@ -1,5 +1,5 @@ Name: suil -Version: 0.10.0 +Version: 0.10.2 Release: 1mamba Summary: A lightweight C library for loading and wrapping LV2 plugin UIs Group: System/Libraries @@ -8,6 +8,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://drobilla.net/software/suil/ Source: http://download.drobilla.net/suil-%{version}.tar.bz2 +Patch0: suil-0.10.2-arm-disable-cocoa.patch License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -52,6 +53,7 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +%patch0 -p1 %build ./waf configure \ @@ -82,9 +84,12 @@ This package contains libraries and header files for developing applications tha %{_includedir}/suil-0/suil/suil.h %{_libdir}/libsuil-0.so %{_libdir}/pkgconfig/suil-0.pc -%doc NEWS README +%doc NEWS %changelog +* Fri Dec 28 2018 Automatic Build System 0.10.2-1mamba +- automatic version update by autodist + * Sat Mar 24 2018 Automatic Build System 0.10.0-1mamba - automatic version update by autodist