void-packages/srcpkgs/suil/template

35 lines
1.4 KiB
Plaintext

# Template file for 'suil'
pkgname=suil
version=0.4.4
build_style=waf
homepage="http://drobilla.net/software/suil/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
revision=1
short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs"
maintainer="davehome <davehome@redthumb.info.tm>"
license="BSD-style"
checksum=97422995666c6f42441021bc50117afea35365baf0e2b962c57022057dff7328
long_desc="
Suil is a lightweight C library for loading and wrapping LV2 plugin UIs.
Suil makes it possible to load a UI of any toolkit in a host using any other
toolkit (assuming the toolkits are both supported by Suil). Hosts do not need
to build against or link to foreign toolkit libraries to use UIs written with
that toolkit (Suil performs its magic at runtime using dynamically loaded
modules). The API is designed such that hosts do not need to explicitly
support particular toolkits whatsoever - if Suil supports a particular
toolkit, then all hosts that use Suil will support that toolkit - for free.
Suil currently supports Gtk 2 and Qt 4, i.e. with Suil a Gtk program can
embed a Qt plugin UI without depending on Qt, and a Qt program can embed a
Gtk plugin UI without depending on Gtk."
subpackages="$pkgname-devel"
Add_dependency build python
Add_dependency build lv2-ui
Add_dependency build gtk+-devel
Add_dependency build qt-devel
Add_dependency build libstdc++-devel