wok-stable diff portaudio/receipt @ rev 7039
Fixed typo in lyx build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 31 19:45:29 2010 +0000 (2010-10-31) |
parents | c07816c99ed2 |
children | be13f25e790b |
line diff
1.1 --- a/portaudio/receipt Wed Oct 20 11:16:34 2010 +0000 1.2 +++ b/portaudio/receipt Sun Oct 31 19:45:29 2010 +0000 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="A portable cross-platform audio API" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="alsa-lib" 1.8 -BUILD_DEPENDS="alsa-lib-dev" 1.9 +DEPENDS="alsa-lib jack-audio-connection-kit" 1.10 +BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev" 1.11 SOURCE="pa_stable" 1.12 TARBALL="${SOURCE}_${VERSION}.tar.gz" 1.13 WEB_SITE="http://www.portaudio.com/"