mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
jack: jack_control needs python-dbus to work. Close #869.
This commit is contained in:
parent
1902d005c3
commit
8c02bcda28
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'jack'
|
||||
pkgname=jack
|
||||
version=1.9.10
|
||||
revision=4
|
||||
revision=5
|
||||
# XXX libffado (firewire)
|
||||
hostmakedepends="pkg-config python"
|
||||
makedepends="eigen opus-devel libsamplerate-devel readline-devel>=6.3 dbus-devel celt-devel"
|
||||
depends="dbus"
|
||||
depends="python-dbus"
|
||||
short_desc="JACK Audio Connection Kit low-latency sound server (pro audio)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue