void-packages/srcpkgs/qjackctl/template

27 lines
1.1 KiB
Text
Raw Normal View History

2011-10-22 05:58:43 +00:00
# Template file for 'qjackctl'
pkgname=qjackctl
2012-05-24 20:02:47 +00:00
version=0.3.9
2011-10-22 05:58:43 +00:00
homepage="http://qjackctl.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
2012-05-24 20:02:47 +00:00
configure_args="--enable-jack-version"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
depends="desktop-file-utils hicolor-icon-theme jack"
makedepends="pkg-config libX11-devel qt-devel jack-devel"
revision=1
2011-10-22 05:58:43 +00:00
short_desc="JACK Audio Connection Kit - Qt GUI Interface"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2"
2012-05-24 20:02:47 +00:00
checksum=5ee8d60675cc65eca8e3aea8ff42770efd6ff84293f9b0f9c2c7acd2383d9a28
2011-10-22 05:58:43 +00:00
long_desc="
QjackCtl is a simple Qt application to control the JACK sound server daemon,
specific for the Linux Audio Desktop infrastructure.
Written in C++ around the Qt4 toolkit for X11, most exclusively using
Qt Designer.
Provides a simple GUI dialog for setting several JACK daemon parameters, which
are properly saved between sessions, and a way control of the status of the
audio server daemon. With time, this primordial interface has become richer by
including a enhanced patchbay and connection control features."