suil 0.10.10-1 (x86_64) 2021-13881
-9999
| Status | rejected | ||||||||||||||||||
| Submitter | benbullard79 [@T] cox.net | ||||||||||||||||||
| Platform | rolling | ||||||||||||||||||
| Repository | main | ||||||||||||||||||
| URL | https://abf.openmandriva.org/build_lists/45573 | ||||||||||||||||||
| Packages |
|
||||||||||||||||||
| Build Date | 2021-05-08 17:28:14 +0000 UTC | ||||||||||||||||||
| Last Updated | 2021-05-15 21:44:05.617521914 +0000 UTC |
$ git diff --patch-with-stat --summary f7dcec3b9b645b4668568d604d0c2d2207ade95f..655f72d792551f8022f54b75c99fc236cfc5eece
.abf.yml | 2 +-
suil.spec | 11 ++++-------
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index ae5b4eb..fdc9915 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- suil-0.10.8.tar.bz2: 7fe55b311f8425eeb5c649d3032c837df8e37015
+ suil-0.10.10.tar.bz2: 47920a948bff7168b2a5bee7f8f638e17c43ed77
diff --git a/suil.spec b/suil.spec
index a866613..7fc5a3f 100644
--- a/suil.spec
+++ b/suil.spec
@@ -1,6 +1,6 @@
Name: suil
-Version: 0.10.8
-Release: 2
+Version: 0.10.10
+Release: 1
Summary: Lightweight C library for loading and wrapping LV2 plugin UIs
%define lib_major 0
@@ -9,7 +9,7 @@ Summary: Lightweight C library for loading and wrapping LV2 plugin UIs
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
Patch0: suil-0.10.0-linking.patch
-URL: http://drobilla.net/software/%{name}/
+URL: http://drobilla.net/software/suil/
License: MIT-like
Group: System/Libraries
@@ -24,7 +24,6 @@ BuildRequires: qt5-devel
BuildRequires: pkgconfig(lv2)
BuildRequires: pkgconfig(sratom-0)
BuildRequires: python3-devel
-BuildRequires: gcc-objc++
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)
@@ -168,8 +167,7 @@ Shared object for Qt5 hosts displaying GTK2 LV2 GUIs
%autopatch -p1
%build
-export CXXFLAGS="%{optflags} -std=gnu++11"
-./waf configure \
+CC="%{__cc}" CXX="%{__cxx}" CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" ./waf configure \
--prefix=%{_prefix} \
--libdir=%{_libdir}
./waf
@@ -177,4 +175,3 @@ export CXXFLAGS="%{optflags} -std=gnu++11"
%install
./waf install --destdir=%{buildroot}
-
Not Available
| itchka [@T] compuserve.com | No Comment. | 1672d 07hrs |
| itchka [@T] compuserve.com | No Comment. | 1672d 07hrs |