26 lines
1.1 KiB
Text
26 lines
1.1 KiB
Text
# Template file for 'qjackctl'
|
|
pkgname=qjackctl
|
|
version=0.3.9
|
|
homepage="http://qjackctl.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
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
|
|
short_desc="JACK Audio Connection Kit - Qt GUI Interface"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
license="GPL-2"
|
|
checksum=5ee8d60675cc65eca8e3aea8ff42770efd6ff84293f9b0f9c2c7acd2383d9a28
|
|
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."
|