qjackctl: remove long_desc.
This commit is contained in:
parent
8ac48643dd
commit
ab9f9db9b6
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'qjackctl'
|
||||
pkgname=qjackctl
|
||||
version=0.3.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-jack-version"
|
||||
makedepends="pkg-config libX11-devel qt-devel jack-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libX11-devel qt-devel jack-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme jack"
|
||||
short_desc="JACK Audio Connection Kit - Qt GUI Interface"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
|
@ -12,14 +13,3 @@ license="GPL-2"
|
|||
homepage="http://qjackctl.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
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."
|
||||
|
|
Loading…
Reference in New Issue