automatic version update by autodist [release 0.10.2-1mamba;Fri Dec 28 2018]
This commit is contained in:
parent
8f46f93d84
commit
a16a93239d
13
suil-0.10.2-arm-disable-cocoa.patch
Normal file
13
suil-0.10.2-arm-disable-cocoa.patch
Normal 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',
|
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user