void-packages/srcpkgs/suil/template
2012-06-16 22:26:59 -06:00

31 lines
1.3 KiB
Plaintext

# Template file for 'suil'
pkgname=suil
version=0.6.2
build_style=waf
homepage="http://drobilla.net/software/suil/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
revision=1
makedepends="python lv2 gtk+-devel qt-devel libstdc++-devel"
short_desc="Lightweight C library for loading and wrapping LV2 plugin UIs"
maintainer="davehome <davehome@redthumb.info.tm>"
license="BSD-style"
checksum=f77b2ac922f2d54697cac751ea4a1d5428f4e0e268f127f203c3298bbf0911e7
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"