2 Commits

4 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:334a3ed3e73d5e17ff400b3db9801f63809155b0faa8b1b9046f9dd3ffef934e
size 27492

3
suil-0.10.22.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d720969e0f44a99d5fba35c733a43ed63a16b0dab867970777efca4b25387eb7
size 28428

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 10 20:47:40 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.10.22:
* Allow SUIL_API to be defined by the user
* Fix dependencies in pkg-config file
* Only check for Gtk Quartz support on MacOS
* Override pkg-config dependency within meson
* Remove Gtk in Qt and Qt in Gtk wrappers
* Remove junk files from documentation install
* Replace duplicated dox_to_sphinx script with sphinxygen
dependency
-------------------------------------------------------------------
Fri Nov 10 13:50:04 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -2,6 +2,7 @@
# spec file for package suil
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +30,7 @@ If Suil supports a particular toolkit, then all hosts that use Suil will\
support that toolkit.
Name: suil
Version: 0.10.20
Version: 0.10.22
Release: 0
Summary: Lightweight C library for loading and wrapping LV2 plugin UIs
License: ISC
@@ -44,6 +45,7 @@ BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt6Widgets)
%description
%{_description}
@@ -108,8 +110,18 @@ Supplements: (libQt5Widgets5 and lv2)
Module plugin for:
* Qt5 hosts displaying x11 LV2 GUIs using suil
%package -n suil-plugin-x11-in-qt6
Summary: Shared object for Qt5 hosts displaying X11 LV2 GUIs
Group: System/Libraries
Requires: libsuil-0-0 = %{version}
Supplements: (libQt5Widgets5 and lv2)
%description -n suil-plugin-x11-in-qt6
Module plugin for:
* Qt6 hosts displaying x11 LV2 GUIs using suil
%prep
%setup -q
%autosetup -p1
%build
%meson -Dcocoa=disabled -Ddocs=disabled
@@ -118,8 +130,7 @@ Module plugin for:
%install
%meson_install
%post -n libsuil-0-0 -p /sbin/ldconfig
%postun -n libsuil-0-0 -p /sbin/ldconfig
%ldconfig_scriptlets -n libsuil-0-0
%files devel
%license COPYING
@@ -156,4 +167,9 @@ Module plugin for:
%doc README.md
%{_libdir}/suil-0/libsuil_x11_in_qt5.so
%files -n suil-plugin-x11-in-qt6
%license COPYING
%doc README.md
%{_libdir}/suil-0/libsuil_x11_in_qt6.so
%changelog