qjackctl: update to 0.3.9.

This commit is contained in:
Juan RP 2012-05-24 22:02:47 +02:00
parent 1043434e2a
commit d57240e371
2 changed files with 7 additions and 11 deletions

View file

@ -9,3 +9,4 @@ libpthread.so.0
libstdc++.so.6 libstdc++.so.6
libgcc_s.so.1 libgcc_s.so.1
libc.so.6 libc.so.6
libm.so.6

View file

@ -1,17 +1,17 @@
# Template file for 'qjackctl' # Template file for 'qjackctl'
pkgname=qjackctl pkgname=qjackctl
version=0.3.8 version=0.3.9
homepage="http://qjackctl.sourceforge.net" homepage="http://qjackctl.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
revision=1 configure_args="--enable-jack-version"
depends="jack" gtk_iconcache_dirs="/usr/share/icons/hicolor"
makedepends="pkg-config qt-devel jack-devel" depends="desktop-file-utils hicolor-icon-theme jack"
fulldepends="desktop-file-utils hicolor-icon-theme" makedepends="pkg-config libX11-devel qt-devel jack-devel"
short_desc="JACK Audio Connection Kit - Qt GUI Interface" short_desc="JACK Audio Connection Kit - Qt GUI Interface"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-2" license="GPL-2"
checksum=870869836535476b7a2d77fa70c39f7d8facc4767c8fa1aac3c81d6ce7ba71e5 checksum=5ee8d60675cc65eca8e3aea8ff42770efd6ff84293f9b0f9c2c7acd2383d9a28
long_desc=" long_desc="
QjackCtl is a simple Qt application to control the JACK sound server daemon, QjackCtl is a simple Qt application to control the JACK sound server daemon,
specific for the Linux Audio Desktop infrastructure. specific for the Linux Audio Desktop infrastructure.
@ -23,8 +23,3 @@ long_desc="
are properly saved between sessions, and a way control of the status of the 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 audio server daemon. With time, this primordial interface has become richer by
including a enhanced patchbay and connection control features." including a enhanced patchbay and connection control features."
gtk_iconcache_dirs="/usr/share/icons/hicolor"