diff --git a/sources/plugins/lv2-gtk-ui-bridge/debian/changelog b/sources/plugins/lv2-gtk-ui-bridge/debian/changelog new file mode 100644 index 0000000..26b51de --- /dev/null +++ b/sources/plugins/lv2-gtk-ui-bridge/debian/changelog @@ -0,0 +1,5 @@ +lv2-gtk-ui-bridge (6:0.1-1kxstudio1) focal; urgency=medium + + * Initial package + + -- falkTX Sat, 11 May 2024 02:28:04 +0200 diff --git a/sources/plugins/lv2-gtk-ui-bridge/debian/control b/sources/plugins/lv2-gtk-ui-bridge/debian/control new file mode 100644 index 0000000..bbb7666 --- /dev/null +++ b/sources/plugins/lv2-gtk-ui-bridge/debian/control @@ -0,0 +1,23 @@ +Source: lv2-gtk-ui-bridge +Section: sound +Priority: optional +Maintainer: falkTX +Build-Depends: debhelper-compat (= 13), + kxstudio-build-scripts, + libgtk2.0-dev, + libgtk-3-dev, + lv2-dev, + libx11-dev, + pkg-config, + liblilv-static +Standards-Version: 4.5.0 +Homepage: https://github.com/falkTX/lv2-gtk-ui-bridge +Rules-Requires-Root: no + +Package: lv2-gtk-ui-bridge +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Provides: lv2-plugin +Description: LV2 Gtk2/3 UIs as LV2 X11 UIs + lv2-gtk-ui-bridge is a special LV2 bundle that allows to use legacy LV2 Gtk2/3 UIs as LV2 X11 UIs. + This increases the compatibility of such UIs to hosts that do not support the legacy UI types. diff --git a/sources/plugins/lv2-gtk-ui-bridge/debian/install b/sources/plugins/lv2-gtk-ui-bridge/debian/install new file mode 100644 index 0000000..a201153 --- /dev/null +++ b/sources/plugins/lv2-gtk-ui-bridge/debian/install @@ -0,0 +1 @@ +lv2-gtk-ui-bridge.lv2 /usr/lib/lv2/ diff --git a/sources/plugins/lv2-gtk-ui-bridge/debian/rules b/sources/plugins/lv2-gtk-ui-bridge/debian/rules new file mode 100755 index 0000000..adb94ea --- /dev/null +++ b/sources/plugins/lv2-gtk-ui-bridge/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/kxstudio.mk + +override_dh_auto_install: + + +%: + dh $@ diff --git a/sources/plugins/lv2-gtk-ui-bridge/debian/source/format b/sources/plugins/lv2-gtk-ui-bridge/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/sources/plugins/lv2-gtk-ui-bridge/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)